diff --git a/Commands/networkfabric/acl/_create.md b/Commands/networkfabric/acl/_create.md index b30c64c7d..0cbbb1f49 100644 --- a/Commands/networkfabric/acl/_create.md +++ b/Commands/networkfabric/acl/_create.md @@ -103,3 +103,24 @@ Create a Access Control List resource ```bash networkfabric acl create --dynamic-match-configurations "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an Access Control List with Configuration type as "File". + ```bash + networkfabric acl create --resource-group "example-rg" --location "westus3" --resource-name "example-accesscontrollist" --configuration-type "File" --acls-url "https://ACL-Storage-URL" + ``` + +- Create an Access Control List with Configuration type as "Inline". + ```bash + networkfabric acl create --resource-group "example-rg" --location "westus3" --resource-name "example-accesscontrollist" --configuration-type "Inline" --default-action "Permit" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup',ipAddressType:IPv4,ipPrefixes:['10.20.3.1/20']}],vlanGroups:[{name:'example-vlanGroup',vlans:['20-30']}],portGroups:[{name:'example-portGroup',ports:['100-200']}]}]" --match-configurations "[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[{etherTypes:['0x1'],fragments:['0xff00-0xffff'],ipLengths:['4094-9214'],ttlValues:[23],dscpMarkings:[32],portCondition:{flags:[established],portType:SourcePort,layer4Protocol:TCP,ports:['1-20'],portGroupNames:['example-portGroup']},protocolTypes:[TCP],vlanMatchCondition:{vlans:['20-30'],innerVlans:[30],vlanGroupNames:['example-vlanGroup']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.20.20.20/12'],ipGroupNames:['example-ipGroup']}}],actions:[{type:Count,counterName:'example-counter'}]}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric acl create --dynamic-match-configurations "??" + ``` diff --git a/Commands/networkfabric/acl/_delete.md b/Commands/networkfabric/acl/_delete.md index da14c6234..6907bf579 100644 --- a/Commands/networkfabric/acl/_delete.md +++ b/Commands/networkfabric/acl/_delete.md @@ -58,3 +58,14 @@ Delete the Access Control List resource ```bash networkfabric acl delete --resource-group "example-rg" --resource-name "example-acl" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Access Control List + ```bash + networkfabric acl delete --resource-group "example-rg" --resource-name "example-acl" + ``` diff --git a/Commands/networkfabric/acl/_list.md b/Commands/networkfabric/acl/_list.md index 87460557d..5ecc4ef71 100644 --- a/Commands/networkfabric/acl/_list.md +++ b/Commands/networkfabric/acl/_list.md @@ -83,3 +83,20 @@ List all Access Control Lists in the provided resource group or subscription ```bash networkfabric acl list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Access Control Lists for Resource group. + ```bash + networkfabric acl list --resource-group "example-rg" + ``` + +- List the Access Control Lists for Subscription. + ```bash + networkfabric acl list --subscription "" + ``` diff --git a/Commands/networkfabric/acl/_resync.md b/Commands/networkfabric/acl/_resync.md index 8fb84d43b..c93afe6f3 100644 --- a/Commands/networkfabric/acl/_resync.md +++ b/Commands/networkfabric/acl/_resync.md @@ -29,3 +29,14 @@ Implements the operation to the underlying resources. ```bash networkfabric acl resync --resource-group example-rg --access-control-list-name example-acl ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Resync the Access Control List + ```bash + networkfabric acl resync --resource-group example-rg --access-control-list-name example-acl + ``` diff --git a/Commands/networkfabric/acl/_show.md b/Commands/networkfabric/acl/_show.md index 69b2f85a5..4b926bf05 100644 --- a/Commands/networkfabric/acl/_show.md +++ b/Commands/networkfabric/acl/_show.md @@ -58,3 +58,14 @@ Show details of the provided Access Control List resource ```bash networkfabric acl show --resource-group "example-rg" --resource-name "example-acl" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Access Control List + ```bash + networkfabric acl show --resource-group "example-rg" --resource-name "example-acl" + ``` diff --git a/Commands/networkfabric/acl/_update-administrative-state.md b/Commands/networkfabric/acl/_update-administrative-state.md index deb3acdcb..dc75377ff 100644 --- a/Commands/networkfabric/acl/_update-administrative-state.md +++ b/Commands/networkfabric/acl/_update-administrative-state.md @@ -29,3 +29,14 @@ Implements the operation to the underlying resources. ```bash networkfabric acl update-administrative-state --resource-group example-rg --access-control-list-name example-acl --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the admin state of the Access Control List + ```bash + networkfabric acl update-administrative-state --resource-group example-rg --access-control-list-name example-acl --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/acl/_update.md b/Commands/networkfabric/acl/_update.md index cdd304144..8bd66ed11 100644 --- a/Commands/networkfabric/acl/_update.md +++ b/Commands/networkfabric/acl/_update.md @@ -51,3 +51,14 @@ Update the Access Control List resource ```bash networkfabric acl update -g "example-rg" --resource-name "example-acl" --configuration-type "Inline" --default-action "Permit" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup',ipAddressType:IPv4,ipPrefixes:['10.20.3.1/20']}],vlanGroups:[{name:'example-vlanGroup',vlans:['20-30']}],portGroups:[{name:'example-portGroup',ports:['100-200']}]}]" --match-configurations "[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[{etherTypes:['0x1'],fragments:['0xff00-0xffff'],ipLengths:['4094-9214'],ttlValues:[23],dscpMarkings:[32],portCondition:{flags:[established],portType:SourcePort,layer4Protocol:TCP,ports:['1-20'],portGroupNames:['example-portGroup']},protocolTypes:[TCP],vlanMatchCondition:{vlans:['20-30'],innerVlans:[30],vlanGroupNames:['example-vlanGroup']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.20.20.20/12'],ipGroupNames:['example-ipGroup']}}],actions:[{type:Count,counterName:'example-counter'}]}]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update ACL with Inline configuration type + ```bash + networkfabric acl update -g "example-rg" --resource-name "example-acl" --configuration-type "Inline" --default-action "Permit" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup',ipAddressType:IPv4,ipPrefixes:['10.20.3.1/20']}],vlanGroups:[{name:'example-vlanGroup',vlans:['20-30']}],portGroups:[{name:'example-portGroup',ports:['100-200']}]}]" --match-configurations "[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[{etherTypes:['0x1'],fragments:['0xff00-0xffff'],ipLengths:['4094-9214'],ttlValues:[23],dscpMarkings:[32],portCondition:{flags:[established],portType:SourcePort,layer4Protocol:TCP,ports:['1-20'],portGroupNames:['example-portGroup']},protocolTypes:[TCP],vlanMatchCondition:{vlans:['20-30'],innerVlans:[30],vlanGroupNames:['example-vlanGroup']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.20.20.20/12'],ipGroupNames:['example-ipGroup']}}],actions:[{type:Count,counterName:'example-counter'}]}]" + ``` diff --git a/Commands/networkfabric/acl/_validate-configuration.md b/Commands/networkfabric/acl/_validate-configuration.md index 87085660b..fb74b99f6 100644 --- a/Commands/networkfabric/acl/_validate-configuration.md +++ b/Commands/networkfabric/acl/_validate-configuration.md @@ -29,3 +29,14 @@ Implements the operation to the underlying resources. ```bash networkfabric acl validate-configuration --resource-group example-rg --access-control-list-name example-acl ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Validate configuration of the Access Control List + ```bash + networkfabric acl validate-configuration --resource-group example-rg --access-control-list-name example-acl + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_create.md b/Commands/networkfabric/bootstrapdevice/_create.md index e5fbc0783..0e5897527 100644 --- a/Commands/networkfabric/bootstrapdevice/_create.md +++ b/Commands/networkfabric/bootstrapdevice/_create.md @@ -14,3 +14,14 @@ Create a Network Bootstrap Device resource ```bash networkfabric bootstrapdevice create --resource-group example-rg --resource-name example-device --annotation annotation --host-name NFA-Device --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX --network-device-sku DeviceSku --type None --user-assigned-identities "{key3673:{}}" --tags "{}" --location eastuseuap ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Bootstrap Device resource + ```bash + networkfabric bootstrapdevice create --resource-group example-rg --resource-name example-device --annotation annotation --host-name NFA-Device --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX --network-device-sku DeviceSku --type None --user-assigned-identities "{key3673:{}}" --tags "{}" --location eastuseuap + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_delete.md b/Commands/networkfabric/bootstrapdevice/_delete.md index 395fba482..758a552d9 100644 --- a/Commands/networkfabric/bootstrapdevice/_delete.md +++ b/Commands/networkfabric/bootstrapdevice/_delete.md @@ -14,3 +14,14 @@ Delete a Network Bootstrap Device resource. ```bash networkfabric bootstrapdevice delete --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Bootstrap Device resource + ```bash + networkfabric bootstrapdevice delete --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_list.md b/Commands/networkfabric/bootstrapdevice/_list.md index ac33efa41..50cf5c1d2 100644 --- a/Commands/networkfabric/bootstrapdevice/_list.md +++ b/Commands/networkfabric/bootstrapdevice/_list.md @@ -11,6 +11,23 @@ List all the Network Bootstrap Device resources in a given subscription. #### examples +- List the Bootstrap Device for Subscription + ```bash + networkfabric bootstrapdevice list --subscription + ``` + +- List the Bootstrap Device for Resource Group + ```bash + networkfabric bootstrapdevice list -resource-group example-rg + ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.xml) **Stable** + + + + +#### examples + - List the Bootstrap Device for Subscription ```bash networkfabric bootstrapdevice list --subscription diff --git a/Commands/networkfabric/bootstrapdevice/_reboot.md b/Commands/networkfabric/bootstrapdevice/_reboot.md index 9c7a6b504..4e95206bd 100644 --- a/Commands/networkfabric/bootstrapdevice/_reboot.md +++ b/Commands/networkfabric/bootstrapdevice/_reboot.md @@ -14,3 +14,14 @@ Reboot the Network Bootstrap Device. ```bash networkfabric bootstrapdevice reboot --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Reboot the Bootstrap Device + ```bash + networkfabric bootstrapdevice reboot --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_refresh-configuration.md b/Commands/networkfabric/bootstrapdevice/_refresh-configuration.md index 0a23240da..30e48a2ea 100644 --- a/Commands/networkfabric/bootstrapdevice/_refresh-configuration.md +++ b/Commands/networkfabric/bootstrapdevice/_refresh-configuration.md @@ -14,3 +14,14 @@ Refreshes the configuration of Network Bootstrap Device. ```bash networkfabric bootstrapdevice refresh-configuration --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run refresh configuration on the Boostrap Device + ```bash + networkfabric bootstrapdevice refresh-configuration --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_resync-password.md b/Commands/networkfabric/bootstrapdevice/_resync-password.md index 4f9381cca..1a489856a 100644 --- a/Commands/networkfabric/bootstrapdevice/_resync-password.md +++ b/Commands/networkfabric/bootstrapdevice/_resync-password.md @@ -14,3 +14,14 @@ Updates the Network Bootstrap Device to use the latest passwords. Does not gener ```bash networkfabric bootstrapdevice resync-password --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Resync the latest passwords to the Network Bootstrap Device + ```bash + networkfabric bootstrapdevice resync-password --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_show.md b/Commands/networkfabric/bootstrapdevice/_show.md index a978e965d..ba3bc3afa 100644 --- a/Commands/networkfabric/bootstrapdevice/_show.md +++ b/Commands/networkfabric/bootstrapdevice/_show.md @@ -14,3 +14,14 @@ Get a Network Bootstrap Device resource details. ```bash networkfabric bootstrapdevice show --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Bootstrap Device resource + ```bash + networkfabric bootstrapdevice show --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_update-administrative-state.md b/Commands/networkfabric/bootstrapdevice/_update-administrative-state.md index 42de88a9c..30e5ebe66 100644 --- a/Commands/networkfabric/bootstrapdevice/_update-administrative-state.md +++ b/Commands/networkfabric/bootstrapdevice/_update-administrative-state.md @@ -14,3 +14,14 @@ Updates the Administrative state of the Network Bootstrap Device. ```bash networkfabric bootstrapdevice update-administrative-state --resource-group example-rg --resource-name example-device --resource-ids "[/Subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/example-device-1]" --state RMA ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Updates the Administrative state of the Network Bootstrap Device + ```bash + networkfabric bootstrapdevice update-administrative-state --resource-group example-rg --resource-name example-device --resource-ids "[/Subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/example-device-1]" --state RMA + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_update.md b/Commands/networkfabric/bootstrapdevice/_update.md index 9689bf235..872a2d614 100644 --- a/Commands/networkfabric/bootstrapdevice/_update.md +++ b/Commands/networkfabric/bootstrapdevice/_update.md @@ -14,3 +14,14 @@ Update certain properties of the Network Bootstrap Device resource. ```bash networkfabric bootstrapdevice update --resource-group "example-rg" --resource-name "example-device" --annotation example-annotation --host-name "AustinNF-AR-CE1" --serial-number "Arista;DCS-7280DR3-24;12.05;JPE21115446" --type None --user-assigned-identities "{key3673:{}}" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Bootstrap Device resource + ```bash + networkfabric bootstrapdevice update --resource-group "example-rg" --resource-name "example-device" --annotation example-annotation --host-name "AustinNF-AR-CE1" --serial-number "Arista;DCS-7280DR3-24;12.05;JPE21115446" --type None --user-assigned-identities "{key3673:{}}" + ``` diff --git a/Commands/networkfabric/bootstrapdevice/_upgrade.md b/Commands/networkfabric/bootstrapdevice/_upgrade.md index 37c342b40..f48df8f24 100644 --- a/Commands/networkfabric/bootstrapdevice/_upgrade.md +++ b/Commands/networkfabric/bootstrapdevice/_upgrade.md @@ -14,3 +14,14 @@ Upgrades the version of the Network Bootstrap Device. ```bash networkfabric bootstrapdevice upgrade --resource-group example-rg --resource-name example-device --version 1.0 ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Upgrades the version of the Network Bootstrap Device. + ```bash + networkfabric bootstrapdevice upgrade --resource-group example-rg --resource-name example-device --version 1.0 + ``` diff --git a/Commands/networkfabric/bootstrapdevice/identity/_assign.md b/Commands/networkfabric/bootstrapdevice/identity/_assign.md index 92d35df8f..7869b6697 100644 --- a/Commands/networkfabric/bootstrapdevice/identity/_assign.md +++ b/Commands/networkfabric/bootstrapdevice/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/bootstrapdevice/identity/_remove.md b/Commands/networkfabric/bootstrapdevice/identity/_remove.md index f78d1fe44..7a23cf076 100644 --- a/Commands/networkfabric/bootstrapdevice/identity/_remove.md +++ b/Commands/networkfabric/bootstrapdevice/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/bootstrapdevice/identity/_show.md b/Commands/networkfabric/bootstrapdevice/identity/_show.md index c8e8fe6d0..d007be5d5 100644 --- a/Commands/networkfabric/bootstrapdevice/identity/_show.md +++ b/Commands/networkfabric/bootstrapdevice/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/bootstrapinterface/_create.md b/Commands/networkfabric/bootstrapinterface/_create.md index 1fa4a88a2..56f52378b 100644 --- a/Commands/networkfabric/bootstrapinterface/_create.md +++ b/Commands/networkfabric/bootstrapinterface/_create.md @@ -14,3 +14,14 @@ Create a Network Bootstrap Interface resource. ```bash networkfabric bootstrapinterface create --resource-group example-rg --bootstrap-device example-device --resource-name example-interface --annotation annotation --additional-description additionalDescription --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Bootstrap Interface resource + ```bash + networkfabric bootstrapinterface create --resource-group example-rg --bootstrap-device example-device --resource-name example-interface --annotation annotation --additional-description additionalDescription --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX + ``` diff --git a/Commands/networkfabric/bootstrapinterface/_delete.md b/Commands/networkfabric/bootstrapinterface/_delete.md index 60919733b..3049290bc 100644 --- a/Commands/networkfabric/bootstrapinterface/_delete.md +++ b/Commands/networkfabric/bootstrapinterface/_delete.md @@ -14,3 +14,14 @@ Delete the Network Bootstrap Interface resource. ```bash networkfabric bootstrapinterface delete --resource-group example-rg --bootstrap-device example-device --resource-name example-interface ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Bootstrap Interface resource + ```bash + networkfabric bootstrapinterface delete --resource-group example-rg --bootstrap-device example-device --resource-name example-interface + ``` diff --git a/Commands/networkfabric/bootstrapinterface/_list.md b/Commands/networkfabric/bootstrapinterface/_list.md index bb267067c..fe9102758 100644 --- a/Commands/networkfabric/bootstrapinterface/_list.md +++ b/Commands/networkfabric/bootstrapinterface/_list.md @@ -10,7 +10,28 @@ List all the Network Bootstrap Interface resources in a given resource group. #### examples -- List the Bootstrap Interfaces in a Resource Group for a specific Subscription +- List the Bootstrap Interfaces by Subscription ```bash - networkfabric bootstrapinterface list --subscription --resource-group example-rg --bootstrap-device example-device + networkfabric bootstrapinterface list --subscription --bootstrap-device example-device + ``` + +- List the Bootstrap Interfaces by Resource Group + ```bash + networkfabric bootstrapinterface list --resource-group example-rg --bootstrap-device example-device + ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- List the Bootstrap Interfaces by Subscription + ```bash + networkfabric bootstrapinterface list --subscription --bootstrap-device example-device + ``` + +- List the Bootstrap Interfaces by Resource Group + ```bash + networkfabric bootstrapinterface list --resource-group example-rg --bootstrap-device example-device ``` diff --git a/Commands/networkfabric/bootstrapinterface/_show.md b/Commands/networkfabric/bootstrapinterface/_show.md index d35e63f15..350e94a36 100644 --- a/Commands/networkfabric/bootstrapinterface/_show.md +++ b/Commands/networkfabric/bootstrapinterface/_show.md @@ -14,3 +14,14 @@ Get the Network Bootstrap Interface resource details. ```bash networkfabric bootstrapinterface show --resource-group example-rg --network-bootstrap-device-name example-device --resource-name example-interface ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Bootstrap Interface resource + ```bash + networkfabric bootstrapinterface show --resource-group example-rg --network-bootstrap-device-name example-device --resource-name example-interface + ``` diff --git a/Commands/networkfabric/bootstrapinterface/_update-administrative-state.md b/Commands/networkfabric/bootstrapinterface/_update-administrative-state.md index b48f4716e..1ec122e9b 100644 --- a/Commands/networkfabric/bootstrapinterface/_update-administrative-state.md +++ b/Commands/networkfabric/bootstrapinterface/_update-administrative-state.md @@ -14,3 +14,14 @@ Update the admin state of the Network Interface. ```bash networkfabric bootstrapinterface update-administrative-state --resource-group example-rg --bootstrap-device example-device --resource-name example-interface --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the admin state of the Bootstrap Interface + ```bash + networkfabric bootstrapinterface update-administrative-state --resource-group example-rg --bootstrap-device example-device --resource-name example-interface --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/bootstrapinterface/_update.md b/Commands/networkfabric/bootstrapinterface/_update.md index af8c1dec9..798fdb78e 100644 --- a/Commands/networkfabric/bootstrapinterface/_update.md +++ b/Commands/networkfabric/bootstrapinterface/_update.md @@ -14,3 +14,14 @@ Update certain properties of the Network Bootstrap Interface resource. ```bash networkfabric bootstrapinterface create --resource-group example-rg --bootstrap-device example-device --resource-name example-interface --annotation annotation --additional-description additionalDescription --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Bootstrap Interface resource + ```bash + networkfabric bootstrapinterface create --resource-group example-rg --bootstrap-device example-device --resource-name example-interface --annotation annotation --additional-description additionalDescription --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX + ``` diff --git a/Commands/networkfabric/controller/_create.md b/Commands/networkfabric/controller/_create.md index 730153099..9e5413601 100644 --- a/Commands/networkfabric/controller/_create.md +++ b/Commands/networkfabric/controller/_create.md @@ -83,3 +83,19 @@ Create a Network Fabric Controller resource ```bash networkfabric controller create --infra-er-connections "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Network Fabric Controller. For RE-PUT with 'mrg' parameter, both name and location properties are required. + ```bash + networkfabric controller create --resource-group "example-rg" --location "westus3" --resource-name "example-nfc" --ipv4-address-space "10.0.0.0/19" --is-workload-management-network-enabled "True" --nfc-sku "Basic" --infra-er-connections "[{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'},{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'}]" --workload-er-connections "[{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'},{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'}]" --mrg name=example-mrgName location=eastus + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric controller create --infra-er-connections "??" + ``` diff --git a/Commands/networkfabric/controller/_delete.md b/Commands/networkfabric/controller/_delete.md index 3157ae611..450c8f6b6 100644 --- a/Commands/networkfabric/controller/_delete.md +++ b/Commands/networkfabric/controller/_delete.md @@ -58,3 +58,14 @@ Delete the Network Fabric Controller resource ```bash networkfabric controller delete --resource-group "example-rg" --resource-name "example-nfc" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Fabric Controller + ```bash + networkfabric controller delete --resource-group "example-rg" --resource-name "example-nfc" + ``` diff --git a/Commands/networkfabric/controller/_list.md b/Commands/networkfabric/controller/_list.md index 1fec84a97..fa2899f4a 100644 --- a/Commands/networkfabric/controller/_list.md +++ b/Commands/networkfabric/controller/_list.md @@ -89,3 +89,20 @@ List all Network Fabric Controllers in the provided resource group or subscripti ```bash networkfabric controller list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Fabric Controllers for Resource group + ```bash + networkfabric controller list --resource-group "example-rg" + ``` + +- List the Network Fabric Controllers for Subscription + ```bash + networkfabric controller list --subscription "" + ``` diff --git a/Commands/networkfabric/controller/_show.md b/Commands/networkfabric/controller/_show.md index ec806ae76..3ac73aea6 100644 --- a/Commands/networkfabric/controller/_show.md +++ b/Commands/networkfabric/controller/_show.md @@ -58,3 +58,14 @@ Show details of the provided Network Fabric Controller resource ```bash networkfabric controller show --resource-group "example-rg" --resource-name "example-nfc" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Fabric Controller + ```bash + networkfabric controller show --resource-group "example-rg" --resource-name "example-nfc" + ``` diff --git a/Commands/networkfabric/controller/_update.md b/Commands/networkfabric/controller/_update.md index 2257251d9..585c0a3eb 100644 --- a/Commands/networkfabric/controller/_update.md +++ b/Commands/networkfabric/controller/_update.md @@ -71,3 +71,19 @@ Update the Network Fabric Controller resource ```bash networkfabric controller update --infra-er-connections "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network Fabric Controller + ```bash + networkfabric controller update --resource-group "example-rg" --resource-name "example-nfc" --infra-er-connections "[{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'}]" --workload-er-connections "[{expressRouteCircuitId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.Network/expressRouteCircuits/example-expressRouteCircuit',expressRouteAuthorizationKey:'auth-key'}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric controller update --infra-er-connections "??" + ``` diff --git a/Commands/networkfabric/controller/identity/_assign.md b/Commands/networkfabric/controller/identity/_assign.md index de1c0bfdc..092ba953b 100644 --- a/Commands/networkfabric/controller/identity/_assign.md +++ b/Commands/networkfabric/controller/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/controller/identity/_remove.md b/Commands/networkfabric/controller/identity/_remove.md index 3ced471b1..13390db8e 100644 --- a/Commands/networkfabric/controller/identity/_remove.md +++ b/Commands/networkfabric/controller/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/controller/identity/_show.md b/Commands/networkfabric/controller/identity/_show.md index a5bf578a8..22b2c9a69 100644 --- a/Commands/networkfabric/controller/identity/_show.md +++ b/Commands/networkfabric/controller/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/device/_create.md b/Commands/networkfabric/device/_create.md index d03d203a7..e813d24fa 100644 --- a/Commands/networkfabric/device/_create.md +++ b/Commands/networkfabric/device/_create.md @@ -37,3 +37,14 @@ Create a Network Device resource ```bash networkfabric device create --resource-group example-rg --resource-name example-device --annotation annotation --host-name NFA-Device --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX --network-device-sku DeviceSku --tags "{KeyId:KeyValue}" --location eastuseuap ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create the Network Device + ```bash + networkfabric device create --resource-group example-rg --resource-name example-device --annotation annotation --host-name NFA-Device --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX --network-device-sku DeviceSku --tags "{KeyId:KeyValue}" --location eastuseuap + ``` diff --git a/Commands/networkfabric/device/_delete.md b/Commands/networkfabric/device/_delete.md index adb3b02d6..04afd16a6 100644 --- a/Commands/networkfabric/device/_delete.md +++ b/Commands/networkfabric/device/_delete.md @@ -58,3 +58,14 @@ Delete the Network Device resource ```bash networkfabric device delete --resource-group "example-rg" --resource-name "example-device" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Device + ```bash + networkfabric device delete --resource-group "example-rg" --resource-name "example-device" + ``` diff --git a/Commands/networkfabric/device/_list.md b/Commands/networkfabric/device/_list.md index 088f05c6e..a0e77c7ef 100644 --- a/Commands/networkfabric/device/_list.md +++ b/Commands/networkfabric/device/_list.md @@ -88,3 +88,20 @@ List all Network Devices in the provided resource group or subscription ```bash networkfabric device list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Devices for Resource Group + ```bash + networkfabric device list --resource-group "example-rg" + ``` + +- List the Network Devices for Subscription + ```bash + networkfabric device list --subscription "" + ``` diff --git a/Commands/networkfabric/device/_reboot.md b/Commands/networkfabric/device/_reboot.md index 69d368e3a..4a62553ed 100644 --- a/Commands/networkfabric/device/_reboot.md +++ b/Commands/networkfabric/device/_reboot.md @@ -29,3 +29,14 @@ Reboot the Network Device. ```bash networkfabric device reboot --resource-group example-rg --resource-name example-device --reboot-type GracefulRebootWithZTP ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Reboot the Network Device + ```bash + networkfabric device reboot --resource-group example-rg --resource-name example-device --reboot-type GracefulRebootWithZTP + ``` diff --git a/Commands/networkfabric/device/_refresh-configuration.md b/Commands/networkfabric/device/_refresh-configuration.md index 59b470b3c..4ff4c8344 100644 --- a/Commands/networkfabric/device/_refresh-configuration.md +++ b/Commands/networkfabric/device/_refresh-configuration.md @@ -29,3 +29,14 @@ Refreshes the configuration the Network Device. ```bash networkfabric device refresh-configuration --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run refresh configuration on the Network Device + ```bash + networkfabric device refresh-configuration --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/device/_resync-certificate.md b/Commands/networkfabric/device/_resync-certificate.md index fbe8a5721..854c13b35 100644 --- a/Commands/networkfabric/device/_resync-certificate.md +++ b/Commands/networkfabric/device/_resync-certificate.md @@ -14,3 +14,14 @@ Updates the Network Device to use the latest certificates. Does not generate new ```bash networkfabric device resync-certificate --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Updates the Network Device to use the latest certificates + ```bash + networkfabric device resync-certificate --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/device/_resync-password.md b/Commands/networkfabric/device/_resync-password.md index 0e95e005c..af2a39262 100644 --- a/Commands/networkfabric/device/_resync-password.md +++ b/Commands/networkfabric/device/_resync-password.md @@ -14,3 +14,14 @@ Updates the Network Device to use the latest passwords. Does not generate new pa ```bash networkfabric device resync-password --resource-group example-rg --resource-name example-device ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Updates the Network Device to use the latest passwords + ```bash + networkfabric device resync-password --resource-group example-rg --resource-name example-device + ``` diff --git a/Commands/networkfabric/device/_run-ro.md b/Commands/networkfabric/device/_run-ro.md index 6d1983bd4..fbeb34bb4 100644 --- a/Commands/networkfabric/device/_run-ro.md +++ b/Commands/networkfabric/device/_run-ro.md @@ -36,3 +36,14 @@ Run the RO Command on the Network Device. ```bash networkfabric device run-ro --resource-name "example-device" --resource-group "example-rg" --ro-command "example command" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yb2NvbW1hbmQ=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run ro on the Network Device + ```bash + networkfabric device run-ro --resource-name "example-device" --resource-group "example-rg" --ro-command "example command" + ``` diff --git a/Commands/networkfabric/device/_run-rw.md b/Commands/networkfabric/device/_run-rw.md index 1c03d079c..3cabf5e73 100644 --- a/Commands/networkfabric/device/_run-rw.md +++ b/Commands/networkfabric/device/_run-rw.md @@ -36,3 +36,14 @@ Run the RW Command on the Network Device. ```bash networkfabric device run-rw --resource-name "example-device" --resource-group "example-rg" --rw-command "example command" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yd2NvbW1hbmQ=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run rw on the Network Device + ```bash + networkfabric device run-rw --resource-name "example-device" --resource-group "example-rg" --rw-command "example command" + ``` diff --git a/Commands/networkfabric/device/_show.md b/Commands/networkfabric/device/_show.md index d63cec5aa..0952d12e9 100644 --- a/Commands/networkfabric/device/_show.md +++ b/Commands/networkfabric/device/_show.md @@ -58,3 +58,14 @@ Show details of the provided Network Device resource ```bash networkfabric device show --resource-group "example-rg" --resource-name "example-device" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Device + ```bash + networkfabric device show --resource-group "example-rg" --resource-name "example-device" + ``` diff --git a/Commands/networkfabric/device/_update-admin-state.md b/Commands/networkfabric/device/_update-admin-state.md index f88df907c..66a272504 100644 --- a/Commands/networkfabric/device/_update-admin-state.md +++ b/Commands/networkfabric/device/_update-admin-state.md @@ -36,3 +36,14 @@ Updates the Administrative state of the Network Device. ```bash networkfabric device update-admin-state --resource-name "example-device-name" --resource-group "example-RG" --state "UnderMaintenance" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the admin state of the Network Device + ```bash + networkfabric device update-admin-state --resource-name "example-device-name" --resource-group "example-RG" --state "UnderMaintenance" + ``` diff --git a/Commands/networkfabric/device/_update.md b/Commands/networkfabric/device/_update.md index 9d521c47e..503f75544 100644 --- a/Commands/networkfabric/device/_update.md +++ b/Commands/networkfabric/device/_update.md @@ -58,3 +58,14 @@ Update the Network Device resource. ```bash networkfabric device update --resource-group "example-rg" --resource-name "example-device" --host-name "AustinNF-AR-CE1" --serial-number "Arista;DCS-7280DR3-24;12.05;JPE21115446" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network Device + ```bash + networkfabric device update --resource-group "example-rg" --resource-name "example-device" --host-name "AustinNF-AR-CE1" --serial-number "Arista;DCS-7280DR3-24;12.05;JPE21115446" + ``` diff --git a/Commands/networkfabric/device/_upgrade.md b/Commands/networkfabric/device/_upgrade.md index be147f650..b3b277db6 100644 --- a/Commands/networkfabric/device/_upgrade.md +++ b/Commands/networkfabric/device/_upgrade.md @@ -33,3 +33,14 @@ Upgrades the version of the Network Device. ```bash networkfabric device upgrade --resource-group example-rg --resource-name example-device --version 1.0.0 ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Upgrade the Network Device + ```bash + networkfabric device upgrade --resource-group example-rg --resource-name example-device --version 1.0.0 + ``` diff --git a/Commands/networkfabric/device/identity/_assign.md b/Commands/networkfabric/device/identity/_assign.md index 5bf513692..890b0a26d 100644 --- a/Commands/networkfabric/device/identity/_assign.md +++ b/Commands/networkfabric/device/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/device/identity/_remove.md b/Commands/networkfabric/device/identity/_remove.md index 789f69844..c40168277 100644 --- a/Commands/networkfabric/device/identity/_remove.md +++ b/Commands/networkfabric/device/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/device/identity/_show.md b/Commands/networkfabric/device/identity/_show.md index e32604939..c7ee47fa5 100644 --- a/Commands/networkfabric/device/identity/_show.md +++ b/Commands/networkfabric/device/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/devicesku/_list.md b/Commands/networkfabric/devicesku/_list.md index 51f309a3d..cee7e1ccf 100644 --- a/Commands/networkfabric/devicesku/_list.md +++ b/Commands/networkfabric/devicesku/_list.md @@ -47,3 +47,14 @@ List all Network Device SKUs in the provided subscription. ```bash networkfabric devicesku list --subscription ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- List the DeviceSKU for Subscription + ```bash + networkfabric devicesku list --subscription + ``` diff --git a/Commands/networkfabric/devicesku/_show.md b/Commands/networkfabric/devicesku/_show.md index b19d677b9..13214e846 100644 --- a/Commands/networkfabric/devicesku/_show.md +++ b/Commands/networkfabric/devicesku/_show.md @@ -33,3 +33,14 @@ Show details of the provided Network Device SKU resource. ```bash networkfabric devicesku show --resource-name example-deviceSku ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the DeviceSKU for Subscription + ```bash + networkfabric devicesku show --resource-name example-deviceSku + ``` diff --git a/Commands/networkfabric/externalnetwork/_create.md b/Commands/networkfabric/externalnetwork/_create.md index 45f197df9..ab5244f9f 100644 --- a/Commands/networkfabric/externalnetwork/_create.md +++ b/Commands/networkfabric/externalnetwork/_create.md @@ -108,3 +108,24 @@ Create a External Network resource ```bash networkfabric externalnetwork create --option-a-properties "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a External Network with option B properties + ```bash + networkfabric externalnetwork create --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --peering-option "OptionB" --option-b-properties "{routeTargets:{exportIpv4RouteTargets:['65046:10039'],exportIpv6RouteTargets:['65046:10039'],importIpv4RouteTargets:['65046:10039'],importIpv6RouteTargets:['65046:10039']}}" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" + ``` + +- Create a External Network with option A properties + ```bash + networkfabric externalnetwork create --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --peering-option "OptionA" --option-a-properties "{peerASN:65234,vlanId:501,mtu:1500,primaryIpv4Prefix:'172.23.1.0/31',secondaryIpv4Prefix:'172.23.1.2/31',bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},v4OverV6BgpSession:'Enabled',v6OverV4BgpSession:'Enabled',nativeIpv4PrefixLimit:{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]},nativeIpv6PrefixLimit:{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]}}" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric externalnetwork create --option-a-properties "??" + ``` diff --git a/Commands/networkfabric/externalnetwork/_delete.md b/Commands/networkfabric/externalnetwork/_delete.md index e80419b4d..2383f3b27 100644 --- a/Commands/networkfabric/externalnetwork/_delete.md +++ b/Commands/networkfabric/externalnetwork/_delete.md @@ -58,3 +58,14 @@ Delete the External Network resource ```bash networkfabric externalnetwork delete --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalnetwork" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the External Network + ```bash + networkfabric externalnetwork delete --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalnetwork" + ``` diff --git a/Commands/networkfabric/externalnetwork/_list.md b/Commands/networkfabric/externalnetwork/_list.md index bf0761b69..7867d7ecd 100644 --- a/Commands/networkfabric/externalnetwork/_list.md +++ b/Commands/networkfabric/externalnetwork/_list.md @@ -58,3 +58,14 @@ List all External Networks in the provided resource group ```bash networkfabric externalnetwork list --resource-group "example-rg" --l3domain "example-l3domain" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- List the External Network for Resource Group + ```bash + networkfabric externalnetwork list --resource-group "example-rg" --l3domain "example-l3domain" + ``` diff --git a/Commands/networkfabric/externalnetwork/_show.md b/Commands/networkfabric/externalnetwork/_show.md index 21f45c6cd..79d92c444 100644 --- a/Commands/networkfabric/externalnetwork/_show.md +++ b/Commands/networkfabric/externalnetwork/_show.md @@ -58,3 +58,14 @@ Show details of the provided External Network resource ```bash networkfabric externalnetwork show --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalnetwork" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the External Network + ```bash + networkfabric externalnetwork show --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalnetwork" + ``` diff --git a/Commands/networkfabric/externalnetwork/_update-admin-state.md b/Commands/networkfabric/externalnetwork/_update-admin-state.md index 39e62a886..7f0c8dad4 100644 --- a/Commands/networkfabric/externalnetwork/_update-admin-state.md +++ b/Commands/networkfabric/externalnetwork/_update-admin-state.md @@ -47,3 +47,14 @@ Update the admin state of the provided External Network resource. ```bash networkfabric externalnetwork update-admin-state --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --state "Enable" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of External Network + ```bash + networkfabric externalnetwork update-admin-state --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --state "Enable" + ``` diff --git a/Commands/networkfabric/externalnetwork/_update-bfd-administrative-state.md b/Commands/networkfabric/externalnetwork/_update-bfd-administrative-state.md index e4749db37..a8de9ded2 100644 --- a/Commands/networkfabric/externalnetwork/_update-bfd-administrative-state.md +++ b/Commands/networkfabric/externalnetwork/_update-bfd-administrative-state.md @@ -25,3 +25,14 @@ BFD administrative state for either static or bgp for internalNetwork. ```bash networkfabric externalnetwork update-bfd-administrative-state --resource-group example-rg --l3-isolation-domain-name example-externalnetwork --resource-name example-ext --route-type Static --administrative-state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update bfd admin state of External Network + ```bash + networkfabric externalnetwork update-bfd-administrative-state --resource-group example-rg --l3-isolation-domain-name example-externalnetwork --resource-name example-ext --route-type Static --administrative-state Enable + ``` diff --git a/Commands/networkfabric/externalnetwork/_update-static-route-bfd-administrative-state.md b/Commands/networkfabric/externalnetwork/_update-static-route-bfd-administrative-state.md index ae0c36112..ddf688ff1 100644 --- a/Commands/networkfabric/externalnetwork/_update-static-route-bfd-administrative-state.md +++ b/Commands/networkfabric/externalnetwork/_update-static-route-bfd-administrative-state.md @@ -14,3 +14,14 @@ Update Static Route BFD for external Network. ```bash networkfabric externalnetwork update-static-route-bfd-administrative-state --resource-group example-rg --l3domain example-l3domain --resource-name example-externalnetwork --state Enable --resource-ids "[]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update Static Route BFD Admin State of the resource + ```bash + networkfabric externalnetwork update-static-route-bfd-administrative-state --resource-group example-rg --l3domain example-l3domain --resource-name example-externalnetwork --state Enable --resource-ids "[]" + ``` diff --git a/Commands/networkfabric/externalnetwork/_update.md b/Commands/networkfabric/externalnetwork/_update.md index 5f736821e..d4f6f1acf 100644 --- a/Commands/networkfabric/externalnetwork/_update.md +++ b/Commands/networkfabric/externalnetwork/_update.md @@ -91,3 +91,24 @@ Update the External Networks resource. ```bash networkfabric externalnetwork update --option-a-properties "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the External Network with option B properties + ```bash + networkfabric externalnetwork update --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --peering-option "OptionB" --option-b-properties "{routeTargets:{exportIpv4RouteTargets:['65046:10039'],exportIpv6RouteTargets:['65046:10039'],importIpv4RouteTargets:['65046:10039'],importIpv6RouteTargets:['65046:10039']}}" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" + ``` + +- Update the External Network with option A properties + ```bash + networkfabric externalnetwork update --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-externalNetwork" --peering-option "OptionA" --nni-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/microsoft.managednetworkfabric/networkfabrics/example-fabric/networkToNetworkInterconnects/example-nni" --option-a-properties "{peerASN:65234,vlanId:501,mtu:1500,primaryIpv4Prefix:'172.23.1.0/31',secondaryIpv4Prefix:'172.23.1.2/31',bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},v4OverV6BgpSession:'Enabled',v6OverV4BgpSession:'Enabled',nativeIpv4PrefixLimit:{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]},nativeIpv6PrefixLimit:{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]}}" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric externalnetwork update --option-a-properties "??" + ``` diff --git a/Commands/networkfabric/fabric/_arm-configuration-diff.md b/Commands/networkfabric/fabric/_arm-configuration-diff.md index 0c676a917..ffea7d18e 100644 --- a/Commands/networkfabric/fabric/_arm-configuration-diff.md +++ b/Commands/networkfabric/fabric/_arm-configuration-diff.md @@ -25,3 +25,14 @@ Post action: Triggers diff of NetworkFabric ARM Configuration. ```bash networkfabric fabric arm-configuration-diff --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9hcm1jb25maWd1cmF0aW9uZGlmZg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run arm configuration diff on the Network Fabric + ```bash + networkfabric fabric arm-configuration-diff --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/_commit-batch-status.md b/Commands/networkfabric/fabric/_commit-batch-status.md index 125e0d441..ab8dd6bb4 100644 --- a/Commands/networkfabric/fabric/_commit-batch-status.md +++ b/Commands/networkfabric/fabric/_commit-batch-status.md @@ -25,3 +25,14 @@ Post action: Returns a status of commit batch operation. ```bash networkfabric fabric commit-batch-status --resource-group example-rg --resource-name example-fabric --commit-batch-id batch-id ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRiYXRjaHN0YXR1cw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run commit batch status on the Network Fabric + ```bash + networkfabric fabric commit-batch-status --resource-group example-rg --resource-name example-fabric --commit-batch-id batch-id + ``` diff --git a/Commands/networkfabric/fabric/_commit-configuration.md b/Commands/networkfabric/fabric/_commit-configuration.md index 2c8a90e20..1c8951036 100644 --- a/Commands/networkfabric/fabric/_commit-configuration.md +++ b/Commands/networkfabric/fabric/_commit-configuration.md @@ -47,3 +47,14 @@ Atomic update of the given Network Fabric instance. Sync update of NFA resources ```bash networkfabric fabric commit-configuration --resource-group "example-rg" --resource-name "example-fabric" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run commit configuration on the Network Fabric + ```bash + networkfabric fabric commit-configuration --resource-group "example-rg" --resource-name "example-fabric" + ``` diff --git a/Commands/networkfabric/fabric/_create.md b/Commands/networkfabric/fabric/_create.md index 466dd645f..624b1dfa5 100644 --- a/Commands/networkfabric/fabric/_create.md +++ b/Commands/networkfabric/fabric/_create.md @@ -118,3 +118,26 @@ Create a Network Fabric resource networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:??" networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:{option-b-properties:??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Network Fabric with option B Properties + ```bash + networkfabric fabric create --resource-group "example-rg" --location "westus3" --resource-name "example-fabric" --nf-sku "fab1" --fabric-version "1.x.x" --nfc-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/example-NFC" --fabric-asn 20 --ipv4-prefix 10.1.0.0/19 --rack-count 2 --server-count-per-rack 5 --ts-config "{primaryIpv4Prefix:'172.31.0.0/30',secondaryIpv4Prefix:'172.31.0.20/30',username:'****',password:'*****',serialNumber:'1234'}" --managed-network-config "{infrastructureVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionB,optionBProperties:{routeTargets:{exportIpv4RouteTargets:['65046:10039'],exportIpv6RouteTargets:['65046:10039'],importIpv4RouteTargets:['65046:10039'],importIpv6RouteTargets:['65046:10039']}}},workloadVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionB,optionBProperties:{routeTargets:{exportIpv4RouteTargets:['65046:10039'],exportIpv6RouteTargets:['65046:10039'],importIpv4RouteTargets:['65046:10039'],importIpv6RouteTargets:['65046:10039']}}}}" + ``` + +- Create a Network Fabric with option A Properties + ```bash + networkfabric fabric create --resource-group "example-rg" --location "westus3" --resource-name "example-fabric" --nf-sku "fab1" --fabric-version "1.x.x" --nfc-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/example-NFC" --fabric-asn 20 --ipv4-prefix "10.1.0.0/19" --rack-count 2 --server-count-per-rack 5 --ts-config "{primaryIpv4Prefix:'172.31.0.0/30',secondaryIpv4Prefix:'172.31.0.20/30',username:'****',password:'*****',serialNumber:1234}" --managed-network-config "{infrastructureVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionA,optionAProperties:{bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},mtu:1500,vlanId:520,peerASN:65133,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}},workloadVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionA,optionAProperties:{bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},mtu:1500,vlanId:520,peerASN:65133,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31',primaryIpv6Prefix:'3FFE:FFFF:0:CD30::a0/127',secondaryIpv6Prefix:'3FFE:FFFF:0:CD30::a0/127'}}}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric fabric create --ts-config "??" + networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:??" + networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:{option-b-properties:??" + ``` diff --git a/Commands/networkfabric/fabric/_delete.md b/Commands/networkfabric/fabric/_delete.md index 0d7c8cc95..a662302b5 100644 --- a/Commands/networkfabric/fabric/_delete.md +++ b/Commands/networkfabric/fabric/_delete.md @@ -58,3 +58,14 @@ Delete the Network Fabric resource ```bash networkfabric fabric delete --resource-group "example-rg" --resource-name "example-fabric" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Fabric + ```bash + networkfabric fabric delete --resource-group "example-rg" --resource-name "example-fabric" + ``` diff --git a/Commands/networkfabric/fabric/_deprovision.md b/Commands/networkfabric/fabric/_deprovision.md index 274487262..6627d43f7 100644 --- a/Commands/networkfabric/fabric/_deprovision.md +++ b/Commands/networkfabric/fabric/_deprovision.md @@ -58,3 +58,14 @@ Deprovisions the underlying resources in the given Network Fabric instance. ```bash networkfabric fabric deprovision --resource-group "example-rg" --resource-name "example-fabric" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kZXByb3Zpc2lvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Deprovision the Network Fabric + ```bash + networkfabric fabric deprovision --resource-group "example-rg" --resource-name "example-fabric" + ``` diff --git a/Commands/networkfabric/fabric/_discard-commit-batch.md b/Commands/networkfabric/fabric/_discard-commit-batch.md index 6633798ca..912a9a3b4 100644 --- a/Commands/networkfabric/fabric/_discard-commit-batch.md +++ b/Commands/networkfabric/fabric/_discard-commit-batch.md @@ -25,3 +25,14 @@ Post action: Discards a Batch operation in progress. ```bash networkfabric fabric discard-commit-batch --resource-group example-rg --resource-name example-fabric --commit-batch-id batchId1 ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kaXNjYXJkY29tbWl0YmF0Y2g=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run discard commit batch on the Network Fabric + ```bash + networkfabric fabric discard-commit-batch --resource-group example-rg --resource-name example-fabric --commit-batch-id batchId1 + ``` diff --git a/Commands/networkfabric/fabric/_get-topology.md b/Commands/networkfabric/fabric/_get-topology.md index 122088fe7..e3f90d0a0 100644 --- a/Commands/networkfabric/fabric/_get-topology.md +++ b/Commands/networkfabric/fabric/_get-topology.md @@ -29,3 +29,14 @@ Gets Topology of the underlying resources in the given Network Fabric instance. ```bash networkfabric fabric get-topology --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9nZXR0b3BvbG9neQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run get topology on the Network Fabric + ```bash + networkfabric fabric get-topology --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/_list.md b/Commands/networkfabric/fabric/_list.md index 1ca5cc04c..1032a5569 100644 --- a/Commands/networkfabric/fabric/_list.md +++ b/Commands/networkfabric/fabric/_list.md @@ -88,3 +88,20 @@ List all Network Fabrics in the provided resource group or subscription ```bash networkfabric fabric list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Fabrics for Resource Group + ```bash + networkfabric fabric list --resource-group "example-rg" + ``` + +- List the Network Fabrics for Subscription + ```bash + networkfabric fabric list --subscription "" + ``` diff --git a/Commands/networkfabric/fabric/_lock-fabric.md b/Commands/networkfabric/fabric/_lock-fabric.md index ad7f2e780..fcedf11d2 100644 --- a/Commands/networkfabric/fabric/_lock-fabric.md +++ b/Commands/networkfabric/fabric/_lock-fabric.md @@ -25,3 +25,14 @@ Post action: Triggers network fabric lock operation. ```bash networkfabric fabric lock-fabric --resource-group example-rg --resource-name example-networkFabric --lock-type Administrative --action Lock ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9sb2NrZmFicmlj/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run lock fabric on the Network Fabric + ```bash + networkfabric fabric lock-fabric --resource-group example-rg --resource-name example-networkFabric --lock-type Administrative --action Lock + ``` diff --git a/Commands/networkfabric/fabric/_provision.md b/Commands/networkfabric/fabric/_provision.md index 5ade33026..e944ab00a 100644 --- a/Commands/networkfabric/fabric/_provision.md +++ b/Commands/networkfabric/fabric/_provision.md @@ -58,3 +58,14 @@ Provisions the underlying resources in the given Network Fabric instance. ```bash networkfabric fabric provision --resource-group "example-rg" --resource-name "example-fabric" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9wcm92aXNpb24=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Provision the Network Fabric + ```bash + networkfabric fabric provision --resource-group "example-rg" --resource-name "example-fabric" + ``` diff --git a/Commands/networkfabric/fabric/_refresh-configuration.md b/Commands/networkfabric/fabric/_refresh-configuration.md index 970e9fa6a..420304fef 100644 --- a/Commands/networkfabric/fabric/_refresh-configuration.md +++ b/Commands/networkfabric/fabric/_refresh-configuration.md @@ -29,3 +29,14 @@ Refreshes the configuration of the underlying resources in the given Network Fab ```bash networkfabric fabric refresh-configuration --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Refresh the configuration of the underlying resources in the given Network Fabric instance + ```bash + networkfabric fabric refresh-configuration --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/_resync-certificate.md b/Commands/networkfabric/fabric/_resync-certificate.md index 362b6cfad..8fc5ae8e4 100644 --- a/Commands/networkfabric/fabric/_resync-certificate.md +++ b/Commands/networkfabric/fabric/_resync-certificate.md @@ -14,3 +14,14 @@ Updates all Network Devices to use the latest certificates. Does not generate ne ```bash networkfabric fabric resync-certificate --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Updates all Network Devices to use the latest certificates + ```bash + networkfabric fabric resync-certificate --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/_resync-password.md b/Commands/networkfabric/fabric/_resync-password.md index bbeee27bb..528c1ccba 100644 --- a/Commands/networkfabric/fabric/_resync-password.md +++ b/Commands/networkfabric/fabric/_resync-password.md @@ -14,3 +14,14 @@ Updates the Terminal Server and all Network Devices to use the latest passwords. ```bash networkfabric fabric resync-password --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Updates the Terminal Server and all Network Devices to use the latest passwords + ```bash + networkfabric fabric resync-password --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/_rotate-certificate.md b/Commands/networkfabric/fabric/_rotate-certificate.md index 3dd805046..abf7cd34c 100644 --- a/Commands/networkfabric/fabric/_rotate-certificate.md +++ b/Commands/networkfabric/fabric/_rotate-certificate.md @@ -14,3 +14,14 @@ Creates new certificates, then updates the Network Devices to use the new certif ```bash networkfabric fabric rotate-certificate --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create new certificates, then updates the Network Devices to use the new certificates + ```bash + networkfabric fabric rotate-certificate --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/_rotate-password.md b/Commands/networkfabric/fabric/_rotate-password.md index e299b2fab..3d6fca581 100644 --- a/Commands/networkfabric/fabric/_rotate-password.md +++ b/Commands/networkfabric/fabric/_rotate-password.md @@ -14,3 +14,14 @@ Creates new passwords, then updates the Terminal Server and Network Devices to u ```bash networkfabric fabric rotate-password --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVwYXNzd29yZHM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create new passwords, then updates the Terminal Server and Network Devices to use the new passwords + ```bash + networkfabric fabric rotate-password --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/_show.md b/Commands/networkfabric/fabric/_show.md index 52674efdd..e5b159c18 100644 --- a/Commands/networkfabric/fabric/_show.md +++ b/Commands/networkfabric/fabric/_show.md @@ -58,3 +58,14 @@ Show details of the provided Network Fabric resource ```bash networkfabric fabric show --resource-group "example-rg" --resource-name "example-fabric" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Fabric + ```bash + networkfabric fabric show --resource-group "example-rg" --resource-name "example-fabric" + ``` diff --git a/Commands/networkfabric/fabric/_update-infra-management-bfd-configuration.md b/Commands/networkfabric/fabric/_update-infra-management-bfd-configuration.md index 8c07bd046..44787302d 100644 --- a/Commands/networkfabric/fabric/_update-infra-management-bfd-configuration.md +++ b/Commands/networkfabric/fabric/_update-infra-management-bfd-configuration.md @@ -29,3 +29,14 @@ Updates the Infra Management BFD Configuration of the underlying resources in th ```bash networkfabric fabric update-infra-management-bfd-configuration --resource-group example-rg --resource-name example-fabric --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGVpbmZyYW1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run update infra management bfd configuration on the Network Fabric + ```bash + networkfabric fabric update-infra-management-bfd-configuration --resource-group example-rg --resource-name example-fabric --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/fabric/_update-workload-management-bfd-configuration.md b/Commands/networkfabric/fabric/_update-workload-management-bfd-configuration.md index f835a99cd..1a42b66d7 100644 --- a/Commands/networkfabric/fabric/_update-workload-management-bfd-configuration.md +++ b/Commands/networkfabric/fabric/_update-workload-management-bfd-configuration.md @@ -29,3 +29,14 @@ Updates the Workload Management BFD Configuration of the underlying resources in ```bash networkfabric fabric update-workload-management-bfd-configuration --resource-group example-rg --resource-name example-fabric --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGV3b3JrbG9hZG1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run update workload management bfd configuration on the Network Fabric + ```bash + networkfabric fabric update-workload-management-bfd-configuration --resource-group example-rg --resource-name example-fabric --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/fabric/_update.md b/Commands/networkfabric/fabric/_update.md index 8defa0672..080c38260 100644 --- a/Commands/networkfabric/fabric/_update.md +++ b/Commands/networkfabric/fabric/_update.md @@ -99,3 +99,26 @@ Update the Network Fabric resource. networkfabric fabric update --managed-network-config "{infrastructureVpnConfiguration:??" networkfabric fabric update --managed-network-config "{infrastructureVpnConfiguration:{option-b-properties:??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network Fabric option B Properties + ```bash + networkfabric fabric update --resource-group "example-rg" --resource-name "example-fabric" --fabric-asn 20 --ipv4-prefix 10.1.0.0/19 --rack-count 3 --server-count-per-rack 7 --ts-config "{primaryIpv4Prefix:'172.31.0.0/30',secondaryIpv4Prefix:'172.31.0.20/30',username:'****',password:'*****',serialNumber:'1234'}" --managed-network-config "{infrastructureVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionB,optionBProperties:{routeTargets:{exportIpv4RouteTargets:['65046:10039'],exportIpv6RouteTargets:['65046:10039'],importIpv4RouteTargets:['65046:10039'],importIpv6RouteTargets:['65046:10039']}}},workloadVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionB,optionBProperties:{routeTargets:{exportIpv4RouteTargets:['65046:10039'],exportIpv6RouteTargets:['65046:10039'],importIpv4RouteTargets:['65046:10039'],importIpv6RouteTargets:['65046:10039']}}}}" + ``` + +- Update the Network Fabric option A Properties + ```bash + networkfabric fabric update --resource-group "example-rg" --resource-name "example-fabric" --fabric-asn 20 --ipv4-prefix "10.1.0.0/19" --rack-count 3 --server-count-per-rack 7 --ts-config "{primaryIpv4Prefix:'172.31.0.0/30',secondaryIpv4Prefix:'172.31.0.20/30',username:'****',password:'*****',serialNumber:1234}" --managed-network-config "{infrastructureVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionA,optionAProperties:{bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},mtu:1500,vlanId:520,peerASN:65133,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}},workloadVpnConfiguration:{networkToNetworkInterconnectId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni',peeringOption:OptionA,optionAProperties:{bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},mtu:1500,vlanId:520,peerASN:65133,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}}}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric fabric update --ts-config "??" + networkfabric fabric update --managed-network-config "{infrastructureVpnConfiguration:??" + networkfabric fabric update --managed-network-config "{infrastructureVpnConfiguration:{option-b-properties:??" + ``` diff --git a/Commands/networkfabric/fabric/_upgrade.md b/Commands/networkfabric/fabric/_upgrade.md index c8a3b7e2e..7937ac829 100644 --- a/Commands/networkfabric/fabric/_upgrade.md +++ b/Commands/networkfabric/fabric/_upgrade.md @@ -33,3 +33,14 @@ Upgrades the version of the underlying resources in the given Network Fabric ins ```bash networkfabric fabric upgrade --resource-group example-rg --resource-name example-fabric --version 3.x.x --action Start ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGdyYWRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Upgrade the Network Fabric + ```bash + networkfabric fabric upgrade --resource-group example-rg --resource-name example-fabric --version 3.x.x --action Start + ``` diff --git a/Commands/networkfabric/fabric/_validate-configuration.md b/Commands/networkfabric/fabric/_validate-configuration.md index d703e3e24..ccf5ce911 100644 --- a/Commands/networkfabric/fabric/_validate-configuration.md +++ b/Commands/networkfabric/fabric/_validate-configuration.md @@ -47,3 +47,14 @@ Validates the configuration of the underlying resources in the given Network Fab ```bash networkfabric fabric validate-configuration -g "example-rg" --resource-name "example-nf" --validate-action "Cabling" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92YWxpZGF0ZWNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Validate the configuration on the Network Fabric + ```bash + networkfabric fabric validate-configuration -g "example-rg" --resource-name "example-nf" --validate-action "Cabling" + ``` diff --git a/Commands/networkfabric/fabric/_view-device-configuration.md b/Commands/networkfabric/fabric/_view-device-configuration.md index 8688d7aff..9d74264f8 100644 --- a/Commands/networkfabric/fabric/_view-device-configuration.md +++ b/Commands/networkfabric/fabric/_view-device-configuration.md @@ -25,3 +25,14 @@ Post action: Triggers view of network fabric configuration. ```bash networkfabric fabric view-device-configuration --resource-group example-rg --resource-name example-fabric ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92aWV3ZGV2aWNlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- View device configuration on the Network Fabric + ```bash + networkfabric fabric view-device-configuration --resource-group example-rg --resource-name example-fabric + ``` diff --git a/Commands/networkfabric/fabric/identity/_assign.md b/Commands/networkfabric/fabric/identity/_assign.md index 72a6f0cc7..06c9acaf9 100644 --- a/Commands/networkfabric/fabric/identity/_assign.md +++ b/Commands/networkfabric/fabric/identity/_assign.md @@ -18,3 +18,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/fabric/identity/_remove.md b/Commands/networkfabric/fabric/identity/_remove.md index fb98ed8da..2bb471a07 100644 --- a/Commands/networkfabric/fabric/identity/_remove.md +++ b/Commands/networkfabric/fabric/identity/_remove.md @@ -18,3 +18,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/fabric/identity/_show.md b/Commands/networkfabric/fabric/identity/_show.md index b749bc517..660935113 100644 --- a/Commands/networkfabric/fabric/identity/_show.md +++ b/Commands/networkfabric/fabric/identity/_show.md @@ -18,3 +18,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/fabricsku/_list.md b/Commands/networkfabric/fabricsku/_list.md index a062e9786..d54a26a62 100644 --- a/Commands/networkfabric/fabricsku/_list.md +++ b/Commands/networkfabric/fabricsku/_list.md @@ -47,3 +47,14 @@ List all Network Fabric SKUs in the provided subscription. ```bash networkfabric fabricsku list --subscription ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- List the FabricSKU for Subscription + ```bash + networkfabric fabricsku list --subscription + ``` diff --git a/Commands/networkfabric/fabricsku/_show.md b/Commands/networkfabric/fabricsku/_show.md index c810a6eb0..b8a27dbe8 100644 --- a/Commands/networkfabric/fabricsku/_show.md +++ b/Commands/networkfabric/fabricsku/_show.md @@ -33,3 +33,14 @@ Show details of the provided Network Fabric SKU resource. ```bash networkfabric fabricsku show --resource-name wxample-fabricsku ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the FabricSKU for Subscription + ```bash + networkfabric fabricsku show --resource-name wxample-fabricsku + ``` diff --git a/Commands/networkfabric/interface/_create.md b/Commands/networkfabric/interface/_create.md index b65e4cf97..159b97823 100644 --- a/Commands/networkfabric/interface/_create.md +++ b/Commands/networkfabric/interface/_create.md @@ -37,3 +37,14 @@ Create a Network Interface resource. ```bash networkfabric interface create --resource-group example-rg --network-device-name example-device --resource-name example-interface --annotation annotation --description device 1 --additional-description device 1 ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create the Network Interface + ```bash + networkfabric interface create --resource-group example-rg --network-device-name example-device --resource-name example-interface --annotation annotation --description device 1 --additional-description device 1 + ``` diff --git a/Commands/networkfabric/interface/_delete.md b/Commands/networkfabric/interface/_delete.md index c372ff533..e9141d144 100644 --- a/Commands/networkfabric/interface/_delete.md +++ b/Commands/networkfabric/interface/_delete.md @@ -58,3 +58,14 @@ Delete the Network Interface resource ```bash networkfabric interface delete -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Interface + ```bash + networkfabric interface delete -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" + ``` diff --git a/Commands/networkfabric/interface/_list.md b/Commands/networkfabric/interface/_list.md index 1c486a5b2..e5554ac8f 100644 --- a/Commands/networkfabric/interface/_list.md +++ b/Commands/networkfabric/interface/_list.md @@ -58,3 +58,14 @@ List all Network Interfaces in the provided resource group ```bash networkfabric interface list -g "example-rg" --network-device-name "example-device" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- List the Network Interfaces for Resource Group + ```bash + networkfabric interface list -g "example-rg" --network-device-name "example-device" + ``` diff --git a/Commands/networkfabric/interface/_show.md b/Commands/networkfabric/interface/_show.md index 43a1da139..8e8972fc0 100644 --- a/Commands/networkfabric/interface/_show.md +++ b/Commands/networkfabric/interface/_show.md @@ -58,3 +58,14 @@ Show details of the provided Network Interface resource ```bash networkfabric interface show -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Interface + ```bash + networkfabric interface show -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" + ``` diff --git a/Commands/networkfabric/interface/_update-admin-state.md b/Commands/networkfabric/interface/_update-admin-state.md index b2e17dbdf..6659f13f3 100644 --- a/Commands/networkfabric/interface/_update-admin-state.md +++ b/Commands/networkfabric/interface/_update-admin-state.md @@ -58,3 +58,14 @@ Update the admin state of the Network Interface. ```bash networkfabric interface update-admin-state -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" --state "Enable" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of Network Interface + ```bash + networkfabric interface update-admin-state -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" --state "Enable" + ``` diff --git a/Commands/networkfabric/interface/_update.md b/Commands/networkfabric/interface/_update.md index fb4cfc69d..7f11be978 100644 --- a/Commands/networkfabric/interface/_update.md +++ b/Commands/networkfabric/interface/_update.md @@ -37,3 +37,14 @@ Update certain properties of the Network Interface resource. ```bash networkfabric interface update -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" --additional-description "additional description" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update Network Interface + ```bash + networkfabric interface update -g "example-rg" --network-device-name "example-device" --resource-name "example-interface" --additional-description "additional description" + ``` diff --git a/Commands/networkfabric/interface/identity/_assign.md b/Commands/networkfabric/interface/identity/_assign.md index 50a5aac46..5ba75b637 100644 --- a/Commands/networkfabric/interface/identity/_assign.md +++ b/Commands/networkfabric/interface/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/interface/identity/_remove.md b/Commands/networkfabric/interface/identity/_remove.md index 029792858..604b048a8 100644 --- a/Commands/networkfabric/interface/identity/_remove.md +++ b/Commands/networkfabric/interface/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/interface/identity/_show.md b/Commands/networkfabric/interface/identity/_show.md index f0d417557..0ee9dd806 100644 --- a/Commands/networkfabric/interface/identity/_show.md +++ b/Commands/networkfabric/interface/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/internalnetwork/_create.md b/Commands/networkfabric/internalnetwork/_create.md index 417801d3f..b78ee3a08 100644 --- a/Commands/networkfabric/internalnetwork/_create.md +++ b/Commands/networkfabric/internalnetwork/_create.md @@ -88,3 +88,20 @@ Create a Internal Network resource networkfabric internalnetwork create --static-route-configuration "??" networkfabric internalnetwork create --static-route-configuration "{ipv4-routes:??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an Internal Network + ```bash + networkfabric internalnetwork create --resource-group "example-rg" --l3-isolation-domain-name "example-l3domain" --resource-name "example-internalNetwork" --vlan-id 2600 --mtu 1500 --extension "NoExtension" --is-monitoring-enabled "True" --connected-ipv4-subnets "[{prefix:'10.0.0.1/21'},{prefix:'10.1.1.1/22'}]" --connected-ipv6-subnets "[{prefix:'2fff::/64'}]" --static-route-configuration "{extension:NPB,bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},ipv4Routes:[{prefix:'10.1.0.0/24',nextHop:['10.0.0.1','10.0.0.2']},{prefix:'10.1.0.0/24',nextHop:['10.0.0.1','10.0.0.2']}],ipv6Routes:[{prefix:'2fff::/64',nextHop:['3fff::1']}]}" --bgp-configuration "{bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},defaultRouteOriginate:True,allowAS:2,allowASOverride:Enable,peerASN:65047,ipv4ListenRangePrefixes:['10.1.1.1/28','10.0.0.1/28'],ipv6ListenRangePrefixes:['2fff::/66'],ipv4NeighborAddress:[{address:'10.0.0.11'},{address:'10.0.0.12'}],ipv6NeighborAddress:[{address:'2fff::'}],v4OverV6BgpSession:'Enabled',v6OverV4BgpSession:'Enabled'}" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --native-ipv4-prefix-limit "{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]}" --native-ipv6-prefix-limit "{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric internalnetwork create --static-route-configuration "??" + networkfabric internalnetwork create --static-route-configuration "{ipv4-routes:??" + ``` diff --git a/Commands/networkfabric/internalnetwork/_delete.md b/Commands/networkfabric/internalnetwork/_delete.md index a866b0d67..036749f4b 100644 --- a/Commands/networkfabric/internalnetwork/_delete.md +++ b/Commands/networkfabric/internalnetwork/_delete.md @@ -58,3 +58,14 @@ Delete the Internal Network resource ```bash networkfabric internalnetwork delete --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-internalnetwork" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Internal Network + ```bash + networkfabric internalnetwork delete --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-internalnetwork" + ``` diff --git a/Commands/networkfabric/internalnetwork/_list.md b/Commands/networkfabric/internalnetwork/_list.md index a67e32939..78b299160 100644 --- a/Commands/networkfabric/internalnetwork/_list.md +++ b/Commands/networkfabric/internalnetwork/_list.md @@ -58,3 +58,14 @@ List all Internal Networks in the provided resource group ```bash networkfabric internalnetwork list --resource-group "example-rg" --l3domain "example-l3domain" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- List the Internal Networks for Resource Group + ```bash + networkfabric internalnetwork list --resource-group "example-rg" --l3domain "example-l3domain" + ``` diff --git a/Commands/networkfabric/internalnetwork/_show.md b/Commands/networkfabric/internalnetwork/_show.md index 879e51416..3282e0d39 100644 --- a/Commands/networkfabric/internalnetwork/_show.md +++ b/Commands/networkfabric/internalnetwork/_show.md @@ -58,3 +58,14 @@ Show details of the provided Internal Network resource ```bash networkfabric internalnetwork show --resource-group "example-rg" --resource-name "example-internalnetwork" --l3domain "example-l3domain" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Internal Network + ```bash + networkfabric internalnetwork show --resource-group "example-rg" --resource-name "example-internalnetwork" --l3domain "example-l3domain" + ``` diff --git a/Commands/networkfabric/internalnetwork/_update-admin-state.md b/Commands/networkfabric/internalnetwork/_update-admin-state.md index 82a65526a..8406e7bb9 100644 --- a/Commands/networkfabric/internalnetwork/_update-admin-state.md +++ b/Commands/networkfabric/internalnetwork/_update-admin-state.md @@ -47,3 +47,14 @@ Update the admin state of the provided Internal Network resource. ```bash networkfabric internalnetwork update-admin-state --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-internalNetwork" --state "Enable" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of Internal Network + ```bash + networkfabric internalnetwork update-admin-state --resource-group "example-rg" --l3domain "example-l3domain" --resource-name "example-internalNetwork" --state "Enable" + ``` diff --git a/Commands/networkfabric/internalnetwork/_update-bfd-administrative-state.md b/Commands/networkfabric/internalnetwork/_update-bfd-administrative-state.md index cde6589d2..89b3cce6c 100644 --- a/Commands/networkfabric/internalnetwork/_update-bfd-administrative-state.md +++ b/Commands/networkfabric/internalnetwork/_update-bfd-administrative-state.md @@ -25,3 +25,14 @@ BFD administrative state for either static or bgp for internalNetwork. ```bash networkfabric internalnetwork update-bfd-administrative-state --resource-group example-rg --l3-isolation-domain-name example-l3isd --resource-name example-internalnetwork --route-type Static --neighbor-address 10.10.1.10 --administrative-state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update bfd admin state of Internal Network + ```bash + networkfabric internalnetwork update-bfd-administrative-state --resource-group example-rg --l3-isolation-domain-name example-l3isd --resource-name example-internalnetwork --route-type Static --neighbor-address 10.10.1.10 --administrative-state Enable + ``` diff --git a/Commands/networkfabric/internalnetwork/_update-bgp-administrative-state.md b/Commands/networkfabric/internalnetwork/_update-bgp-administrative-state.md index 925207b82..644c228e3 100644 --- a/Commands/networkfabric/internalnetwork/_update-bgp-administrative-state.md +++ b/Commands/networkfabric/internalnetwork/_update-bgp-administrative-state.md @@ -25,3 +25,14 @@ Update BGP state for internalNetwork. Allowed only on edge devices. ```bash networkfabric internalnetwork update-bgp-administrative-state --resource-group example-rg --l3-isolation-domain-name example-l3isd --resource-name example-internalnetwork --neighbor-address 10.10.10.10 --administrative-state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZ3BhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update bgp admin state of Internal Network + ```bash + networkfabric internalnetwork update-bgp-administrative-state --resource-group example-rg --l3-isolation-domain-name example-l3isd --resource-name example-internalnetwork --neighbor-address 10.10.10.10 --administrative-state Enable + ``` diff --git a/Commands/networkfabric/internalnetwork/_update-static-route-bfd-administrative-state.md b/Commands/networkfabric/internalnetwork/_update-static-route-bfd-administrative-state.md index 5ea79dc5a..4cb3b3f87 100644 --- a/Commands/networkfabric/internalnetwork/_update-static-route-bfd-administrative-state.md +++ b/Commands/networkfabric/internalnetwork/_update-static-route-bfd-administrative-state.md @@ -14,3 +14,14 @@ Update Static Route BFD administrative state for internalNetwork. ```bash networkfabric internalnetwork update-static-route-bfd-administrative-state --resource-group example-rg --l3domain example-l3domain --resource-name example-internalNetwork --state Enable --resource-ids "[]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Static Route BFD Admin State of the resource. + ```bash + networkfabric internalnetwork update-static-route-bfd-administrative-state --resource-group example-rg --l3domain example-l3domain --resource-name example-internalNetwork --state Enable --resource-ids "[]" + ``` diff --git a/Commands/networkfabric/internalnetwork/_update.md b/Commands/networkfabric/internalnetwork/_update.md index c387f2808..503e70f4c 100644 --- a/Commands/networkfabric/internalnetwork/_update.md +++ b/Commands/networkfabric/internalnetwork/_update.md @@ -75,3 +75,20 @@ Update the Internal Network resource. networkfabric internalnetwork update --static-route-configuration "??" networkfabric internalnetwork update --static-route-configuration "{ipv4-routes:??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Internal Network resource + ```bash + networkfabric internalnetwork update --resource-group "example-rg" --l3-isolation-domain-name "example-l3domain" --resource-name "example-internalNetwork" --mtu 1500 --is-monitoring-enabled "True" --connected-ipv4-subnets "[{prefix:'10.0.0.1/21'},{prefix:'10.0.0.1/22'}]" --static-route-configuration "{bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},ipv4Routes:[{prefix:'10.1.0.0/24',nextHop:['10.0.0.1','10.0.0.2']},{prefix:'10.1.0.0/24',nextHop:['10.0.0.1','10.0.0.2']}]}" --bgp-configuration "{bfdConfiguration:{multiplier:5,intervalInMilliSeconds:300},defaultRouteOriginate:True,allowAS:2,allowASOverride:Enable,peerASN:65047,ipv4ListenRangePrefixes:['10.1.0.0/28','10.1.0.1/28'],ipv4NeighborAddress:[{address:'10.0.0.11'},{address:'10.0.0.12'}],v4OverV6BgpSession:'Enabled',v6OverV4BgpSession:'Enabled'}" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --native-ipv4-prefix-limit "{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]}" --native-ipv6-prefix-limit "{prefixLimits:[{idleTimeExpiry:60,maximumRoutes:5,threshold:50},{idleTimeExpiry:80,maximumRoutes:10,threshold:60}]}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric internalnetwork update --static-route-configuration "??" + networkfabric internalnetwork update --static-route-configuration "{ipv4-routes:??" + ``` diff --git a/Commands/networkfabric/internetgateway/_create.md b/Commands/networkfabric/internetgateway/_create.md index 3e1a1a735..eff736e45 100644 --- a/Commands/networkfabric/internetgateway/_create.md +++ b/Commands/networkfabric/internetgateway/_create.md @@ -47,3 +47,14 @@ Create an Internet Gateway resource ```bash networkfabric internetgateway create --resource-group "example-rg" --location "westus3" --resource-name "example-internetgateway" --type "Infrastructure" --network-fabric-controller-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/example-nfc" --internet-gateway-rule-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/example-internetGatewayRule" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an Internet Gateway + ```bash + networkfabric internetgateway create --resource-group "example-rg" --location "westus3" --resource-name "example-internetgateway" --type "Infrastructure" --network-fabric-controller-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/example-nfc" --internet-gateway-rule-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/example-internetGatewayRule" + ``` diff --git a/Commands/networkfabric/internetgateway/_delete.md b/Commands/networkfabric/internetgateway/_delete.md index 6337a9bbf..0a8d88d3b 100644 --- a/Commands/networkfabric/internetgateway/_delete.md +++ b/Commands/networkfabric/internetgateway/_delete.md @@ -47,3 +47,14 @@ Delete the Internet Gateway resource ```bash networkfabric internetgateway delete --resource-group "example-rg" --resource-name "example-internetgateway" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Internet Gateway + ```bash + networkfabric internetgateway delete --resource-group "example-rg" --resource-name "example-internetgateway" + ``` diff --git a/Commands/networkfabric/internetgateway/_list.md b/Commands/networkfabric/internetgateway/_list.md index 543493237..923f3f967 100644 --- a/Commands/networkfabric/internetgateway/_list.md +++ b/Commands/networkfabric/internetgateway/_list.md @@ -71,3 +71,20 @@ List all Internet Gateways in the provided resource group or subscription ```bash networkfabric internetgateway list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Internet Gateway for Resource group + ```bash + networkfabric internetgateway list --resource-group "example-rg" + ``` + +- List the Internet Gateway for Subscription. + ```bash + networkfabric internetgateway list --subscription "" + ``` diff --git a/Commands/networkfabric/internetgateway/_show.md b/Commands/networkfabric/internetgateway/_show.md index a583e55f1..9184273c0 100644 --- a/Commands/networkfabric/internetgateway/_show.md +++ b/Commands/networkfabric/internetgateway/_show.md @@ -47,3 +47,14 @@ Show details of the provided Internet Gateway resource ```bash networkfabric internetgateway show --resource-group "example-rg" --resource-name "example-internetgateway" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Internet Gateway + ```bash + networkfabric internetgateway show --resource-group "example-rg" --resource-name "example-internetgateway" + ``` diff --git a/Commands/networkfabric/internetgateway/_update.md b/Commands/networkfabric/internetgateway/_update.md index 40d6e30bb..75491936f 100644 --- a/Commands/networkfabric/internetgateway/_update.md +++ b/Commands/networkfabric/internetgateway/_update.md @@ -47,3 +47,14 @@ Update the Internet Gateway resource. ```bash networkfabric internetgateway update --resource-group "example-rg" --resource-name "example-internetgateway" --internet-gateway-rule-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/example-internetGatewayRule" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Internet Gateway + ```bash + networkfabric internetgateway update --resource-group "example-rg" --resource-name "example-internetgateway" --internet-gateway-rule-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/example-internetGatewayRule" + ``` diff --git a/Commands/networkfabric/internetgatewayrule/_create.md b/Commands/networkfabric/internetgatewayrule/_create.md index df85a024a..cc3a83487 100644 --- a/Commands/networkfabric/internetgatewayrule/_create.md +++ b/Commands/networkfabric/internetgatewayrule/_create.md @@ -67,3 +67,19 @@ Create an Internet Gateway Rule resource ```bash networkfabric internetgatewayrule create --rule-properties "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an Internet Gateway Rule + ```bash + networkfabric internetgatewayrule create --resource-group "example-rg" --location "westus3" --resource-name "example-internetgatewayrule" --rule-properties "{action:Allow,addressList:['10.10.10.10']}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric internetgatewayrule create --rule-properties "??" + ``` diff --git a/Commands/networkfabric/internetgatewayrule/_delete.md b/Commands/networkfabric/internetgatewayrule/_delete.md index 2653274c9..b003d6f64 100644 --- a/Commands/networkfabric/internetgatewayrule/_delete.md +++ b/Commands/networkfabric/internetgatewayrule/_delete.md @@ -47,3 +47,14 @@ Delete the Internet Gateway Rule resource ```bash networkfabric internetgatewayrule delete --resource-group "example-rg" --resource-name "example-internetgatewayrule" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Internet Gateway Rule + ```bash + networkfabric internetgatewayrule delete --resource-group "example-rg" --resource-name "example-internetgatewayrule" + ``` diff --git a/Commands/networkfabric/internetgatewayrule/_list.md b/Commands/networkfabric/internetgatewayrule/_list.md index ea48eeaa6..076de5dd9 100644 --- a/Commands/networkfabric/internetgatewayrule/_list.md +++ b/Commands/networkfabric/internetgatewayrule/_list.md @@ -71,3 +71,20 @@ List all Internet Gateway Rules in the provided resource group or subscription ```bash networkfabric internetgatewayrule list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Internet Gateway Rule for Resource group + ```bash + networkfabric internetgatewayrule list --resource-group "example-rg" + ``` + +- List the Internet Gateway Rule for Subscription + ```bash + networkfabric internetgatewayrule list --subscription "" + ``` diff --git a/Commands/networkfabric/internetgatewayrule/_show.md b/Commands/networkfabric/internetgatewayrule/_show.md index 54f140a75..e0f7ed86f 100644 --- a/Commands/networkfabric/internetgatewayrule/_show.md +++ b/Commands/networkfabric/internetgatewayrule/_show.md @@ -47,3 +47,14 @@ Show details of the provided Internet Gateway Rule resource ```bash networkfabric internetgatewayrule show --resource-group "example-rg" --resource-name "example-internetgatewayrule" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Internet Gateway Rule + ```bash + networkfabric internetgatewayrule show --resource-group "example-rg" --resource-name "example-internetgatewayrule" + ``` diff --git a/Commands/networkfabric/internetgatewayrule/_update.md b/Commands/networkfabric/internetgatewayrule/_update.md index bb6420fe6..93c94b1f3 100644 --- a/Commands/networkfabric/internetgatewayrule/_update.md +++ b/Commands/networkfabric/internetgatewayrule/_update.md @@ -47,3 +47,14 @@ Update the Internet Gateway Rule resource. ```bash networkfabric internetgatewayrule update --resource-group "example-rg" --resource-name "example-internetgatewayrule" --tags "{key3311:1234}" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Internet Gateway Rule + ```bash + networkfabric internetgatewayrule update --resource-group "example-rg" --resource-name "example-internetgatewayrule" --tags "{key3311:1234}" + ``` diff --git a/Commands/networkfabric/ipcommunity/_create.md b/Commands/networkfabric/ipcommunity/_create.md index 58a34ac49..0c3a21303 100644 --- a/Commands/networkfabric/ipcommunity/_create.md +++ b/Commands/networkfabric/ipcommunity/_create.md @@ -78,3 +78,19 @@ Create a Ip Community resource ```bash networkfabric ipcommunity create --ip-community-rules "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an Ip Community + ```bash + networkfabric ipcommunity create --resource-group "example-rg" --location "westus3" --resource-name "example-ipcommunity" --ip-community-rules "[{action:Permit,communityMembers:['1:1'],sequenceNumber:1234,wellKnownCommunities:[Internet,GShut]}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric ipcommunity create --ip-community-rules "??" + ``` diff --git a/Commands/networkfabric/ipcommunity/_delete.md b/Commands/networkfabric/ipcommunity/_delete.md index 769d3815b..848fe5f27 100644 --- a/Commands/networkfabric/ipcommunity/_delete.md +++ b/Commands/networkfabric/ipcommunity/_delete.md @@ -58,3 +58,14 @@ Delete the Ip Community resource ```bash networkfabric ipcommunity delete --resource-group "example-rg" --resource-name "example-ipcommunity" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Ip Community + ```bash + networkfabric ipcommunity delete --resource-group "example-rg" --resource-name "example-ipcommunity" + ``` diff --git a/Commands/networkfabric/ipcommunity/_list.md b/Commands/networkfabric/ipcommunity/_list.md index 76ec14398..18a32b3f2 100644 --- a/Commands/networkfabric/ipcommunity/_list.md +++ b/Commands/networkfabric/ipcommunity/_list.md @@ -88,3 +88,20 @@ List all Ip Communities in the provided resource group or subscription ```bash networkfabric ipcommunity list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Ip Communities for Resource Group + ```bash + networkfabric ipcommunity list --resource-group "example-rg" + ``` + +- List the Ip Communities for Subscription + ```bash + networkfabric ipcommunity list --subscription "" + ``` diff --git a/Commands/networkfabric/ipcommunity/_show.md b/Commands/networkfabric/ipcommunity/_show.md index 9b6ab12b2..f95b78bc3 100644 --- a/Commands/networkfabric/ipcommunity/_show.md +++ b/Commands/networkfabric/ipcommunity/_show.md @@ -58,3 +58,14 @@ Show details of the provided Ip Community resource ```bash networkfabric ipcommunity show --resource-group "example-rg" --resource-name "example-ipcommunity" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Ip Community + ```bash + networkfabric ipcommunity show --resource-group "example-rg" --resource-name "example-ipcommunity" + ``` diff --git a/Commands/networkfabric/ipcommunity/_update.md b/Commands/networkfabric/ipcommunity/_update.md index 242f0baca..8ac5987be 100644 --- a/Commands/networkfabric/ipcommunity/_update.md +++ b/Commands/networkfabric/ipcommunity/_update.md @@ -51,3 +51,14 @@ Update to update certain properties of the IP Community resource. ```bash networkfabric ipcommunity update --resource-group "example-rg" --resource-name "example-ipcommunity" --ip-community-rules "[{action:Permit,communityMembers:['1:1'],sequenceNumber:1234,wellKnownCommunities:[Internet,GShut]}]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Ip Community + ```bash + networkfabric ipcommunity update --resource-group "example-rg" --resource-name "example-ipcommunity" --ip-community-rules "[{action:Permit,communityMembers:['1:1'],sequenceNumber:1234,wellKnownCommunities:[Internet,GShut]}]" + ``` diff --git a/Commands/networkfabric/ipextendedcommunity/_create.md b/Commands/networkfabric/ipextendedcommunity/_create.md index 5ee5dcc3f..a17c305cb 100644 --- a/Commands/networkfabric/ipextendedcommunity/_create.md +++ b/Commands/networkfabric/ipextendedcommunity/_create.md @@ -78,3 +78,19 @@ Create a Ip Extended Community resource ```bash networkfabric ipextendedcommunity create --ip-extended-community-rules "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an Ip Extended Community + ```bash + networkfabric ipextendedcommunity create --resource-group "example-rg" --location "westus3" --resource-name "example-ipextendedcommunity" --ip-extended-community-rules "[{action:Permit,sequenceNumber:1234,routeTargets:['1024:219','1001:200']}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric ipextendedcommunity create --ip-extended-community-rules "??" + ``` diff --git a/Commands/networkfabric/ipextendedcommunity/_delete.md b/Commands/networkfabric/ipextendedcommunity/_delete.md index e5ee5e860..5b01c1ef2 100644 --- a/Commands/networkfabric/ipextendedcommunity/_delete.md +++ b/Commands/networkfabric/ipextendedcommunity/_delete.md @@ -58,3 +58,14 @@ Delete the Ip Extended Community resource ```bash networkfabric ipextendedcommunity delete --resource-group "example-rg" --resource-name "example-ipextendedcommunity" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Ip Extended Community + ```bash + networkfabric ipextendedcommunity delete --resource-group "example-rg" --resource-name "example-ipextendedcommunity" + ``` diff --git a/Commands/networkfabric/ipextendedcommunity/_list.md b/Commands/networkfabric/ipextendedcommunity/_list.md index 57c6358eb..69f677497 100644 --- a/Commands/networkfabric/ipextendedcommunity/_list.md +++ b/Commands/networkfabric/ipextendedcommunity/_list.md @@ -88,3 +88,20 @@ List all Ip Extended Communities in the provided resource group or subscription ```bash networkfabric ipextendedcommunity list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Ip Extended Communities for Resource Group + ```bash + networkfabric ipextendedcommunity list --resource-group "example-rg" + ``` + +- List the Ip Extended Communities for Subscription + ```bash + networkfabric ipextendedcommunity list --subscription "" + ``` diff --git a/Commands/networkfabric/ipextendedcommunity/_show.md b/Commands/networkfabric/ipextendedcommunity/_show.md index 83a7e1956..7a61aa78d 100644 --- a/Commands/networkfabric/ipextendedcommunity/_show.md +++ b/Commands/networkfabric/ipextendedcommunity/_show.md @@ -58,3 +58,14 @@ Show details of the provided Ip Extended Community resource ```bash networkfabric ipextendedcommunity show --resource-group "example-rg" --resource-name "example-ipextendedcommunity" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Ip Extended Community + ```bash + networkfabric ipextendedcommunity show --resource-group "example-rg" --resource-name "example-ipextendedcommunity" + ``` diff --git a/Commands/networkfabric/ipextendedcommunity/_update.md b/Commands/networkfabric/ipextendedcommunity/_update.md index bb992cef9..257e3434e 100644 --- a/Commands/networkfabric/ipextendedcommunity/_update.md +++ b/Commands/networkfabric/ipextendedcommunity/_update.md @@ -51,3 +51,14 @@ Update to update certain properties of the IP Extended Community resource. ```bash networkfabric ipextendedcommunity update --resource-group "example-rg" --resource-name "example-ipextendedcommunity" --ip-extended-community-rules "[{action:Permit,sequenceNumber:1234,routeTargets:['1024:219','1001:200']}]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Ip Extended Community + ```bash + networkfabric ipextendedcommunity update --resource-group "example-rg" --resource-name "example-ipextendedcommunity" --ip-extended-community-rules "[{action:Permit,sequenceNumber:1234,routeTargets:['1024:219','1001:200']}]" + ``` diff --git a/Commands/networkfabric/ipprefix/_create.md b/Commands/networkfabric/ipprefix/_create.md index 7c507bd1c..a08ed6f40 100644 --- a/Commands/networkfabric/ipprefix/_create.md +++ b/Commands/networkfabric/ipprefix/_create.md @@ -83,3 +83,19 @@ Create a Ip Prefix resource ```bash networkfabric ipprefix create --ip-prefix-rules "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an Ip Prefix + ```bash + networkfabric ipprefix create --resource-group "example-rg" --location "westus3" --resource-name "example-ipprefix" --ip-prefix-rules "[{action:Permit,sequenceNumber:1234,networkPrefix:'1.1.1.0/24',condition:EqualTo,subnetMaskLength:24}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric ipprefix create --ip-prefix-rules "??" + ``` diff --git a/Commands/networkfabric/ipprefix/_delete.md b/Commands/networkfabric/ipprefix/_delete.md index 8dda85dea..5029c131f 100644 --- a/Commands/networkfabric/ipprefix/_delete.md +++ b/Commands/networkfabric/ipprefix/_delete.md @@ -58,3 +58,14 @@ Delete the Ip Prefix resource ```bash networkfabric ipprefix delete --resource-group "example-rg" --resource-name "example-ipprefix" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Ip Prefix + ```bash + networkfabric ipprefix delete --resource-group "example-rg" --resource-name "example-ipprefix" + ``` diff --git a/Commands/networkfabric/ipprefix/_list.md b/Commands/networkfabric/ipprefix/_list.md index a18c114e2..15c57f664 100644 --- a/Commands/networkfabric/ipprefix/_list.md +++ b/Commands/networkfabric/ipprefix/_list.md @@ -88,3 +88,20 @@ List all Ip Prefixes in the provided resource group or subscription ```bash networkfabric ipprefix list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Ip Prefixes for Resource Group + ```bash + networkfabric ipprefix list --resource-group "example-rg" + ``` + +- List the Ip Prefixes for Subscription + ```bash + networkfabric ipprefix list --subscription "" + ``` diff --git a/Commands/networkfabric/ipprefix/_show.md b/Commands/networkfabric/ipprefix/_show.md index f15c4793a..da1486256 100644 --- a/Commands/networkfabric/ipprefix/_show.md +++ b/Commands/networkfabric/ipprefix/_show.md @@ -58,3 +58,14 @@ Show details of the provided Ip Prefix resource ```bash networkfabric ipprefix show --resource-group "example-rg" --resource-name "example-ipprefix" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Ip Prefix + ```bash + networkfabric ipprefix show --resource-group "example-rg" --resource-name "example-ipprefix" + ``` diff --git a/Commands/networkfabric/ipprefix/_update.md b/Commands/networkfabric/ipprefix/_update.md index cfd313dda..4be859a47 100644 --- a/Commands/networkfabric/ipprefix/_update.md +++ b/Commands/networkfabric/ipprefix/_update.md @@ -51,3 +51,14 @@ Update to update certain properties of the IP Prefix resource. ```bash networkfabric ipprefix update -g "example-rg" --resource-name "example-ipprefix" --ip-prefix-rules "[{action:Permit,sequenceNumber:4155123341,networkPrefix:'10.10.10.10/30',condition:GreaterThanOrEqualTo,subnetMaskLength:10}]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Ip prefix + ```bash + networkfabric ipprefix update -g "example-rg" --resource-name "example-ipprefix" --ip-prefix-rules "[{action:Permit,sequenceNumber:4155123341,networkPrefix:'10.10.10.10/30',condition:GreaterThanOrEqualTo,subnetMaskLength:10}]" + ``` diff --git a/Commands/networkfabric/l2domain/_commit-configuration.md b/Commands/networkfabric/l2domain/_commit-configuration.md index 5983ab04d..a5b63075b 100644 --- a/Commands/networkfabric/l2domain/_commit-configuration.md +++ b/Commands/networkfabric/l2domain/_commit-configuration.md @@ -29,3 +29,14 @@ Commits the configuration of the given resources. ```bash networkfabric l2domain commit-configuration --resource-group example-rg --resource-name example-l2domain ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run commit configuration on the L2 Isolation Domain + ```bash + networkfabric l2domain commit-configuration --resource-group example-rg --resource-name example-l2domain + ``` diff --git a/Commands/networkfabric/l2domain/_create.md b/Commands/networkfabric/l2domain/_create.md index 14782013e..a8c104b56 100644 --- a/Commands/networkfabric/l2domain/_create.md +++ b/Commands/networkfabric/l2domain/_create.md @@ -58,3 +58,14 @@ Create a L2 Isolation Domain resource ```bash networkfabric l2domain create --resource-group "example-rg" --resource-name "example-l2domain" --location "westus3" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/NetworkFabrics/example-fabricName" --vlan-id 501 --mtu 1500 ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an L2 Isolation Domain + ```bash + networkfabric l2domain create --resource-group "example-rg" --resource-name "example-l2domain" --location "westus3" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/NetworkFabrics/example-fabricName" --vlan-id 501 --mtu 1500 + ``` diff --git a/Commands/networkfabric/l2domain/_delete.md b/Commands/networkfabric/l2domain/_delete.md index 2e2577035..57eefaa42 100644 --- a/Commands/networkfabric/l2domain/_delete.md +++ b/Commands/networkfabric/l2domain/_delete.md @@ -58,3 +58,14 @@ Delete the L2 Isolation Domain resource ```bash networkfabric l2domain delete --resource-group "example-rg" --resource-name "example-l2domain" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the L2 Isolation Domain + ```bash + networkfabric l2domain delete --resource-group "example-rg" --resource-name "example-l2domain" + ``` diff --git a/Commands/networkfabric/l2domain/_list.md b/Commands/networkfabric/l2domain/_list.md index 9be4ce49a..b0734ce39 100644 --- a/Commands/networkfabric/l2domain/_list.md +++ b/Commands/networkfabric/l2domain/_list.md @@ -88,3 +88,20 @@ List all L2 Isolation Domains in the provided resource group or subscription ```bash networkfabric l2domain list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the L2 Isolation Domains for Resource Group + ```bash + networkfabric l2domain list --resource-group "example-rg" + ``` + +- List the L2 Isolation Domains for Subscription + ```bash + networkfabric l2domain list --subscription "" + ``` diff --git a/Commands/networkfabric/l2domain/_show.md b/Commands/networkfabric/l2domain/_show.md index b7762d107..790ed9b96 100644 --- a/Commands/networkfabric/l2domain/_show.md +++ b/Commands/networkfabric/l2domain/_show.md @@ -58,3 +58,14 @@ Show details of the provided L2 Isolation Domain resource ```bash networkfabric l2domain show --resource-group "example-rg" --resource-name "example-l2domain" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the L2 Isolation Domain + ```bash + networkfabric l2domain show --resource-group "example-rg" --resource-name "example-l2domain" + ``` diff --git a/Commands/networkfabric/l2domain/_update-admin-state.md b/Commands/networkfabric/l2domain/_update-admin-state.md index a7cd04cc0..3d964b35e 100644 --- a/Commands/networkfabric/l2domain/_update-admin-state.md +++ b/Commands/networkfabric/l2domain/_update-admin-state.md @@ -58,3 +58,14 @@ Enables isolation domain across the fabric or on specified racks. ```bash networkfabric l2domain update-admin-state --resource-group "example-rg" --resource-name "example-l2domain" --state "Enable" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of L2 Isolation Domain + ```bash + networkfabric l2domain update-admin-state --resource-group "example-rg" --resource-name "example-l2domain" --state "Enable" + ``` diff --git a/Commands/networkfabric/l2domain/_update.md b/Commands/networkfabric/l2domain/_update.md index 09f817d7f..2061ed12c 100644 --- a/Commands/networkfabric/l2domain/_update.md +++ b/Commands/networkfabric/l2domain/_update.md @@ -51,3 +51,14 @@ Update the L2 Isolation Domain resource. ```bash networkfabric l2domain update --resource-group "example-rg" --resource-name "example-l2domain" --mtu 1500 ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the L2 Isolation Domain + ```bash + networkfabric l2domain update --resource-group "example-rg" --resource-name "example-l2domain" --mtu 1500 + ``` diff --git a/Commands/networkfabric/l2domain/_validate-configuration.md b/Commands/networkfabric/l2domain/_validate-configuration.md index 4daaf1c28..578184480 100644 --- a/Commands/networkfabric/l2domain/_validate-configuration.md +++ b/Commands/networkfabric/l2domain/_validate-configuration.md @@ -29,3 +29,14 @@ Validates the configuration of the resources. ```bash networkfabric l2domain validate-configuration --resource-group example-rg --resource-name example-l2domain ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run validate configuration on the L2 Isolation Domain + ```bash + networkfabric l2domain validate-configuration --resource-group example-rg --resource-name example-l2domain + ``` diff --git a/Commands/networkfabric/l2domain/identity/_assign.md b/Commands/networkfabric/l2domain/identity/_assign.md index 1d77a72c8..4f23fc336 100644 --- a/Commands/networkfabric/l2domain/identity/_assign.md +++ b/Commands/networkfabric/l2domain/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/l2domain/identity/_remove.md b/Commands/networkfabric/l2domain/identity/_remove.md index 9cfaed4a9..8b34b0509 100644 --- a/Commands/networkfabric/l2domain/identity/_remove.md +++ b/Commands/networkfabric/l2domain/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/l2domain/identity/_show.md b/Commands/networkfabric/l2domain/identity/_show.md index c1c821b5e..523e1e027 100644 --- a/Commands/networkfabric/l2domain/identity/_show.md +++ b/Commands/networkfabric/l2domain/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/l3domain/_commit-configuration.md b/Commands/networkfabric/l3domain/_commit-configuration.md index ba0c21240..22a7eca61 100644 --- a/Commands/networkfabric/l3domain/_commit-configuration.md +++ b/Commands/networkfabric/l3domain/_commit-configuration.md @@ -29,3 +29,14 @@ Commits the configuration of the given resources. ```bash networkfabric l3domain commit-configuration --resource-group example-rg --l3-isolation-domain-name example-l3domain ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run commit configuration on the L3 Isolation Domain + ```bash + networkfabric l3domain commit-configuration --resource-group example-rg --l3-isolation-domain-name example-l3domain + ``` diff --git a/Commands/networkfabric/l3domain/_create.md b/Commands/networkfabric/l3domain/_create.md index 0479fb0d9..b91eb7450 100644 --- a/Commands/networkfabric/l3domain/_create.md +++ b/Commands/networkfabric/l3domain/_create.md @@ -83,3 +83,19 @@ Create a L3 Isolation Domain resource ```bash networkfabric l3domain create --connected-subnet-route-policy "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create an L3 Isolation Domain + ```bash + networkfabric l3domain create --resource-group "example-rg" --resource-name "example-l3domain" --location "westus3" --nf-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabricName" --redistribute-connected-subnets "True" --redistribute-static-routes "True" --aggregate-route-configuration "{ipv4Routes:[{prefix:'10.0.0.1/28'},{prefix:'10.0.0.2/28'}],ipv6Routes:[{prefix:'2fff::/64'},{prefix:'2fff::/65'}]}" --connected-subnet-route-policy "{exportRoutePolicy:{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric l3domain create --connected-subnet-route-policy "??" + ``` diff --git a/Commands/networkfabric/l3domain/_delete.md b/Commands/networkfabric/l3domain/_delete.md index 435387675..8ec310f4a 100644 --- a/Commands/networkfabric/l3domain/_delete.md +++ b/Commands/networkfabric/l3domain/_delete.md @@ -58,3 +58,14 @@ Delete the L3 Isolation Domain resource ```bash networkfabric l3domain delete --resource-group "example-rg" --resource-name "example-l3domain" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the L3 Isolation Domain + ```bash + networkfabric l3domain delete --resource-group "example-rg" --resource-name "example-l3domain" + ``` diff --git a/Commands/networkfabric/l3domain/_list.md b/Commands/networkfabric/l3domain/_list.md index e76765ac1..d20975efc 100644 --- a/Commands/networkfabric/l3domain/_list.md +++ b/Commands/networkfabric/l3domain/_list.md @@ -88,3 +88,20 @@ List all L3 Isolation Domains in the provided resource group or subscription ```bash networkfabric l3domain list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the L3 Isolation Domains for Resource Group + ```bash + networkfabric l3domain list --resource-group "example-rg" + ``` + +- List the L3 Isolation Domains for Subscription + ```bash + networkfabric l3domain list --subscription "" + ``` diff --git a/Commands/networkfabric/l3domain/_show.md b/Commands/networkfabric/l3domain/_show.md index 942701aeb..2143d10f6 100644 --- a/Commands/networkfabric/l3domain/_show.md +++ b/Commands/networkfabric/l3domain/_show.md @@ -58,3 +58,14 @@ Show details of the provided L3 Isolation Domain resource ```bash networkfabric l3domain show --resource-group "example-rg" --resource-name "example-l3domain" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the L3 Isolation Domain + ```bash + networkfabric l3domain show --resource-group "example-rg" --resource-name "example-l3domain" + ``` diff --git a/Commands/networkfabric/l3domain/_update-admin-state.md b/Commands/networkfabric/l3domain/_update-admin-state.md index f832d3e00..cb2cde5cc 100644 --- a/Commands/networkfabric/l3domain/_update-admin-state.md +++ b/Commands/networkfabric/l3domain/_update-admin-state.md @@ -58,3 +58,14 @@ Enables racks for this Isolation Domain. ```bash networkfabric l3domain update-admin-state --resource-group "example-rg" --resource-name "example-l3domain" --state "Enable" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of L3 Isolation Domain + ```bash + networkfabric l3domain update-admin-state --resource-group "example-rg" --resource-name "example-l3domain" --state "Enable" + ``` diff --git a/Commands/networkfabric/l3domain/_update.md b/Commands/networkfabric/l3domain/_update.md index 866e35daf..fef84d614 100644 --- a/Commands/networkfabric/l3domain/_update.md +++ b/Commands/networkfabric/l3domain/_update.md @@ -71,3 +71,19 @@ Update to update certain properties of the L3 Isolation Domain resource. ```bash networkfabric l3domain update --connected-subnet-route-policy "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the L3 Isolation Domain + ```bash + networkfabric l3domain update --resource-group "example-rg" --resource-name "example-l3domain" --redistribute-connected-subnets "True" --redistribute-static-routes "True" --aggregate-route-configuration "{ipv4Routes:[{prefix:'10.0.0.1/28'},{prefix:'10.0.0.2/28'}],ipv6Routes:[{prefix:'2fff::/64'},{prefix:'2fff::/65'}]}" --connected-subnet-route-policy "{exportRoutePolicy:{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric l3domain update --connected-subnet-route-policy "??" + ``` diff --git a/Commands/networkfabric/l3domain/_validate-configuration.md b/Commands/networkfabric/l3domain/_validate-configuration.md index 5d956e801..49821c95c 100644 --- a/Commands/networkfabric/l3domain/_validate-configuration.md +++ b/Commands/networkfabric/l3domain/_validate-configuration.md @@ -29,3 +29,14 @@ Validates the configuration of the resources. ```bash networkfabric l3domain validate-configuration --resource-group example-rg --resource-name example-l3domain ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Run validate configuration on the L3 Isolation Domain + ```bash + networkfabric l3domain validate-configuration --resource-group example-rg --resource-name example-l3domain + ``` diff --git a/Commands/networkfabric/l3domain/identity/_assign.md b/Commands/networkfabric/l3domain/identity/_assign.md index 8b7baf6cd..310d7426f 100644 --- a/Commands/networkfabric/l3domain/identity/_assign.md +++ b/Commands/networkfabric/l3domain/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/l3domain/identity/_remove.md b/Commands/networkfabric/l3domain/identity/_remove.md index ac7c19165..9624effde 100644 --- a/Commands/networkfabric/l3domain/identity/_remove.md +++ b/Commands/networkfabric/l3domain/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/l3domain/identity/_show.md b/Commands/networkfabric/l3domain/identity/_show.md index ed56002d2..aa6765d59 100644 --- a/Commands/networkfabric/l3domain/identity/_show.md +++ b/Commands/networkfabric/l3domain/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/neighborgroup/_create.md b/Commands/networkfabric/neighborgroup/_create.md index ab16f7bff..cb47b9a68 100644 --- a/Commands/networkfabric/neighborgroup/_create.md +++ b/Commands/networkfabric/neighborgroup/_create.md @@ -67,3 +67,19 @@ Create a Neighbor Group resource ```bash networkfabric neighborgroup create --destination "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Neighbor Group + ```bash + networkfabric neighborgroup create --resource-group "example-rg" --location "westus3" --resource-name "example-neighborgroup" --destination "{ipv4Addresses:['10.10.10.10']}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric neighborgroup create --destination "??" + ``` diff --git a/Commands/networkfabric/neighborgroup/_delete.md b/Commands/networkfabric/neighborgroup/_delete.md index cc743902c..f8237cad2 100644 --- a/Commands/networkfabric/neighborgroup/_delete.md +++ b/Commands/networkfabric/neighborgroup/_delete.md @@ -47,3 +47,14 @@ Delete the Neighbor Group resource ```bash networkfabric neighborgroup delete --resource-group "example-rg" --resource-name "example-neighborgroup" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Neighbor Group + ```bash + networkfabric neighborgroup delete --resource-group "example-rg" --resource-name "example-neighborgroup" + ``` diff --git a/Commands/networkfabric/neighborgroup/_list.md b/Commands/networkfabric/neighborgroup/_list.md index 038b64de7..c7276c41d 100644 --- a/Commands/networkfabric/neighborgroup/_list.md +++ b/Commands/networkfabric/neighborgroup/_list.md @@ -71,3 +71,20 @@ List all Neighbor Groups in the provided resource group or subscription ```bash networkfabric neighborgroup list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Neighbor Group for Resource group + ```bash + networkfabric neighborgroup list --resource-group "example-rg" + ``` + +- List the Neighbor Group for Subscription + ```bash + networkfabric neighborgroup list --subscription "" + ``` diff --git a/Commands/networkfabric/neighborgroup/_resync.md b/Commands/networkfabric/neighborgroup/_resync.md index f155a3932..5ff21b769 100644 --- a/Commands/networkfabric/neighborgroup/_resync.md +++ b/Commands/networkfabric/neighborgroup/_resync.md @@ -14,3 +14,14 @@ Resync the Neighbor Group after a configuration change. ```bash networkfabric neighborgroup resync --resource-group example-rg --resource-name example-neighborgroup ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fS9yZXN5bmM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Resync the Neighbor Group resource + ```bash + networkfabric neighborgroup resync --resource-group example-rg --resource-name example-neighborgroup + ``` diff --git a/Commands/networkfabric/neighborgroup/_show.md b/Commands/networkfabric/neighborgroup/_show.md index c5e73659d..2aa903b0b 100644 --- a/Commands/networkfabric/neighborgroup/_show.md +++ b/Commands/networkfabric/neighborgroup/_show.md @@ -47,3 +47,14 @@ Show details of the provided Neighbor Group resource ```bash networkfabric neighborgroup show --resource-group "example-rg" --resource-name "example-neighborgroup" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Neighbor Group + ```bash + networkfabric neighborgroup show --resource-group "example-rg" --resource-name "example-neighborgroup" + ``` diff --git a/Commands/networkfabric/neighborgroup/_update.md b/Commands/networkfabric/neighborgroup/_update.md index 159e2d2e4..b72e07534 100644 --- a/Commands/networkfabric/neighborgroup/_update.md +++ b/Commands/networkfabric/neighborgroup/_update.md @@ -67,3 +67,19 @@ Update the Neighbor Group resource. ```bash networkfabric neighborgroup update --destination "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Neighbor Group + ```bash + networkfabric neighborgroup update --resource-group "example-rg" --resource-name "example-neighborgroup" --destination "{ipv4Addresses:['10.10.10.10'],ipv6Addresses:['2F::/100']}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric neighborgroup update --destination "??" + ``` diff --git a/Commands/networkfabric/neighborgroup/identity/_assign.md b/Commands/networkfabric/neighborgroup/identity/_assign.md index ef9ad8378..1c325d0e4 100644 --- a/Commands/networkfabric/neighborgroup/identity/_assign.md +++ b/Commands/networkfabric/neighborgroup/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/neighborgroup/identity/_remove.md b/Commands/networkfabric/neighborgroup/identity/_remove.md index 5254c6f7d..c20d907d3 100644 --- a/Commands/networkfabric/neighborgroup/identity/_remove.md +++ b/Commands/networkfabric/neighborgroup/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/neighborgroup/identity/_show.md b/Commands/networkfabric/neighborgroup/identity/_show.md index e5632b2c1..f84c792e4 100644 --- a/Commands/networkfabric/neighborgroup/identity/_show.md +++ b/Commands/networkfabric/neighborgroup/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/networkmonitor/_create.md b/Commands/networkfabric/networkmonitor/_create.md index 860c32766..c64df559c 100644 --- a/Commands/networkfabric/networkmonitor/_create.md +++ b/Commands/networkfabric/networkmonitor/_create.md @@ -37,3 +37,20 @@ Create NetworkMonitor resource. networkfabric networkmonitor create --bmp-configuration "??" networkfabric networkmonitor create --bmp-configuration "{exportPolicy: ??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Network Monitor + ```bash + networkfabric networkmonitor create --resource-group example-rg --network-monitor-name example-monitor --location eastus --bmp-configuration '{"stationConfigurationState":"Enabled","scopeResourceId":"/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric","stationName":"name","stationIp":"10.0.0.1","stationPort":62695,"stationConnectionMode":"Active","stationConnectionProperties":{"keepaliveIdleTime":49,"probeInterval":3558,"probeCount":45},"stationNetwork":"/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/example-l3domain/internalNetworks/example-internalnetwork","monitoredNetworks":["/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/example-l3domain"],"exportPolicy":"Pre-Policy","monitoredAddressFamilies":["ipv4Unicast"]}' --tags "{key:value}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric networkmonitor create --bmp-configuration "??" + networkfabric networkmonitor create --bmp-configuration "{exportPolicy: ??" + ``` diff --git a/Commands/networkfabric/networkmonitor/_delete.md b/Commands/networkfabric/networkmonitor/_delete.md index 20c2a6fe9..efc374f3e 100644 --- a/Commands/networkfabric/networkmonitor/_delete.md +++ b/Commands/networkfabric/networkmonitor/_delete.md @@ -25,3 +25,14 @@ Delete layer 2 connectivity between compute nodes by managed by named NetworkMon ```bash networkfabric networkmonitor delete --resource-group rgmanagednetworkfabric --network-monitor-name example-monitor ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Monitor + ```bash + networkfabric networkmonitor delete --resource-group rgmanagednetworkfabric --network-monitor-name example-monitor + ``` diff --git a/Commands/networkfabric/networkmonitor/_list.md b/Commands/networkfabric/networkmonitor/_list.md index 21ddfcfaf..94d9ca272 100644 --- a/Commands/networkfabric/networkmonitor/_list.md +++ b/Commands/networkfabric/networkmonitor/_list.md @@ -27,3 +27,15 @@ List NetworkMonitors list by subscription GET method. ```bash networkfabric networkmonitor list ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Monitor + ```bash + networkfabric networkmonitor list + ``` diff --git a/Commands/networkfabric/networkmonitor/_show.md b/Commands/networkfabric/networkmonitor/_show.md index d8fd5c702..cb3a05ac2 100644 --- a/Commands/networkfabric/networkmonitor/_show.md +++ b/Commands/networkfabric/networkmonitor/_show.md @@ -25,3 +25,14 @@ Get NetworkMonitor GET method. ```bash networkfabric networkmonitor show --resource-group example-rg --network-monitor-name example-monitor ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Monitor + ```bash + networkfabric networkmonitor show --resource-group example-rg --network-monitor-name example-monitor + ``` diff --git a/Commands/networkfabric/networkmonitor/_update-administrative-state.md b/Commands/networkfabric/networkmonitor/_update-administrative-state.md index 7ceb26ec5..3348333b2 100644 --- a/Commands/networkfabric/networkmonitor/_update-administrative-state.md +++ b/Commands/networkfabric/networkmonitor/_update-administrative-state.md @@ -25,3 +25,14 @@ Enables isolation domain across the fabric or on specified racks. ```bash networkfabric networkmonitor update-administrative-state --resource-group example-rg --resource-name example-monitor --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of the Network Monitor + ```bash + networkfabric networkmonitor update-administrative-state --resource-group example-rg --resource-name example-monitor --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/networkmonitor/_update.md b/Commands/networkfabric/networkmonitor/_update.md index 26ba77810..c47a7f1db 100644 --- a/Commands/networkfabric/networkmonitor/_update.md +++ b/Commands/networkfabric/networkmonitor/_update.md @@ -37,3 +37,20 @@ Update to update certain properties of the NetworkMonitor resource. networkfabric networkmonitor update --bmp-configuration "??" networkfabric networkmonitor update --bmp-configuration "{exportPolicy: ??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network Monitor + ```bash + networkfabric networkmonitor update --network-monitor-name example-nm --resource-group example-rg --bmp-configuration '{"stationConfigurationState":"Enabled","scopeResourceId":"/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric","stationName":"name","stationIp":"10.0.0.1","stationPort":62695,"stationConnectionMode":"Active","stationConnectionProperties":{"keepaliveIdleTime":49,"probeInterval":3558,"probeCount":45},"stationNetwork":"/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/example-l3domain/internalNetworks/example-internalnetwork","monitoredNetworks":["/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/example-l3domain"],"exportPolicy":"All","monitoredAddressFamilies":["All"]}' + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric networkmonitor update --bmp-configuration "??" + networkfabric networkmonitor update --bmp-configuration "{exportPolicy: ??" + ``` diff --git a/Commands/networkfabric/nni/_create.md b/Commands/networkfabric/nni/_create.md index 1a478ce77..e4c332ed8 100644 --- a/Commands/networkfabric/nni/_create.md +++ b/Commands/networkfabric/nni/_create.md @@ -83,3 +83,19 @@ Create a Network To Network Interconnect resource ```bash networkfabric nni create --layer2-configuration "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Network To Network Interconnect + ```bash + networkfabric nni create --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" --nni-type "CE" --is-management-type "True" --use-option-b "True" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --layer2-configuration "{interfaces:['resourceId'],mtu:1500}" --option-b-layer3-configuration "{peerASN:28,vlanId:501,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric nni create --layer2-configuration "??" + ``` diff --git a/Commands/networkfabric/nni/_delete.md b/Commands/networkfabric/nni/_delete.md index 3e79bdd31..0c3d247dd 100644 --- a/Commands/networkfabric/nni/_delete.md +++ b/Commands/networkfabric/nni/_delete.md @@ -58,3 +58,14 @@ Delete the Network To Network Interconnect resource ```bash networkfabric nni delete --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network To Network Interconnect + ```bash + networkfabric nni delete --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" + ``` diff --git a/Commands/networkfabric/nni/_list.md b/Commands/networkfabric/nni/_list.md index 204fbb9a1..691965c37 100644 --- a/Commands/networkfabric/nni/_list.md +++ b/Commands/networkfabric/nni/_list.md @@ -58,3 +58,14 @@ List all Network To Network Interconnects in the provided resource group ```bash networkfabric nni list --resource-group "example-rg" --fabric "example-fabric" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cw==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- List the Network To Network Interconnects for Resource Group + ```bash + networkfabric nni list --resource-group "example-rg" --fabric "example-fabric" + ``` diff --git a/Commands/networkfabric/nni/_show.md b/Commands/networkfabric/nni/_show.md index 316d27c82..1a5ef9776 100644 --- a/Commands/networkfabric/nni/_show.md +++ b/Commands/networkfabric/nni/_show.md @@ -58,3 +58,14 @@ Show details of the provided Network To Network Interconnect resource ```bash networkfabric nni show --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network To Network Interconnect + ```bash + networkfabric nni show --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" + ``` diff --git a/Commands/networkfabric/nni/_update-admin-state.md b/Commands/networkfabric/nni/_update-admin-state.md index 3ee3cf068..80f3724af 100644 --- a/Commands/networkfabric/nni/_update-admin-state.md +++ b/Commands/networkfabric/nni/_update-admin-state.md @@ -33,3 +33,14 @@ Updates the Admin State. ```bash networkfabric nni update-admin-state --resource-group example-rg --fabric-name example-nf --resource-name example-nni --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of the Network To Network Interconnect + ```bash + networkfabric nni update-admin-state --resource-group example-rg --fabric-name example-nf --resource-name example-nni --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/nni/_update-bfd-administrative-state.md b/Commands/networkfabric/nni/_update-bfd-administrative-state.md index 6e75c90e3..fdd68b190 100644 --- a/Commands/networkfabric/nni/_update-bfd-administrative-state.md +++ b/Commands/networkfabric/nni/_update-bfd-administrative-state.md @@ -25,3 +25,14 @@ Updates the Admin State. ```bash networkfabric nni update-bfd-administrative-state --resource-group example-rg --network-fabric-name example-nf --resource-name example-nni --route-type Static --administrative-state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update bfd admin state of the Network To Network Interconnect + ```bash + networkfabric nni update-bfd-administrative-state --resource-group example-rg --network-fabric-name example-nf --resource-name example-nni --route-type Static --administrative-state Enable + ``` diff --git a/Commands/networkfabric/nni/_update-npb-static-route-bfd-administrative-state.md b/Commands/networkfabric/nni/_update-npb-static-route-bfd-administrative-state.md index e971ea500..077340d1c 100644 --- a/Commands/networkfabric/nni/_update-npb-static-route-bfd-administrative-state.md +++ b/Commands/networkfabric/nni/_update-npb-static-route-bfd-administrative-state.md @@ -14,3 +14,14 @@ Updates the NPB Static Route BFD Administrative State. ```bash networkfabric nni update-npb-static-route-bfd-administrative-state --resource-group example-rg --fabric example-fabric --resource-name example-nni --state Enable --resource-ids "[]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVucGJzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the NPB Static Route BFD Admin State of the the resource + ```bash + networkfabric nni update-npb-static-route-bfd-administrative-state --resource-group example-rg --fabric example-fabric --resource-name example-nni --state Enable --resource-ids "[]" + ``` diff --git a/Commands/networkfabric/nni/_update.md b/Commands/networkfabric/nni/_update.md index 51f43634b..977703d80 100644 --- a/Commands/networkfabric/nni/_update.md +++ b/Commands/networkfabric/nni/_update.md @@ -71,3 +71,19 @@ Update the Network to Network interconnect resource ```bash networkfabric nni update --layer2-configuration "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network To Network Interconnect + ```bash + networkfabric nni update --resource-group "example-rg" --fabric "example-fabric" --resource-name "example-nni" --import-route-policy "{importIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',importIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --export-route-policy "{exportIpv4RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy',exportIpv6RoutePolicyId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/microsoft.managednetworkfabric/routePolicies/example-routepolicy'}" --layer2-configuration "{interfaces:['resourceId'],mtu:1500}" --option-b-layer3-configuration "{peerASN:28,vlanId:501,primaryIpv4Prefix:'172.31.0.0/31',secondaryIpv4Prefix:'172.31.0.20/31'}" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric nni update --layer2-configuration "??" + ``` diff --git a/Commands/networkfabric/npb/_create.md b/Commands/networkfabric/npb/_create.md index 1a0079492..2f15a18a0 100644 --- a/Commands/networkfabric/npb/_create.md +++ b/Commands/networkfabric/npb/_create.md @@ -47,3 +47,14 @@ Create a Network Packet Broker resource ```bash networkfabric npb create --resource-group "example-rg" --location "westus3" --resource-name "example-nbp" --network-fabric-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-nf" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Network Packet Broker + ```bash + networkfabric npb create --resource-group "example-rg" --location "westus3" --resource-name "example-nbp" --network-fabric-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-nf" + ``` diff --git a/Commands/networkfabric/npb/_delete.md b/Commands/networkfabric/npb/_delete.md index 39942898b..e3f9fa8b3 100644 --- a/Commands/networkfabric/npb/_delete.md +++ b/Commands/networkfabric/npb/_delete.md @@ -47,3 +47,14 @@ Delete the Network Packet Broker resource ```bash networkfabric npb delete --resource-group "example-rg" --resource-name "example-npb" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Packet Broker + ```bash + networkfabric npb delete --resource-group "example-rg" --resource-name "example-npb" + ``` diff --git a/Commands/networkfabric/npb/_list.md b/Commands/networkfabric/npb/_list.md index 6676df520..a714c74a3 100644 --- a/Commands/networkfabric/npb/_list.md +++ b/Commands/networkfabric/npb/_list.md @@ -71,3 +71,20 @@ List all Network Packet Brokers in the provided resource group or subscription ```bash networkfabric npb list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Packet Broker for Resource group + ```bash + networkfabric npb list --resource-group "example-rg" + ``` + +- List the Network Packet Broker for Subscription + ```bash + networkfabric npb list --subscription "" + ``` diff --git a/Commands/networkfabric/npb/_show.md b/Commands/networkfabric/npb/_show.md index a70c5bb33..46d2f75c9 100644 --- a/Commands/networkfabric/npb/_show.md +++ b/Commands/networkfabric/npb/_show.md @@ -47,3 +47,14 @@ Show details of the provided Network Packet Broker resource ```bash networkfabric npb show --resource-group "example-rg" --resource-name "example-npb" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Packet Broker + ```bash + networkfabric npb show --resource-group "example-rg" --resource-name "example-npb" + ``` diff --git a/Commands/networkfabric/npb/_update.md b/Commands/networkfabric/npb/_update.md index d79311e7a..9669cc5a9 100644 --- a/Commands/networkfabric/npb/_update.md +++ b/Commands/networkfabric/npb/_update.md @@ -33,3 +33,14 @@ Update to update certain properties of the Network Packet Broker resource. ```bash networkfabric npb update --resource-group "example-rg" --resource-name "example-npb" --tag "{'name': 'value'}" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- update Network Packet Broker + ```bash + networkfabric npb update --resource-group "example-rg" --resource-name "example-npb" --tag "{'name': 'value'}" + ``` diff --git a/Commands/networkfabric/npb/identity/_assign.md b/Commands/networkfabric/npb/identity/_assign.md index e6df47555..34ca7081e 100644 --- a/Commands/networkfabric/npb/identity/_assign.md +++ b/Commands/networkfabric/npb/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/npb/identity/_remove.md b/Commands/networkfabric/npb/identity/_remove.md index 12e312925..8649b2d70 100644 --- a/Commands/networkfabric/npb/identity/_remove.md +++ b/Commands/networkfabric/npb/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/npb/identity/_show.md b/Commands/networkfabric/npb/identity/_show.md index 3a9d43993..54f008216 100644 --- a/Commands/networkfabric/npb/identity/_show.md +++ b/Commands/networkfabric/npb/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/rack/_create.md b/Commands/networkfabric/rack/_create.md index 67a00408e..a52daf7a2 100644 --- a/Commands/networkfabric/rack/_create.md +++ b/Commands/networkfabric/rack/_create.md @@ -44,3 +44,14 @@ Create a Network Rack resource ```bash networkfabric rack create --resource-group example-rg --resource-name example-rack --annotation annotation --network-rack-type Aggregate --network-fabric-id /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-networkFabric --tags "{keyId:keyValue}" --location eastuseuap ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create the Network Rack + ```bash + networkfabric rack create --resource-group example-rg --resource-name example-rack --annotation annotation --network-rack-type Aggregate --network-fabric-id /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-networkFabric --tags "{keyId:keyValue}" --location eastuseuap + ``` diff --git a/Commands/networkfabric/rack/_delete.md b/Commands/networkfabric/rack/_delete.md index 0802d5ec1..6144088df 100644 --- a/Commands/networkfabric/rack/_delete.md +++ b/Commands/networkfabric/rack/_delete.md @@ -44,3 +44,14 @@ Delete the Network Rack resource ```bash networkfabric rack delete --resource-group example-rg --resource-name example-rack ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Rack + ```bash + networkfabric rack delete --resource-group example-rg --resource-name example-rack + ``` diff --git a/Commands/networkfabric/rack/_list.md b/Commands/networkfabric/rack/_list.md index 6a60ac77f..a71505e96 100644 --- a/Commands/networkfabric/rack/_list.md +++ b/Commands/networkfabric/rack/_list.md @@ -83,3 +83,20 @@ List all Network Racks in the provided resource group or subscription ```bash networkfabric rack list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Racks for Resource Group. + ```bash + networkfabric rack list --resource-group "example-rg" + ``` + +- List the Network Racks for Subscription + ```bash + networkfabric rack list --subscription "" + ``` diff --git a/Commands/networkfabric/rack/_show.md b/Commands/networkfabric/rack/_show.md index e6c6c5de9..33860d1ae 100644 --- a/Commands/networkfabric/rack/_show.md +++ b/Commands/networkfabric/rack/_show.md @@ -58,3 +58,14 @@ Show details of the provided Network Rack resource ```bash networkfabric rack show --resource-group "example-rg" --resource-name "example-rack" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Rack + ```bash + networkfabric rack show --resource-group "example-rg" --resource-name "example-rack" + ``` diff --git a/Commands/networkfabric/rack/_update.md b/Commands/networkfabric/rack/_update.md index 94c0ffbf7..1bd6eaf0b 100644 --- a/Commands/networkfabric/rack/_update.md +++ b/Commands/networkfabric/rack/_update.md @@ -37,3 +37,14 @@ Update certain properties of the Network Rack resource. ```bash networkfabric rack update--resource-group "example-rg" --resource-name "example-rack" --tag "{'name': 'value'}" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network Rack + ```bash + networkfabric rack update--resource-group "example-rg" --resource-name "example-rack" --tag "{'name': 'value'}" + ``` diff --git a/Commands/networkfabric/routepolicy/_commit-configuration.md b/Commands/networkfabric/routepolicy/_commit-configuration.md index f6b1286e8..effa14049 100644 --- a/Commands/networkfabric/routepolicy/_commit-configuration.md +++ b/Commands/networkfabric/routepolicy/_commit-configuration.md @@ -29,3 +29,14 @@ Commits the configuration of the given resources. ```bash networkfabric routepolicy commit-configuration --resource-group example-rg --resource-name example-routePolicy ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L2NvbW1pdGNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Commit configuration on the Route Policy + ```bash + networkfabric routepolicy commit-configuration --resource-group example-rg --resource-name example-routePolicy + ``` diff --git a/Commands/networkfabric/routepolicy/_create.md b/Commands/networkfabric/routepolicy/_create.md index 0e6efb822..46a9b7acf 100644 --- a/Commands/networkfabric/routepolicy/_create.md +++ b/Commands/networkfabric/routepolicy/_create.md @@ -118,3 +118,26 @@ Create a Route Policy resource networkfabric routepolicy create --statements "[{action:??" networkfabric routepolicy create --statements "[{action:{ip-community-properties:??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Route Policy Example 1 + ```bash + networkfabric routepolicy create --resource-group "example-rg" --resource-name "example-routepolicy" --location "westus3" --default-action "Permit" --nf-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric" --address-family-type "IPv4" --statements "[{sequenceNumber:1234,condition:{ipCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipCommunities/example-ipCommunityName'],ipPrefixId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/example-ipPrefixName',type:Or},action:{localPreference:123,actionType:Permit,ipCommunityProperties:{add:{ipCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipCommunities/example-ipCommunityName']}}}}]" + ``` + +- Create a Route Policy Example 2 + ```bash + networkfabric routepolicy create --resource-group "example-rg" --resource-name "example-routepolicy" --location "westus3" --default-action "Permit" --nf-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric" --address-family-type "IPv4" --statements "[{sequenceNumber:1235,condition:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName'],type:And},action:{localPreference:1235,actionType:Deny,ipExtendedCommunityProperties:{set:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName']}}}}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric routepolicy create --statements "??" + networkfabric routepolicy create --statements "[{action:??" + networkfabric routepolicy create --statements "[{action:{ip-community-properties:??" + ``` diff --git a/Commands/networkfabric/routepolicy/_delete.md b/Commands/networkfabric/routepolicy/_delete.md index 14aa2f529..bca3912d3 100644 --- a/Commands/networkfabric/routepolicy/_delete.md +++ b/Commands/networkfabric/routepolicy/_delete.md @@ -58,3 +58,14 @@ Delete the Route Policy resource ```bash networkfabric routepolicy delete --resource-group "example-rg" --resource-name "example-routepolicy" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Route Policy + ```bash + networkfabric routepolicy delete --resource-group "example-rg" --resource-name "example-routepolicy" + ``` diff --git a/Commands/networkfabric/routepolicy/_list.md b/Commands/networkfabric/routepolicy/_list.md index 211b1d97a..0ae0fbb84 100644 --- a/Commands/networkfabric/routepolicy/_list.md +++ b/Commands/networkfabric/routepolicy/_list.md @@ -88,3 +88,20 @@ List all Route Policies in the provided resource group or subscription ```bash networkfabric routepolicy list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Route Policies for Resource Group + ```bash + networkfabric routepolicy list --resource-group "example-rg" + ``` + +- List the Route Policies for Subscription + ```bash + networkfabric routepolicy list --subscription "" + ``` diff --git a/Commands/networkfabric/routepolicy/_show.md b/Commands/networkfabric/routepolicy/_show.md index 04d2d1865..62086ec28 100644 --- a/Commands/networkfabric/routepolicy/_show.md +++ b/Commands/networkfabric/routepolicy/_show.md @@ -58,3 +58,14 @@ Show details of the provided Route Policy resource ```bash networkfabric routepolicy show --resource-group "example-rg" --resource-name "example-routepolicy" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Route Policy + ```bash + networkfabric routepolicy show --resource-group "example-rg" --resource-name "example-routepolicy" + ``` diff --git a/Commands/networkfabric/routepolicy/_update-administrative-state.md b/Commands/networkfabric/routepolicy/_update-administrative-state.md index a9f85ce1e..c5371a5b3 100644 --- a/Commands/networkfabric/routepolicy/_update-administrative-state.md +++ b/Commands/networkfabric/routepolicy/_update-administrative-state.md @@ -29,3 +29,14 @@ Updated the admin state for this Route Policy. ```bash networkfabric routepolicy update-administrative-state --resource-group example-rg --resource-name example-routePolicy --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3VwZGF0ZWFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of the Route Policy + ```bash + networkfabric routepolicy update-administrative-state --resource-group example-rg --resource-name example-routePolicy --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/routepolicy/_update.md b/Commands/networkfabric/routepolicy/_update.md index 646cce02b..e292b48c5 100644 --- a/Commands/networkfabric/routepolicy/_update.md +++ b/Commands/networkfabric/routepolicy/_update.md @@ -71,3 +71,19 @@ Update the Route Policy resource. ```bash networkfabric routepolicy update --resource-group "example-rg" --resource-name "example-routepolicy" --statements "[{sequenceNumber:1235,condition:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName'],type:And},action:{localPreference:1235,actionType:Deny,ipExtendedCommunityProperties:{set:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName']}}}}]" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update Route Policy with IP Community ids + ```bash + networkfabric routepolicy update --resource-group "example-rg" --resource-name "example-routepolicy" --statements "[{sequenceNumber:1234,condition:{ipCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipCommunities/example-ipCommunityName'],ipPrefixId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/example-ipPrefixName',type:Or},action:{localPreference:123,actionType:Permit,ipCommunityProperties:{add:{ipCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipCommunities/example-ipCommunityName']}}}}]" + ``` + +- Update Route Policy with IP Extended Community ids + ```bash + networkfabric routepolicy update --resource-group "example-rg" --resource-name "example-routepolicy" --statements "[{sequenceNumber:1235,condition:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName'],type:And},action:{localPreference:1235,actionType:Deny,ipExtendedCommunityProperties:{set:{ipExtendedCommunityIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/example-ipExtendedCommunityName']}}}}]" + ``` diff --git a/Commands/networkfabric/routepolicy/_validate-configuration.md b/Commands/networkfabric/routepolicy/_validate-configuration.md index c6b2ddce5..1a60a8da6 100644 --- a/Commands/networkfabric/routepolicy/_validate-configuration.md +++ b/Commands/networkfabric/routepolicy/_validate-configuration.md @@ -29,3 +29,14 @@ Validates the configuration of the resources. ```bash networkfabric routepolicy validate-configuration --resource-group example-rg --resource-name example-routePolicy ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3ZhbGlkYXRlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Validate configuration on the Route Policy + ```bash + networkfabric routepolicy validate-configuration --resource-group example-rg --resource-name example-routePolicy + ``` diff --git a/Commands/networkfabric/tap/_create.md b/Commands/networkfabric/tap/_create.md index 2c5d52d1c..ef9dcdc5e 100644 --- a/Commands/networkfabric/tap/_create.md +++ b/Commands/networkfabric/tap/_create.md @@ -67,3 +67,19 @@ Create a Network Tap resource ```bash networkfabric tap create --destinations "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Network Tap + ```bash + networkfabric tap create --resource-group "example-rg" --location "westus3" --resource-name "example-networktap" --network-packet-broker-id "/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/example-networkPacketBroker" --polling-type "Pull" --destinations "[{name:'example-destinaionName',destinationType:IsolationDomain,destinationId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/l3IsloationDomains/example-l3Domain/internalNetworks/example-internalNetwork',isolationDomainProperties:{encapsulation:None,neighborGroupIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/neighborGroups/example-neighborGroup']},destinationTapRuleId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkTapRules/example-destinationTapRule'}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric tap create --destinations "??" + ``` diff --git a/Commands/networkfabric/tap/_delete.md b/Commands/networkfabric/tap/_delete.md index 360b4608b..78336191f 100644 --- a/Commands/networkfabric/tap/_delete.md +++ b/Commands/networkfabric/tap/_delete.md @@ -47,3 +47,14 @@ Delete the Network Tap resource ```bash networkfabric tap delete --resource-group "example-rg" --resource-name "example-networktap" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Tap + ```bash + networkfabric tap delete --resource-group "example-rg" --resource-name "example-networktap" + ``` diff --git a/Commands/networkfabric/tap/_list.md b/Commands/networkfabric/tap/_list.md index 16280ef3b..8a437dd4e 100644 --- a/Commands/networkfabric/tap/_list.md +++ b/Commands/networkfabric/tap/_list.md @@ -71,3 +71,20 @@ List all Network Taps in the provided resource group or subscription ```bash networkfabric tap list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Tap for Resource group + ```bash + networkfabric tap list --resource-group "example-rg" + ``` + +- List the Network Tap for Subscription + ```bash + networkfabric tap list --subscription "" + ``` diff --git a/Commands/networkfabric/tap/_resync.md b/Commands/networkfabric/tap/_resync.md index 82b7da24d..5418e4c4b 100644 --- a/Commands/networkfabric/tap/_resync.md +++ b/Commands/networkfabric/tap/_resync.md @@ -47,3 +47,14 @@ Implements the operation to the underlying resources. ```bash networkfabric tap resync --resource-group "example-rg" --network-tap-name "example-networktap" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS9yZXN5bmM=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Resync the Network Tap + ```bash + networkfabric tap resync --resource-group "example-rg" --network-tap-name "example-networktap" + ``` diff --git a/Commands/networkfabric/tap/_show.md b/Commands/networkfabric/tap/_show.md index 959639e1c..42c1c5b5b 100644 --- a/Commands/networkfabric/tap/_show.md +++ b/Commands/networkfabric/tap/_show.md @@ -47,3 +47,14 @@ Show details of the provided Network Tap resource ```bash networkfabric tap show --resource-group "example-rg" --resource-name "example-networktap" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Tap + ```bash + networkfabric tap show --resource-group "example-rg" --resource-name "example-networktap" + ``` diff --git a/Commands/networkfabric/tap/_update-admin-state.md b/Commands/networkfabric/tap/_update-admin-state.md index 8e4390309..5123877d0 100644 --- a/Commands/networkfabric/tap/_update-admin-state.md +++ b/Commands/networkfabric/tap/_update-admin-state.md @@ -47,3 +47,14 @@ Enable/Disable a network tap ```bash networkfabric tap update-admin-state --resource-group "example-rg" --resource-name "example-tap" --state "Enable" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of the Network Tap + ```bash + networkfabric tap update-admin-state --resource-group "example-rg" --resource-name "example-tap" --state "Enable" + ``` diff --git a/Commands/networkfabric/tap/_update.md b/Commands/networkfabric/tap/_update.md index f38664b0c..173244acf 100644 --- a/Commands/networkfabric/tap/_update.md +++ b/Commands/networkfabric/tap/_update.md @@ -67,3 +67,19 @@ Update the Network Tap resource. ```bash networkfabric tap update --destinations "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network Tap + ```bash + networkfabric tap update --resource-group "example-rg" --resource-name "example-networktap" --polling-type "Pull" --destinations "[{name:'example-destinaionName',destinationType:IsolationDomain,destinationId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/l3IsloationDomains/example-l3Domain/internalNetworks/example-internalNetwork',isolationDomainProperties:{encapsulation:None,neighborGroupIds:['/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/neighborGroups/example-neighborGroup']},destinationTapRuleId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkTapRules/example-destinationTapRule'}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric tap update --destinations "??" + ``` diff --git a/Commands/networkfabric/tap/identity/_assign.md b/Commands/networkfabric/tap/identity/_assign.md index 49b1efca6..f14f9a74d 100644 --- a/Commands/networkfabric/tap/identity/_assign.md +++ b/Commands/networkfabric/tap/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/tap/identity/_remove.md b/Commands/networkfabric/tap/identity/_remove.md index 1c667cd31..7bfbcf491 100644 --- a/Commands/networkfabric/tap/identity/_remove.md +++ b/Commands/networkfabric/tap/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/tap/identity/_show.md b/Commands/networkfabric/tap/identity/_show.md index ec741d848..b73570158 100644 --- a/Commands/networkfabric/tap/identity/_show.md +++ b/Commands/networkfabric/tap/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/taprule/_create.md b/Commands/networkfabric/taprule/_create.md index 0241340fd..e31dc5f1e 100644 --- a/Commands/networkfabric/taprule/_create.md +++ b/Commands/networkfabric/taprule/_create.md @@ -87,3 +87,24 @@ Create a Network Tap Rule resource ```bash networkfabric taprule create --match-configurations "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Create a Network Tap Rule with Configuration type as "File". + ```bash + networkfabric taprule create --resource-group "example-rg" --location "westus3" --resource-name "example-networktaprule" --polling-interval-in-seconds 30 --configuration-type "File" --tap-rules-url "https://microsoft.com/" + ``` + +- Create a Network Tap Rule with Configuration type as "Inline". + ```bash + networkfabric taprule create --resource-group "example-rg" --location "westus3" --resource-name "example-networktaprule" --configuration-type "Inline" --match-configurations "[{matchConfigurationName:config1,sequenceNumber:10,ipAddressType:IPv4,matchConditions:[{encapsulationType:None,portCondition:{portType:SourcePort,layer4Protocol:TCP,ports:[100],portGroupNames:['example-portGroup1']},protocolTypes:[TCP],vlanMatchCondition:{vlans:['10'],innerVlans:['11-20']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.10.10.10/20']}}],actions:[{type:Drop,truncate:100,isTimestampEnabled:True,destinationId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/neighborGroups/example-neighborGroup',matchConfigurationName:match1}]}]" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup1',ipAddressType:IPv4,ipPrefixes:['10.10.10.10/30']}],vlanGroups:[{name:'exmaple-vlanGroup',vlans:['10']}],portGroups:[{name:'example-portGroup1',ports:['100-200']}]}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric taprule create --match-configurations "??" + ``` diff --git a/Commands/networkfabric/taprule/_delete.md b/Commands/networkfabric/taprule/_delete.md index 8e2f80b04..de341b4d3 100644 --- a/Commands/networkfabric/taprule/_delete.md +++ b/Commands/networkfabric/taprule/_delete.md @@ -47,3 +47,14 @@ Delete the Network Tap Rule resource ```bash networkfabric taprule delete --resource-group "example-rg" --resource-name "example-networktaprule" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Delete the Network Tap Rule + ```bash + networkfabric taprule delete --resource-group "example-rg" --resource-name "example-networktaprule" + ``` diff --git a/Commands/networkfabric/taprule/_list.md b/Commands/networkfabric/taprule/_list.md index c7d82da62..8ec068b42 100644 --- a/Commands/networkfabric/taprule/_list.md +++ b/Commands/networkfabric/taprule/_list.md @@ -71,3 +71,20 @@ List all Network Tap Rules in the provided resource group or subscription ```bash networkfabric taprule list --subscription "" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.xml) **Stable** + + + + +#### examples + +- List the Network Tap Rule for Resource group + ```bash + networkfabric taprule list --resource-group "example-rg" + ``` + +- List the Network Tap Rule for Subscription + ```bash + networkfabric taprule list --subscription "" + ``` diff --git a/Commands/networkfabric/taprule/_resync.md b/Commands/networkfabric/taprule/_resync.md index 7436cba4a..3ff70e91a 100644 --- a/Commands/networkfabric/taprule/_resync.md +++ b/Commands/networkfabric/taprule/_resync.md @@ -47,3 +47,14 @@ Resync taprule with latest configuration ```bash networkfabric taprule resync --resource-group "example-rg" --resource-name "example-networktaprule" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vcmVzeW5j/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Resync the Network Tap Rule + ```bash + networkfabric taprule resync --resource-group "example-rg" --resource-name "example-networktaprule" + ``` diff --git a/Commands/networkfabric/taprule/_show.md b/Commands/networkfabric/taprule/_show.md index f2f3df56a..87849e043 100644 --- a/Commands/networkfabric/taprule/_show.md +++ b/Commands/networkfabric/taprule/_show.md @@ -47,3 +47,14 @@ Show details of the provided Network Tap Rule resource ```bash networkfabric taprule show --resource-group "example-rg" --resource-name "example-networktaprule" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Show the Network Tap Rule + ```bash + networkfabric taprule show --resource-group "example-rg" --resource-name "example-networktaprule" + ``` diff --git a/Commands/networkfabric/taprule/_update-administrative-state.md b/Commands/networkfabric/taprule/_update-administrative-state.md index b9ceed0a6..0c2f7ebae 100644 --- a/Commands/networkfabric/taprule/_update-administrative-state.md +++ b/Commands/networkfabric/taprule/_update-administrative-state.md @@ -29,3 +29,14 @@ Implements the operation to the underlying resources. ```bash networkfabric taprule update-administrative-state --resource-group example-rg --resource-name example-tapRule --resource-ids "[]" --state Enable ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update admin state of the Network Tap Rule + ```bash + networkfabric taprule update-administrative-state --resource-group example-rg --resource-name example-tapRule --resource-ids "[]" --state Enable + ``` diff --git a/Commands/networkfabric/taprule/_update.md b/Commands/networkfabric/taprule/_update.md index cbead52f5..dcef157b8 100644 --- a/Commands/networkfabric/taprule/_update.md +++ b/Commands/networkfabric/taprule/_update.md @@ -67,3 +67,19 @@ Update the Network Tap Rule resource. ```bash networkfabric taprule update --match-configurations "??" ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Update the Network Tap Rule + ```bash + networkfabric taprule update --resource-group "example-rg" --resource-name "example-networktaprule" --configuration-type "Inline" --match-configurations "[{matchConfigurationName:config1,sequenceNumber:10,ipAddressType:IPv4,matchConditions:[{encapsulationType:None,portCondition:{portType:SourcePort,layer4Protocol:TCP,ports:[100]},protocolTypes:[TCP],vlanMatchCondition:{vlans:['10'],innerVlans:['11-20']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.10.10.10/20']}}],actions:[{type:Drop,truncate:100,isTimestampEnabled:True,destinationId:'/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxx/resourcegroups/example-rg/providers/Microsoft.ManagedNetworkFabric/neighborGroups/example-neighborGroup',matchConfigurationName:match1}]}]" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup1',ipAddressType:IPv4,ipPrefixes:['10.10.10.10/30']}],vlanGroups:[{name:'exmaple-vlanGroup',vlans:['10']}],portGroups:[{name:'example-portGroup1',ports:['100-200']}]}]" + ``` + +- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax. + ```bash + networkfabric taprule update --match-configurations "??" + ``` diff --git a/Commands/networkfabric/taprule/_validate-configuration.md b/Commands/networkfabric/taprule/_validate-configuration.md index 8632968d5..417c5e04f 100644 --- a/Commands/networkfabric/taprule/_validate-configuration.md +++ b/Commands/networkfabric/taprule/_validate-configuration.md @@ -29,3 +29,14 @@ Implements the operation to the underlying resources. ```bash networkfabric taprule validate-configuration --resource-group example-rg --resource-name example-tapRule ``` + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable** + + + +#### examples + +- Validate configuration of the Network Tap Rule + ```bash + networkfabric taprule validate-configuration --resource-group example-rg --resource-name example-tapRule + ``` diff --git a/Commands/networkfabric/taprule/identity/_assign.md b/Commands/networkfabric/taprule/identity/_assign.md index 5448f9374..b8fc1112d 100644 --- a/Commands/networkfabric/taprule/identity/_assign.md +++ b/Commands/networkfabric/taprule/identity/_assign.md @@ -7,3 +7,7 @@ Assign the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/taprule/identity/_remove.md b/Commands/networkfabric/taprule/identity/_remove.md index 59ce6282f..dde8a4b02 100644 --- a/Commands/networkfabric/taprule/identity/_remove.md +++ b/Commands/networkfabric/taprule/identity/_remove.md @@ -7,3 +7,7 @@ Remove the user or system managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Commands/networkfabric/taprule/identity/_show.md b/Commands/networkfabric/taprule/identity/_show.md index 278d5754c..bfed84425 100644 --- a/Commands/networkfabric/taprule/identity/_show.md +++ b/Commands/networkfabric/taprule/identity/_show.md @@ -7,3 +7,7 @@ Show the details of managed identities. ### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.xml) **Stable** + +### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml) **Stable** + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.json new file mode 100644 index 000000000..316a4f8a7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2FjY2Vzc0NvbnRyb2xMaXN0cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3Rz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric acl", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2FjY2Vzc0NvbnRyb2xMaXN0cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3Rz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_AccessControlLists_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_AccessControlLists_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_AccessControlLists_ListBySubscription"], "operationId": "AccessControlLists_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/accessControlLists", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "TerminalServer"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_AccessControlLists_ListByResourceGroup"], "operationId": "AccessControlLists_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "@ControlPlaneAclPortCondition_read", "name": "destinationPorts"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "TerminalServer"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.xml new file mode 100644 index 000000000..6b0930ecb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.xml @@ -0,0 +1,873 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.json new file mode 100644 index 000000000..4422da340 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/internetgatewayrules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2ludGVybmV0R2F0ZXdheVJ1bGVz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internetgatewayrule", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/internetgatewayrules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2ludGVybmV0R2F0ZXdheVJ1bGVz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_InternetGatewayRules_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_InternetGatewayRules_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_InternetGatewayRules_ListBySubscription"], "operationId": "InternetGatewayRules_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_InternetGatewayRules_ListByResourceGroup"], "operationId": "InternetGatewayRules_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..3b2c47ea5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.xml @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.json new file mode 100644 index 000000000..ae7085bc2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/internetgateways", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2ludGVybmV0R2F0ZXdheXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internetgateway", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/internetgateways", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2ludGVybmV0R2F0ZXdheXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_InternetGateways_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_InternetGateways_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_InternetGateways_ListBySubscription"], "operationId": "InternetGateways_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGateways", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_InternetGateways_ListByResourceGroup"], "operationId": "InternetGateways_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.xml new file mode 100644 index 000000000..8a318c274 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.xml @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.json new file mode 100644 index 000000000..cf955e11f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2lwQ29tbXVuaXRpZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric ipcommunity", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2lwQ29tbXVuaXRpZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_IpCommunities_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_IpCommunities_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_IpCommunities_ListBySubscription"], "operationId": "IpCommunities_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipCommunities", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_IpCommunities_ListByResourceGroup"], "operationId": "IpCommunities_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.xml new file mode 100644 index 000000000..b7d5c608a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.xml @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.json new file mode 100644 index 000000000..ef63c6443 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2lwRXh0ZW5kZWRDb21tdW5pdGllcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric ipextendedcommunity", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2lwRXh0ZW5kZWRDb21tdW5pdGllcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_IpExtendedCommunities_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_IpExtendedCommunities_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_IpExtendedCommunities_ListBySubscription"], "operationId": "IpExtendedCommunities_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_IpExtendedCommunities_ListByResourceGroup"], "operationId": "IpExtendedCommunities_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.xml new file mode 100644 index 000000000..af03fd962 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.xml @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.json new file mode 100644 index 000000000..b4c1ccf1e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipprefixes", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2lwUHJlZml4ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric ipprefix", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/ipprefixes", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2lwUHJlZml4ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_IpPrefixes_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_IpPrefixes_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_IpPrefixes_ListBySubscription"], "operationId": "IpPrefixes_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_IpPrefixes_ListByResourceGroup"], "operationId": "IpPrefixes_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.xml new file mode 100644 index 000000000..7c69d456b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.xml @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.json new file mode 100644 index 000000000..2a63b6486 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/l3isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2wzSXNvbGF0aW9uRG9tYWlucw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5z/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l3domain", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/l3isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2wzSXNvbGF0aW9uRG9tYWlucw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5z/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_L3IsolationDomains_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_L3IsolationDomains_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_L3IsolationDomains_ListBySubscription"], "operationId": "L3IsolationDomains_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_L3IsolationDomains_ListByResourceGroup"], "operationId": "L3IsolationDomains_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array<@AggregateRoute_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "@RoutePrefixLimitProperties_read", "name": "v4routePrefixLimit"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml new file mode 100644 index 000000000..cda299eed --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.json new file mode 100644 index 000000000..d2f65a3cf --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/l2isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2wySXNvbGF0aW9uRG9tYWlucw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5z/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l2domain", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/l2isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL2wySXNvbGF0aW9uRG9tYWlucw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5z/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_L2IsolationDomains_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_L2IsolationDomains_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_L2IsolationDomains_ListBySubscription"], "operationId": "L2IsolationDomains_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_L2IsolationDomains_ListByResourceGroup"], "operationId": "L2IsolationDomains_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml new file mode 100644 index 000000000..6296ebb83 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.json new file mode 100644 index 000000000..d91cc81ca --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/neighborgroups", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25laWdoYm9yR3JvdXBz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric neighborgroup", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/neighborgroups", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25laWdoYm9yR3JvdXBz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NeighborGroups_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NeighborGroups_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NeighborGroups_ListBySubscription"], "operationId": "NeighborGroups_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/neighborGroups", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NeighborGroups_ListByResourceGroup"], "operationId": "NeighborGroups_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..af861b0cc --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.xml @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.json new file mode 100644 index 000000000..19a8323c5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtCb290c3RyYXBEZXZpY2Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapdevice", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtCb290c3RyYXBEZXZpY2Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkBootstrapDevices_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkBootstrapDevices_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkBootstrapDevices_ListBySubscription"], "operationId": "NetworkBootstrapDevices_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkBootstrapDevices_ListByResourceGroup"], "operationId": "NetworkBootstrapDevices_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..0d00ec676 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.xml @@ -0,0 +1,383 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cw==/2026-01-15-preview.json new file mode 100644 index 000000000..299693c2f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2VTa3Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric devicesku", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2VTa3Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkDeviceSkus_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "array", "name": "interfaces", "item": {"type": "object", "props": [{"type": "string", "name": "identifier"}, {"type": "string", "name": "interfaceType"}, {"type": "array", "name": "supportedConnectorTypes", "item": {"type": "object", "props": [{"type": "string", "name": "connectorType"}, {"type": "integer32", "name": "maxSpeedInMbps"}]}, "identifiers": ["connectorType"]}]}, "identifiers": ["identifier"]}, {"type": "string", "name": "manufacturer"}, {"type": "string", "name": "model", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "supportedRoleTypes", "item": {"type": "string", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}}, {"type": "array", "name": "supportedVersions", "item": {"type": "object", "props": [{"type": "string", "name": "isDefault", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "vendorFirmwareVersion"}, {"type": "string", "name": "vendorOsVersion"}, {"type": "string", "name": "version"}]}, "identifiers": ["version"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cw==/2026-01-15-preview.xml new file mode 100644 index 000000000..b15609860 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cw==/2026-01-15-preview.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..ce4148aa5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2VTa3VzL3tuZXR3b3JrRGV2aWNlU2t1TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric devicesku", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdeviceskus/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2VTa3VzL3tuZXR3b3JrRGV2aWNlU2t1TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceSkuName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device Sku"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkDeviceSkus_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{networkDeviceSkuName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceSkuName", "arg": "$Path.networkDeviceSkuName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "array", "name": "interfaces", "item": {"type": "object", "props": [{"type": "string", "name": "identifier"}, {"type": "string", "name": "interfaceType"}, {"type": "array", "name": "supportedConnectorTypes", "item": {"type": "object", "props": [{"type": "string", "name": "connectorType"}, {"type": "integer32", "name": "maxSpeedInMbps"}]}, "identifiers": ["connectorType"]}]}, "identifiers": ["identifier"]}, {"type": "string", "name": "manufacturer"}, {"type": "string", "name": "model", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "supportedRoleTypes", "item": {"type": "string", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}}, {"type": "array", "name": "supportedVersions", "item": {"type": "object", "props": [{"type": "string", "name": "isDefault", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "vendorFirmwareVersion"}, {"type": "string", "name": "vendorOsVersion"}, {"type": "string", "name": "version"}]}, "identifiers": ["version"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..b4d2fd282 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlc2t1cy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.json new file mode 100644 index 000000000..b3b91c596 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtEZXZpY2Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkDevices_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkDevices_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkDevices_ListBySubscription"], "operationId": "NetworkDevices_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDevices", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkDevices_ListByResourceGroup"], "operationId": "NetworkDevices_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..6e9b482cf --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.xml @@ -0,0 +1,457 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.json new file mode 100644 index 000000000..25612e4e0 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNDb250cm9sbGVycw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric controller", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNDb250cm9sbGVycw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkFabricControllers_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkFabricControllers_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkFabricControllers_ListBySubscription"], "operationId": "NetworkFabricControllers_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkFabricControllers_ListByResourceGroup"], "operationId": "NetworkFabricControllers_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "infrastructureExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "infrastructureServices"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.xml new file mode 100644 index 000000000..5589f748f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.xml @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cw==/2026-01-15-preview.json new file mode 100644 index 000000000..111e79ddc --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabricskus", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNTa3Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabricsku", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabricskus", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNTa3Vz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabricSkus_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "details"}, {"type": "integer32", "name": "maxComputeRacks"}, {"type": "integer32", "name": "maximumServerCount"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "supportedVersions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "type", "enum": {"items": [{"value": "MultiRack"}, {"value": "SingleRack"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cw==/2026-01-15-preview.xml new file mode 100644 index 000000000..87dfade92 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cw==/2026-01-15-preview.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..647fb4cb5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabricskus/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNTa3VzL3tuZXR3b3JrRmFicmljU2t1TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabricsku", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabricskus/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNTa3VzL3tuZXR3b3JrRmFicmljU2t1TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricSkuName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Sku"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabricSkus_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus/{networkFabricSkuName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricSkuName", "arg": "$Path.networkFabricSkuName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "details"}, {"type": "integer32", "name": "maxComputeRacks"}, {"type": "integer32", "name": "maximumServerCount"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "supportedVersions", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "type", "enum": {"items": [{"value": "MultiRack"}, {"value": "SingleRack"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..4d12ea7d4 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljc2t1cy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.json new file mode 100644 index 000000000..1ece1f21d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabrics", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3M=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabrics", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtGYWJyaWNz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3M=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkFabrics_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkFabrics_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkFabrics_ListBySubscription"], "operationId": "NetworkFabrics_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabrics", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}], "cls": "IdentitySelector_read"}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkFabrics_ListByResourceGroup"], "operationId": "NetworkFabrics_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "@VpnConfigurationProperties_read", "name": "infrastructureVpnConfiguration", "required": true}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "@IdentitySelector_read", "name": "associatedIdentity", "required": true}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..7c3960f93 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.xml @@ -0,0 +1,728 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.json new file mode 100644 index 000000000..bb769e6f9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkmonitors", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtNb25pdG9ycw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3Jz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric networkmonitor", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkmonitors", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtNb25pdG9ycw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3Jz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkMonitors_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkMonitors_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkMonitors_ListBySubscription"], "operationId": "NetworkMonitors_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkMonitors", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "All"}, "type": "string", "name": "exportPolicy", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"default": {"value": ["All"]}, "type": "array", "name": "monitoredAddressFamilies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "ipv4Unicast"}, {"value": "ipv6Unicast"}, {"value": "vpnIpv4"}, {"value": "vpnIpv6"}]}}}, {"type": "array", "name": "monitoredNetworks", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "scopeResourceId"}, {"type": "string", "name": "stationConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "stationConnectionMode", "enum": {"items": [{"value": "Active"}, {"value": "Passive"}]}}, {"type": "object", "name": "stationConnectionProperties", "props": [{"default": {"value": 180}, "type": "integer32", "name": "keepaliveIdleTime", "format": {"maximum": 3600, "minimum": 1}}, {"default": {"value": 10}, "type": "integer32", "name": "probeCount", "format": {"maximum": 100, "minimum": 1}}, {"default": {"value": 60}, "type": "integer32", "name": "probeInterval", "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "name": "stationIp"}, {"type": "string", "name": "stationName"}, {"nullable": true, "type": "ResourceId", "name": "stationNetwork"}, {"default": {"value": 5000}, "type": "integer32", "name": "stationPort", "format": {"maximum": 65535, "minimum": 1}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkMonitors_ListByResourceGroup"], "operationId": "NetworkMonitors_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkMonitors", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "All"}, "type": "string", "name": "exportPolicy", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"default": {"value": ["All"]}, "type": "array", "name": "monitoredAddressFamilies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "ipv4Unicast"}, {"value": "ipv6Unicast"}, {"value": "vpnIpv4"}, {"value": "vpnIpv6"}]}}}, {"type": "array", "name": "monitoredNetworks", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "scopeResourceId"}, {"type": "string", "name": "stationConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "stationConnectionMode", "enum": {"items": [{"value": "Active"}, {"value": "Passive"}]}}, {"type": "object", "name": "stationConnectionProperties", "props": [{"default": {"value": 180}, "type": "integer32", "name": "keepaliveIdleTime", "format": {"maximum": 3600, "minimum": 1}}, {"default": {"value": 10}, "type": "integer32", "name": "probeCount", "format": {"maximum": 100, "minimum": 1}}, {"default": {"value": 60}, "type": "integer32", "name": "probeInterval", "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "name": "stationIp"}, {"type": "string", "name": "stationName"}, {"nullable": true, "type": "ResourceId", "name": "stationNetwork"}, {"default": {"value": 5000}, "type": "integer32", "name": "stationPort", "format": {"maximum": 65535, "minimum": 1}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.xml new file mode 100644 index 000000000..947c18999 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.xml @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.json new file mode 100644 index 000000000..9ae407deb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtQYWNrZXRCcm9rZXJz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric npb", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtQYWNrZXRCcm9rZXJz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkPacketBrokers_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkPacketBrokers_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkPacketBrokers_ListBySubscription"], "operationId": "NetworkPacketBrokers_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkPacketBrokers_ListByResourceGroup"], "operationId": "NetworkPacketBrokers_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.xml new file mode 100644 index 000000000..f873ca194 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.xml @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.json new file mode 100644 index 000000000..df6da9579 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkracks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtSYWNrcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric rack", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkracks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtSYWNrcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkRacks_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkRacks_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkRacks_ListBySubscription"], "operationId": "NetworkRacks_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkRacks", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkRacks_ListByResourceGroup"], "operationId": "NetworkRacks_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.xml new file mode 100644 index 000000000..ab91a2684 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.xml @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.json new file mode 100644 index 000000000..873adfb07 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networktaprules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtUYXBSdWxlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric taprule", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networktaprules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtUYXBSdWxlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkTapRules_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkTapRules_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkTapRules_ListBySubscription"], "operationId": "NetworkTapRules_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTapRules", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkTapRules_ListByResourceGroup"], "operationId": "NetworkTapRules_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.xml new file mode 100644 index 000000000..3fec5454f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.xml @@ -0,0 +1,699 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.json new file mode 100644 index 000000000..a24797703 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networktaps", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtUYXBz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric tap", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/networktaps", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL25ldHdvcmtUYXBz/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_NetworkTaps_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_NetworkTaps_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_NetworkTaps_ListBySubscription"], "operationId": "NetworkTaps_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTaps", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_NetworkTaps_ListByResourceGroup"], "operationId": "NetworkTaps_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..ca22bbe39 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.xml @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.json new file mode 100644 index 000000000..7aa10a7fd --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/routepolicies", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL3JvdXRlUG9saWNpZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric routepolicy", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.managednetworkfabric/routepolicies", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWROZXR3b3JrRmFicmljL3JvdXRlUG9saWNpZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_RoutePolicies_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}, {"var": "$Condition_RoutePolicies_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}], "operations": [{"when": ["$Condition_RoutePolicies_ListBySubscription"], "operationId": "RoutePolicies_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/routePolicies", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_RoutePolicies_ListByResourceGroup"], "operationId": "RoutePolicies_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "@IpCommunityIdList_read", "name": "add"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "@IpExtendedCommunityIdList_read", "name": "add"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.xml new file mode 100644 index 000000000..ec5bf9e86 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.xml @@ -0,0 +1,391 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.md new file mode 100644 index 000000000..377f0fb88 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/accesscontrollists 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.json index 4a70d6c67..b5fa8b5d9 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric acl", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "AccessControlLists_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.aclType", "options": ["acl-type"], "group": "Properties", "help": {"short": "Access Control List (ACL) Type"}, "enum": {"items": [{"name": "ControlPlaneAcl", "value": "ControlPlaneAcl"}, {"name": "ControlPlaneTrafficPolicy", "value": "ControlPlaneTrafficPolicy"}, {"name": "Management", "value": "Management"}, {"name": "Tenant", "value": "Tenant"}]}}, {"type": "string", "var": "$body.properties.aclsUrl", "options": ["acls-url"], "group": "Properties", "help": {"short": "Access Control List file URL."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "required": true, "group": "Properties", "help": {"short": "Input method to configure Access Control List."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"type": "array", "var": "$body.properties.controlPlaneAclConfiguration", "options": ["cp-acl-config", "control-plane-acl-configuration"], "group": "Properties", "help": {"short": "Access Control List (ACL) configurations."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address Type. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "options": ["match-configurations"], "help": {"short": "Access Control List (ACL) match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "options": ["action"], "help": {"short": "Action that need to be performed for the matched conditions."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}, {"name": "Remark", "value": "Remark"}]}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "options": ["match-condition"], "help": {"short": "Match conditions"}, "args": [{"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "options": ["flags"], "help": {"short": "Flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established"}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "@IcmpConfigurationProperties_create.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_create"}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix", "options": ["destination-ip-prefix"], "help": {"short": "List of the destination IP addresses that need to be matched."}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix", "options": ["source-ip-prefix"], "help": {"short": "List of the source IP addresses that need to be matched."}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "options": ["port-condition"], "help": {"short": "Port condition that needs to be matched."}, "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "options": ["destination-ports"], "help": {"short": "List of the destination ports that need to be matched."}, "args": [{"type": "string", "var": "@ControlPlaneAclPortCondition_create.portMatchType", "options": ["port-match-type"], "help": {"short": "Port match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}, {"name": "range", "value": "range"}]}}, {"type": "array", "var": "@ControlPlaneAclPortCondition_create.ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched. Possible values: 1234, 1234-1235, 1234,1235,1236"}, "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_create"}, {"type": "@ControlPlaneAclPortCondition_create", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts", "options": ["source-ports"], "help": {"short": "List of the ports that need to be matched."}}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes", "options": ["protocol-types"], "help": {"short": "Protocols that need to be matched."}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "options": ["ttl-match-condition"], "help": {"short": "TTL [Time To Live] values that need to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "options": ["ttl-match-type"], "help": {"short": "TTL [Time To Live] match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}]}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue", "options": ["ttl-value"], "help": {"short": "TTL [Time To Live] values that need to be matched."}}]}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}}, {"type": "integer64", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "default": {"value": "Permit"}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$body.properties.deviceRole", "options": ["device-role"], "group": "Properties", "help": {"short": "Device Role"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "ManagementSwitch", "value": "ManagementSwitch"}, {"name": "NPB", "value": "NPB"}, {"name": "ToR", "value": "ToR"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"type": "object", "var": "$body.properties.globalAccessControlListActions", "options": ["global-acl-actions", "global-access-control-list-actions"], "group": "Properties", "help": {"short": "Global Access Control List (ACL) actions"}, "args": [{"type": "string", "var": "$body.properties.globalAccessControlListActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable or disable ACL action count."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}, {"type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configs", "match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].actions[].counterName", "options": ["counter-name"], "help": {"short": "Name of the counter block to get match count information."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "options": ["police-rate-configuration"], "help": {"short": "Police rate configuration"}, "args": [{"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "options": ["bit-rate"], "help": {"short": "Rate limit in bits per second."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate", "options": ["rate"], "help": {"short": "Bitrate."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "options": ["unit"], "help": {"short": "Bitrate unit."}, "enum": {"items": [{"name": "Gbps", "value": "Gbps"}, {"name": "Kbps", "value": "Kbps"}, {"name": "Mbps", "value": "Mbps"}, {"name": "Pps", "value": "Pps"}, {"name": "bps", "value": "bps"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "options": ["burst-size"], "help": {"short": "Burst size in packets."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size", "options": ["size"], "help": {"short": "Burst size."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "options": ["unit"], "help": {"short": "Burst size unit."}, "enum": {"items": [{"name": "Bytes", "value": "Bytes"}, {"name": "GBytes", "value": "GBytes"}, {"name": "KBytes", "value": "KBytes"}, {"name": "MBytes", "value": "MBytes"}, {"name": "Packets", "value": "Packets"}]}}]}]}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Log", "value": "Log"}, {"name": "PoliceRate", "value": "PoliceRate"}, {"name": "Remark", "value": "Remark"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "options": ["dscp-markings"], "help": {"short": "List of DSCP Markings that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "options": ["ether-types"], "help": {"short": "List of ether type values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].fragments", "options": ["fragments"], "help": {"short": "List of IP fragment packets that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "options": ["ip-lengths"], "help": {"short": "List of IP Lengths that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "options": ["flags"], "help": {"short": "List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg"}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "required": true, "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "options": ["protocol-neighbors"], "help": {"short": "Protocol neighbors that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "options": ["ttl-values"], "help": {"short": "List of TTL [Time To Live] values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "AccessControlLists_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "arg": "$body.properties.aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl", "arg": "$body.properties.aclsUrl"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "props": [{"type": "string", "name": "remarkComment", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "@IcmpConfigurationProperties_create.icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_create"}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "props": [{"type": "object", "name": "destinationPorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "props": [{"type": "string", "name": "portMatchType", "arg": "@ControlPlaneAclPortCondition_create.portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "arg": "@ControlPlaneAclPortCondition_create.ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_create"}, {"type": "@ControlPlaneAclPortCondition_create", "name": "sourcePorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts"}]}, {"type": "string", "name": "protocolTypes", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "arg": "$body.properties.deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "arg": "$body.properties.globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "arg": "$body.properties.globalAccessControlListActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "arg": "$body.properties.matchConfigurations[].actions[].counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "props": [{"type": "integer64", "name": "rate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "props": [{"type": "integer64", "name": "size", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment", "arg": "$body.properties.matchConfigurations[].actions[].remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "arg": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "arg": "$body.properties.matchConfigurations[].matchConditions[].fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.aclType", "options": ["acl-type"], "group": "Properties", "help": {"short": "Access Control List (ACL) Type"}, "enum": {"items": [{"name": "ControlPlaneAcl", "value": "ControlPlaneAcl"}, {"name": "ControlPlaneTrafficPolicy", "value": "ControlPlaneTrafficPolicy"}, {"name": "Management", "value": "Management"}, {"name": "Tenant", "value": "Tenant"}]}}, {"nullable": true, "type": "string", "var": "$body.properties.aclsUrl", "options": ["acls-url"], "group": "Properties", "help": {"short": "Access Control List file URL."}}, {"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "group": "Properties", "help": {"short": "Input method to configure Access Control List."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.controlPlaneAclConfiguration", "options": ["cp-acl-config", "control-plane-acl-configuration"], "group": "Properties", "help": {"short": "Access Control List (ACL) configurations."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address Type. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "options": ["match-configurations"], "help": {"short": "Access Control List (ACL) match configurations."}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "options": ["action"], "help": {"short": "Action that need to be performed for the matched conditions."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}, {"name": "Remark", "value": "Remark"}]}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "options": ["match-condition"], "help": {"short": "Match conditions"}, "args": [{"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "options": ["flags"], "help": {"short": "Flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established"}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "@IcmpConfigurationPatchProperties_update.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "item": {"type": "string"}}], "cls": "IcmpConfigurationPatchProperties_update"}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix", "options": ["destination-ip-prefix"], "help": {"short": "List of the destination IP addresses that need to be matched."}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix", "options": ["source-ip-prefix"], "help": {"short": "List of the source IP addresses that need to be matched."}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "options": ["port-condition"], "help": {"short": "Port condition that needs to be matched."}, "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "options": ["destination-ports"], "help": {"short": "List of the destination ports that need to be matched."}, "args": [{"type": "string", "var": "@ControlPlaneAclPortCondition_update.portMatchType", "options": ["port-match-type"], "help": {"short": "Port match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}, {"name": "range", "value": "range"}]}}, {"type": "array", "var": "@ControlPlaneAclPortCondition_update.ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched. Possible values: 1234, 1234-1235, 1234,1235,1236"}, "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_update"}, {"type": "@ControlPlaneAclPortCondition_update", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts", "options": ["source-ports"], "help": {"short": "List of the ports that need to be matched."}}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes", "options": ["protocol-types"], "help": {"short": "Protocols that need to be matched."}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "options": ["ttl-match-condition"], "help": {"short": "TTL [Time To Live] values that need to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "options": ["ttl-match-type"], "help": {"short": "TTL [Time To Live] match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}]}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue", "options": ["ttl-value"], "help": {"short": "TTL [Time To Live] values that need to be matched."}}]}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}}, {"type": "integer64", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"nullable": true, "type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "string", "var": "$body.properties.deviceRole", "options": ["device-role"], "group": "Properties", "help": {"short": "Device Role"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "ManagementSwitch", "value": "ManagementSwitch"}, {"name": "NPB", "value": "NPB"}, {"name": "ToR", "value": "ToR"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "var": "$body.properties.globalAccessControlListActions", "options": ["global-acl-actions", "global-access-control-list-actions"], "group": "Properties", "help": {"short": "Global Access Control List (ACL) actions"}, "args": [{"type": "string", "var": "$body.properties.globalAccessControlListActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable or disable ACL action count."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}, {"nullable": true, "type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configs", "match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].actions[].counterName", "options": ["counter-name"], "help": {"short": "Name of the counter block to get match count information."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "options": ["police-rate-configuration"], "help": {"short": "Police rate configuration"}, "args": [{"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "options": ["bit-rate"], "help": {"short": "Rate limit in bits per second."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate", "options": ["rate"], "help": {"short": "Bitrate."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "options": ["unit"], "help": {"short": "Bitrate unit."}, "enum": {"items": [{"name": "Gbps", "value": "Gbps"}, {"name": "Kbps", "value": "Kbps"}, {"name": "Mbps", "value": "Mbps"}, {"name": "Pps", "value": "Pps"}, {"name": "bps", "value": "bps"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "options": ["burst-size"], "help": {"short": "Burst size in packets."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size", "options": ["size"], "help": {"short": "Burst size."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "options": ["unit"], "help": {"short": "Burst size unit."}, "enum": {"items": [{"name": "Bytes", "value": "Bytes"}, {"name": "GBytes", "value": "GBytes"}, {"name": "KBytes", "value": "KBytes"}, {"name": "MBytes", "value": "MBytes"}, {"name": "Packets", "value": "Packets"}]}}]}]}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Log", "value": "Log"}, {"name": "PoliceRate", "value": "PoliceRate"}, {"name": "Remark", "value": "Remark"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "options": ["dscp-markings"], "help": {"short": "List of DSCP Markings that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "options": ["ether-types"], "help": {"short": "List of ether type values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].fragments", "options": ["fragments"], "help": {"short": "List of IP fragment packets that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "item": {"type": "string"}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "options": ["ip-lengths"], "help": {"short": "List of IP Lengths that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "options": ["flags"], "help": {"short": "List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg"}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "options": ["protocol-neighbors"], "help": {"short": "Protocol neighbors that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "options": ["ttl-values"], "help": {"short": "List of TTL [Time To Live] values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "aclType", "arg": "$body.properties.aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"nullable": true, "type": "string", "name": "aclsUrl", "arg": "$body.properties.aclsUrl"}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"nullable": true, "type": "array", "name": "controlPlaneAclConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "props": [{"type": "string", "name": "remarkComment", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "@IcmpConfigurationPatchProperties_update.icmpTypes", "item": {"type": "string"}}], "cls": "IcmpConfigurationPatchProperties_update"}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "props": [{"type": "object", "name": "destinationPorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "props": [{"type": "string", "name": "portMatchType", "arg": "@ControlPlaneAclPortCondition_update.portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "arg": "@ControlPlaneAclPortCondition_update.ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_update"}, {"type": "@ControlPlaneAclPortCondition_update", "name": "sourcePorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts"}]}, {"type": "string", "name": "protocolTypes", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"nullable": true, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "string", "name": "deviceRole", "arg": "$body.properties.deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"nullable": true, "type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "name": "globalAccessControlListActions", "arg": "$body.properties.globalAccessControlListActions", "props": [{"type": "string", "name": "enableCount", "arg": "$body.properties.globalAccessControlListActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"nullable": true, "type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "arg": "$body.properties.matchConfigurations[].actions[].counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "props": [{"type": "integer64", "name": "rate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "props": [{"type": "integer64", "name": "size", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment", "arg": "$body.properties.matchConfigurations[].actions[].remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "arg": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "arg": "$body.properties.matchConfigurations[].matchConditions[].fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "item": {"type": "string"}}]}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric acl", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "AccessControlLists_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.aclType", "options": ["acl-type"], "group": "Properties", "help": {"short": "Access Control List (ACL) Type"}, "enum": {"items": [{"name": "ControlPlaneAcl", "value": "ControlPlaneAcl"}, {"name": "ControlPlaneTrafficPolicy", "value": "ControlPlaneTrafficPolicy"}, {"name": "Management", "value": "Management"}, {"name": "Tenant", "value": "Tenant"}]}}, {"type": "string", "var": "$resource.properties.aclsUrl", "options": ["acls-url"], "group": "Properties", "help": {"short": "Access Control List file URL."}}, {"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$resource.properties.configurationType", "options": ["configuration-type"], "required": true, "group": "Properties", "help": {"short": "Input method to configure Access Control List."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"type": "array", "var": "$resource.properties.controlPlaneAclConfiguration", "options": ["cp-acl-config", "control-plane-acl-configuration"], "group": "Properties", "help": {"short": "Access Control List (ACL) configurations."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address Type. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations", "options": ["match-configurations"], "help": {"short": "Access Control List (ACL) match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "object", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "options": ["action"], "help": {"short": "Action that need to be performed for the matched conditions."}, "args": [{"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}, {"name": "Remark", "value": "Remark"}]}}]}, {"type": "object", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "options": ["match-condition"], "help": {"short": "Match conditions"}, "args": [{"type": "array", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "options": ["flags"], "help": {"short": "Flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established"}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "@IcmpConfigurationProperties_create.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_create"}, {"type": "object", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix", "options": ["destination-ip-prefix"], "help": {"short": "List of the destination IP addresses that need to be matched."}}, {"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix", "options": ["source-ip-prefix"], "help": {"short": "List of the source IP addresses that need to be matched."}}]}, {"type": "object", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "options": ["port-condition"], "help": {"short": "Port condition that needs to be matched."}, "args": [{"type": "object", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "options": ["destination-ports"], "help": {"short": "List of the destination ports that need to be matched."}, "args": [{"type": "string", "var": "@ControlPlaneAclPortCondition_create.portMatchType", "options": ["port-match-type"], "help": {"short": "Port match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}, {"name": "range", "value": "range"}]}}, {"type": "array", "var": "@ControlPlaneAclPortCondition_create.ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched. Possible values: 1234, 1234-1235, 1234,1235,1236"}, "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_create"}, {"type": "@ControlPlaneAclPortCondition_create", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts", "options": ["source-ports"], "help": {"short": "List of the ports that need to be matched."}}]}, {"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes", "options": ["protocol-types"], "help": {"short": "Protocols that need to be matched."}}, {"type": "object", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "options": ["ttl-match-condition"], "help": {"short": "TTL [Time To Live] values that need to be matched."}, "args": [{"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "options": ["ttl-match-type"], "help": {"short": "TTL [Time To Live] match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}]}}, {"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue", "options": ["ttl-value"], "help": {"short": "TTL [Time To Live] values that need to be matched."}}]}]}, {"type": "string", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}}, {"type": "integer64", "var": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"type": "string", "var": "$resource.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "default": {"value": "Permit"}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$resource.properties.deviceRole", "options": ["device-role"], "group": "Properties", "help": {"short": "Device Role"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "ManagementSwitch", "value": "ManagementSwitch"}, {"name": "NPB", "value": "NPB"}, {"name": "ToR", "value": "ToR"}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"type": "object", "var": "$resource.properties.globalAccessControlListActions", "options": ["global-acl-actions", "global-access-control-list-actions"], "group": "Properties", "help": {"short": "Global Access Control List (ACL) actions"}, "args": [{"type": "string", "var": "$resource.properties.globalAccessControlListActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable or disable ACL action count."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}, {"type": "array", "var": "$resource.properties.matchConfigurations", "options": ["match-configs", "match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].counterName", "options": ["counter-name"], "help": {"short": "Name of the counter block to get match count information."}, "format": {"minLength": 1}}, {"type": "object", "var": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration", "options": ["police-rate-configuration"], "help": {"short": "Police rate configuration"}, "args": [{"type": "object", "var": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "options": ["bit-rate"], "help": {"short": "Rate limit in bits per second."}, "args": [{"type": "integer64", "var": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate", "options": ["rate"], "help": {"short": "Bitrate."}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "options": ["unit"], "help": {"short": "Bitrate unit."}, "enum": {"items": [{"name": "Gbps", "value": "Gbps"}, {"name": "Kbps", "value": "Kbps"}, {"name": "Mbps", "value": "Mbps"}, {"name": "Pps", "value": "Pps"}, {"name": "bps", "value": "bps"}]}}]}, {"type": "object", "var": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "options": ["burst-size"], "help": {"short": "Burst size in packets."}, "args": [{"type": "integer64", "var": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size", "options": ["size"], "help": {"short": "Burst size."}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "options": ["unit"], "help": {"short": "Burst size unit."}, "enum": {"items": [{"name": "Bytes", "value": "Bytes"}, {"name": "GBytes", "value": "GBytes"}, {"name": "KBytes", "value": "KBytes"}, {"name": "MBytes", "value": "MBytes"}, {"name": "Packets", "value": "Packets"}]}}]}]}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Log", "value": "Log"}, {"name": "PoliceRate", "value": "PoliceRate"}, {"name": "Remark", "value": "Remark"}]}}]}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].dscpMarkings", "options": ["dscp-markings"], "help": {"short": "List of DSCP Markings that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].etherTypes", "options": ["ether-types"], "help": {"short": "List of ether type values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].fragments", "options": ["fragments"], "help": {"short": "List of IP fragment packets that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "object", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipLengths", "options": ["ip-lengths"], "help": {"short": "List of IP Lengths that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.flags", "options": ["flags"], "help": {"short": "List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg"}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "required": true, "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "options": ["protocol-neighbors"], "help": {"short": "Protocol neighbors that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].ttlValues", "options": ["ttl-values"], "help": {"short": "List of TTL [Time To Live] values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$resource.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "AccessControlLists_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "arg": "$resource.properties.aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl", "arg": "$resource.properties.aclsUrl"}, {"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "string", "name": "configurationType", "arg": "$resource.properties.configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "arg": "$resource.properties.controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$resource.properties.controlPlaneAclConfiguration[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "props": [{"type": "string", "name": "remarkComment", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment"}, {"type": "string", "name": "type", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "props": [{"type": "array", "name": "flags", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "@IcmpConfigurationProperties_create.icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_create"}, {"type": "object", "name": "ipCondition", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "props": [{"type": "object", "name": "destinationPorts", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "props": [{"type": "string", "name": "portMatchType", "arg": "@ControlPlaneAclPortCondition_create.portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "arg": "@ControlPlaneAclPortCondition_create.ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_create"}, {"type": "@ControlPlaneAclPortCondition_create", "name": "sourcePorts", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts"}]}, {"type": "string", "name": "protocolTypes", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "arg": "$resource.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "arg": "$resource.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "arg": "$resource.properties.deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "arg": "$resource.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$resource.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$resource.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$resource.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$resource.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "arg": "$resource.properties.globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "arg": "$resource.properties.globalAccessControlListActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"type": "array", "name": "matchConfigurations", "arg": "$resource.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$resource.properties.matchConfigurations[].actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "arg": "$resource.properties.matchConfigurations[].actions[].counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "arg": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "arg": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "props": [{"type": "integer64", "name": "rate", "arg": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate"}, {"type": "string", "name": "unit", "arg": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "arg": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "props": [{"type": "integer64", "name": "size", "arg": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size"}, {"type": "string", "name": "unit", "arg": "$resource.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment", "arg": "$resource.properties.matchConfigurations[].actions[].remarkComment"}, {"type": "string", "name": "type", "arg": "$resource.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$resource.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$resource.properties.matchConfigurations[].matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "arg": "$resource.properties.matchConfigurations[].matchConditions[].dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "arg": "$resource.properties.matchConfigurations[].matchConditions[].etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "arg": "$resource.properties.matchConfigurations[].matchConditions[].fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$resource.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "$resource.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "object", "name": "ipCondition", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "array", "name": "flags", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "arg": "$resource.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "arg": "$resource.properties.matchConfigurations[].matchConditions[].protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$resource.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$resource.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.aclType", "options": ["acl-type"], "group": "Properties", "help": {"short": "Access Control List (ACL) Type"}, "enum": {"items": [{"name": "ControlPlaneAcl", "value": "ControlPlaneAcl"}, {"name": "ControlPlaneTrafficPolicy", "value": "ControlPlaneTrafficPolicy"}, {"name": "Management", "value": "Management"}, {"name": "Tenant", "value": "Tenant"}]}}, {"nullable": true, "type": "string", "var": "$properties.properties.aclsUrl", "options": ["acls-url"], "group": "Properties", "help": {"short": "Access Control List file URL."}}, {"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$properties.properties.configurationType", "options": ["configuration-type"], "group": "Properties", "help": {"short": "Input method to configure Access Control List."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"nullable": true, "type": "array", "var": "$properties.properties.controlPlaneAclConfiguration", "options": ["cp-acl-config", "control-plane-acl-configuration"], "group": "Properties", "help": {"short": "Access Control List (ACL) configurations."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address Type. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations", "options": ["match-configurations"], "help": {"short": "Access Control List (ACL) match configurations."}, "item": {"type": "object", "args": [{"type": "object", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "options": ["action"], "help": {"short": "Action that need to be performed for the matched conditions."}, "args": [{"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}, {"name": "Remark", "value": "Remark"}]}}]}, {"type": "object", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "options": ["match-condition"], "help": {"short": "Match conditions"}, "args": [{"type": "array", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "options": ["flags"], "help": {"short": "Flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established"}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "@IcmpConfigurationPatchProperties_update.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "item": {"type": "string"}}], "cls": "IcmpConfigurationPatchProperties_update"}, {"type": "object", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix", "options": ["destination-ip-prefix"], "help": {"short": "List of the destination IP addresses that need to be matched."}}, {"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix", "options": ["source-ip-prefix"], "help": {"short": "List of the source IP addresses that need to be matched."}}]}, {"type": "object", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "options": ["port-condition"], "help": {"short": "Port condition that needs to be matched."}, "args": [{"type": "object", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "options": ["destination-ports"], "help": {"short": "List of the destination ports that need to be matched."}, "args": [{"type": "string", "var": "@ControlPlaneAclPortCondition_update.portMatchType", "options": ["port-match-type"], "help": {"short": "Port match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}, {"name": "range", "value": "range"}]}}, {"type": "array", "var": "@ControlPlaneAclPortCondition_update.ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched. Possible values: 1234, 1234-1235, 1234,1235,1236"}, "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_update"}, {"type": "@ControlPlaneAclPortCondition_update", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts", "options": ["source-ports"], "help": {"short": "List of the ports that need to be matched."}}]}, {"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes", "options": ["protocol-types"], "help": {"short": "Protocols that need to be matched."}}, {"type": "object", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "options": ["ttl-match-condition"], "help": {"short": "TTL [Time To Live] values that need to be matched."}, "args": [{"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "options": ["ttl-match-type"], "help": {"short": "TTL [Time To Live] match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}]}}, {"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue", "options": ["ttl-value"], "help": {"short": "TTL [Time To Live] values that need to be matched."}}]}]}, {"type": "string", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}}, {"type": "integer64", "var": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"nullable": true, "type": "string", "var": "$properties.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "string", "var": "$properties.properties.deviceRole", "options": ["device-role"], "group": "Properties", "help": {"short": "Device Role"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "ManagementSwitch", "value": "ManagementSwitch"}, {"name": "NPB", "value": "NPB"}, {"name": "ToR", "value": "ToR"}]}}, {"nullable": true, "type": "array", "var": "$properties.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "var": "$properties.properties.globalAccessControlListActions", "options": ["global-acl-actions", "global-access-control-list-actions"], "group": "Properties", "help": {"short": "Global Access Control List (ACL) actions"}, "args": [{"type": "string", "var": "$properties.properties.globalAccessControlListActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable or disable ACL action count."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}, {"nullable": true, "type": "array", "var": "$properties.properties.matchConfigurations", "options": ["match-configs", "match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].counterName", "options": ["counter-name"], "help": {"short": "Name of the counter block to get match count information."}, "format": {"minLength": 1}}, {"type": "object", "var": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration", "options": ["police-rate-configuration"], "help": {"short": "Police rate configuration"}, "args": [{"type": "object", "var": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "options": ["bit-rate"], "help": {"short": "Rate limit in bits per second."}, "args": [{"type": "integer64", "var": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate", "options": ["rate"], "help": {"short": "Bitrate."}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "options": ["unit"], "help": {"short": "Bitrate unit."}, "enum": {"items": [{"name": "Gbps", "value": "Gbps"}, {"name": "Kbps", "value": "Kbps"}, {"name": "Mbps", "value": "Mbps"}, {"name": "Pps", "value": "Pps"}, {"name": "bps", "value": "bps"}]}}]}, {"type": "object", "var": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "options": ["burst-size"], "help": {"short": "Burst size in packets."}, "args": [{"type": "integer64", "var": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size", "options": ["size"], "help": {"short": "Burst size."}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "options": ["unit"], "help": {"short": "Burst size unit."}, "enum": {"items": [{"name": "Bytes", "value": "Bytes"}, {"name": "GBytes", "value": "GBytes"}, {"name": "KBytes", "value": "KBytes"}, {"name": "MBytes", "value": "MBytes"}, {"name": "Packets", "value": "Packets"}]}}]}]}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Log", "value": "Log"}, {"name": "PoliceRate", "value": "PoliceRate"}, {"name": "Remark", "value": "Remark"}]}}]}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].dscpMarkings", "options": ["dscp-markings"], "help": {"short": "List of DSCP Markings that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].etherTypes", "options": ["ether-types"], "help": {"short": "List of ether type values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].fragments", "options": ["fragments"], "help": {"short": "List of IP fragment packets that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "item": {"type": "string"}}]}, {"type": "object", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipLengths", "options": ["ip-lengths"], "help": {"short": "List of IP Lengths that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.flags", "options": ["flags"], "help": {"short": "List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg"}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "options": ["protocol-neighbors"], "help": {"short": "Protocol neighbors that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].ttlValues", "options": ["ttl-values"], "help": {"short": "List of TTL [Time To Live] values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$properties.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "aclType", "arg": "$properties.properties.aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"nullable": true, "type": "string", "name": "aclsUrl", "arg": "$properties.properties.aclsUrl"}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "string", "name": "configurationType", "arg": "$properties.properties.configurationType", "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"nullable": true, "type": "array", "name": "controlPlaneAclConfiguration", "arg": "$properties.properties.controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$properties.properties.controlPlaneAclConfiguration[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations", "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "props": [{"type": "string", "name": "remarkComment", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment"}, {"type": "string", "name": "type", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "props": [{"type": "array", "name": "flags", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "@IcmpConfigurationPatchProperties_update.icmpTypes", "item": {"type": "string"}}], "cls": "IcmpConfigurationPatchProperties_update"}, {"type": "object", "name": "ipCondition", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "props": [{"type": "object", "name": "destinationPorts", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "props": [{"type": "string", "name": "portMatchType", "arg": "@ControlPlaneAclPortCondition_update.portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "arg": "@ControlPlaneAclPortCondition_update.ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_update"}, {"type": "@ControlPlaneAclPortCondition_update", "name": "sourcePorts", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts"}]}, {"type": "string", "name": "protocolTypes", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "arg": "$properties.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"nullable": true, "type": "string", "name": "defaultAction", "arg": "$properties.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "string", "name": "deviceRole", "arg": "$properties.properties.deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"nullable": true, "type": "array", "name": "dynamicMatchConfigurations", "arg": "$properties.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$properties.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$properties.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$properties.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$properties.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "name": "globalAccessControlListActions", "arg": "$properties.properties.globalAccessControlListActions", "props": [{"type": "string", "name": "enableCount", "arg": "$properties.properties.globalAccessControlListActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"nullable": true, "type": "array", "name": "matchConfigurations", "arg": "$properties.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$properties.properties.matchConfigurations[].actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "arg": "$properties.properties.matchConfigurations[].actions[].counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "arg": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "arg": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "props": [{"type": "integer64", "name": "rate", "arg": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate"}, {"type": "string", "name": "unit", "arg": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "arg": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "props": [{"type": "integer64", "name": "size", "arg": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size"}, {"type": "string", "name": "unit", "arg": "$properties.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment", "arg": "$properties.properties.matchConfigurations[].actions[].remarkComment"}, {"type": "string", "name": "type", "arg": "$properties.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$properties.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$properties.properties.matchConfigurations[].matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "arg": "$properties.properties.matchConfigurations[].matchConditions[].dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "arg": "$properties.properties.matchConfigurations[].matchConditions[].etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "arg": "$properties.properties.matchConfigurations[].matchConditions[].fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$properties.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "$properties.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "item": {"type": "string"}}]}, {"type": "object", "name": "ipCondition", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "array", "name": "flags", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "arg": "$properties.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "arg": "$properties.properties.matchConfigurations[].matchConditions[].protocolTypes", "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$properties.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$properties.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml index 310056e77..d6ffb6eab 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml @@ -498,19 +498,8 @@ - - - - - - - - - - - - + @@ -519,39 +508,39 @@ - + - + - + - + - + - + - + - + - + @@ -560,14 +549,14 @@ - + - + - + @@ -575,18 +564,18 @@ - + - + - + - + - + @@ -603,16 +592,16 @@ - + - + - + - + @@ -621,15 +610,15 @@ - + - + - + @@ -637,7 +626,7 @@ - + @@ -645,7 +634,7 @@ - + @@ -654,51 +643,51 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -706,9 +695,9 @@ - + - + @@ -717,26 +706,26 @@ - + - + - + - + - + - + - + @@ -747,12 +736,12 @@ - + - + - + @@ -764,10 +753,10 @@ - + - + @@ -779,60 +768,60 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -841,18 +830,18 @@ - + - + - + - + @@ -860,11 +849,11 @@ - + - + @@ -872,38 +861,38 @@ - + - + - + - + - + - + - + - + @@ -911,17 +900,28 @@ - + - + + + + + + + + + + + + @@ -943,10 +943,10 @@ - - + + - + @@ -954,28 +954,28 @@ - - - + + + - + - + - + - - - + + + @@ -983,23 +983,23 @@ - - + + - + - - - + + + - - + + @@ -1013,11 +1013,11 @@ - + - - - + + + @@ -1025,25 +1025,25 @@ - + - - + + - + - + @@ -1051,49 +1051,49 @@ - + - + - + - + - + - + - + - + - + - + - + - - + + @@ -1101,19 +1101,19 @@ - + - + - + - - - - + + + + @@ -1123,9 +1123,9 @@ - - - + + + @@ -1136,8 +1136,8 @@ - - + + @@ -1148,49 +1148,49 @@ - + - + - + - + - + - - + + - - + + - + - + - + @@ -1198,72 +1198,72 @@ - + - - + + - + - + - + - + - + - + - + - - + + - + - + - + - + - + @@ -1691,16 +1691,8 @@ - - - - - - - - - + @@ -1709,38 +1701,38 @@ - + - + - + - + - + - + - + - + - + @@ -1749,31 +1741,31 @@ - + - + - + - + - + - + - + - + @@ -1790,16 +1782,16 @@ - + - + - + - + @@ -1808,15 +1800,15 @@ - + - + - + @@ -1824,14 +1816,14 @@ - + - + @@ -1840,51 +1832,51 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -1892,9 +1884,9 @@ - + - + @@ -1902,26 +1894,26 @@ - + - + - + - + - + - + - + @@ -1932,12 +1924,12 @@ - + - + - + @@ -1949,10 +1941,10 @@ - + - + @@ -1964,57 +1956,57 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -2023,18 +2015,18 @@ - + - + - + - + @@ -2042,11 +2034,11 @@ - + - + @@ -2054,51 +2046,57 @@ - + - + - + - + - + - + - + - + - + - + + + + + + + @@ -2121,9 +2119,9 @@ - + - + @@ -2131,27 +2129,27 @@ - - - + + + - + - + - + - - - + + + @@ -2159,21 +2157,21 @@ - - + + - + - - - + + + - - + + @@ -2187,11 +2185,11 @@ - + - - - + + + @@ -2199,24 +2197,24 @@ - + - - + + - + - + @@ -2224,68 +2222,68 @@ - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - - - - + + + + @@ -2295,9 +2293,9 @@ - - - + + + @@ -2308,8 +2306,8 @@ - - + + @@ -2320,46 +2318,46 @@ - + - + - + - + - + - - + + - - + + - + - + - + @@ -2367,68 +2365,68 @@ - + - - + + - + - + - + - + - + - + - + - - + + - + - + - + - + - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.json new file mode 100644 index 000000000..3b53d5f26 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric acl", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "AccessControlLists_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "TerminalServer"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.aclType", "options": ["acl-type"], "group": "Properties", "help": {"short": "Access Control List (ACL) Type"}, "enum": {"items": [{"name": "ControlPlaneAcl", "value": "ControlPlaneAcl"}, {"name": "ControlPlaneTrafficPolicy", "value": "ControlPlaneTrafficPolicy"}, {"name": "Management", "value": "Management"}, {"name": "Tenant", "value": "Tenant"}]}}, {"type": "string", "var": "$body.properties.aclsUrl", "options": ["acls-url"], "group": "Properties", "help": {"short": "Access Control List file URL."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "required": true, "group": "Properties", "help": {"short": "Input method to configure Access Control List."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"type": "array", "var": "$body.properties.controlPlaneAclConfiguration", "options": ["cp-acl-config", "control-plane-acl-configuration"], "group": "Properties", "help": {"short": "Access Control List (ACL) configurations."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address Type. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "options": ["match-configurations"], "help": {"short": "Access Control List (ACL) match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "options": ["action"], "help": {"short": "Action that need to be performed for the matched conditions."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}, {"name": "Remark", "value": "Remark"}]}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "options": ["match-condition"], "help": {"short": "Match conditions"}, "args": [{"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "options": ["flags"], "help": {"short": "Flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established"}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "@IcmpConfigurationProperties_create.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_create"}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix", "options": ["destination-ip-prefix"], "help": {"short": "List of the destination IP addresses that need to be matched."}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix", "options": ["source-ip-prefix"], "help": {"short": "List of the source IP addresses that need to be matched."}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "options": ["port-condition"], "help": {"short": "Port condition that needs to be matched."}, "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "options": ["destination-ports"], "help": {"short": "List of the destination ports that need to be matched."}, "args": [{"type": "string", "var": "@ControlPlaneAclPortCondition_create.portMatchType", "options": ["port-match-type"], "help": {"short": "Port match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}, {"name": "range", "value": "range"}]}}, {"type": "array", "var": "@ControlPlaneAclPortCondition_create.ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched. Possible values: 1234, 1234-1235, 1234,1235,1236"}, "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_create"}, {"type": "@ControlPlaneAclPortCondition_create", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts", "options": ["source-ports"], "help": {"short": "List of the ports that need to be matched."}}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes", "options": ["protocol-types"], "help": {"short": "Protocols that need to be matched."}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "options": ["ttl-match-condition"], "help": {"short": "TTL [Time To Live] values that need to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "options": ["ttl-match-type"], "help": {"short": "TTL [Time To Live] match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}]}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue", "options": ["ttl-value"], "help": {"short": "TTL [Time To Live] values that need to be matched."}}]}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}}, {"type": "integer64", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "default": {"value": "Permit"}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$body.properties.deviceRole", "options": ["device-role"], "group": "Properties", "help": {"short": "Device Role"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "ManagementSwitch", "value": "ManagementSwitch"}, {"name": "NPB", "value": "NPB"}, {"name": "TerminalServer", "value": "TerminalServer"}, {"name": "ToR", "value": "ToR"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"type": "object", "var": "$body.properties.globalAccessControlListActions", "options": ["global-acl-actions", "global-access-control-list-actions"], "group": "Properties", "help": {"short": "Global Access Control List (ACL) actions"}, "args": [{"type": "string", "var": "$body.properties.globalAccessControlListActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable or disable ACL action count."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}, {"type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configs", "match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].actions[].counterName", "options": ["counter-name"], "help": {"short": "Name of the counter block to get match count information."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "options": ["police-rate-configuration"], "help": {"short": "Police rate configuration"}, "args": [{"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "options": ["bit-rate"], "help": {"short": "Rate limit in bits per second."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate", "options": ["rate"], "help": {"short": "Bitrate."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "options": ["unit"], "help": {"short": "Bitrate unit."}, "enum": {"items": [{"name": "Gbps", "value": "Gbps"}, {"name": "Kbps", "value": "Kbps"}, {"name": "Mbps", "value": "Mbps"}, {"name": "Pps", "value": "Pps"}, {"name": "bps", "value": "bps"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "options": ["burst-size"], "help": {"short": "Burst size in packets."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size", "options": ["size"], "help": {"short": "Burst size."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "options": ["unit"], "help": {"short": "Burst size unit."}, "enum": {"items": [{"name": "Bytes", "value": "Bytes"}, {"name": "GBytes", "value": "GBytes"}, {"name": "KBytes", "value": "KBytes"}, {"name": "MBytes", "value": "MBytes"}, {"name": "Packets", "value": "Packets"}]}}]}]}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Log", "value": "Log"}, {"name": "PoliceRate", "value": "PoliceRate"}, {"name": "Remark", "value": "Remark"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "options": ["dscp-markings"], "help": {"short": "List of DSCP Markings that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "options": ["ether-types"], "help": {"short": "List of ether type values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].fragments", "options": ["fragments"], "help": {"short": "List of IP fragment packets that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "options": ["ip-lengths"], "help": {"short": "List of IP Lengths that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "options": ["flags"], "help": {"short": "List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg"}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "required": true, "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "options": ["protocol-neighbors"], "help": {"short": "Protocol neighbors that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "options": ["ttl-values"], "help": {"short": "List of TTL [Time To Live] values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "AccessControlLists_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "arg": "$body.properties.aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl", "arg": "$body.properties.aclsUrl"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "props": [{"type": "string", "name": "remarkComment", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "@IcmpConfigurationProperties_create.icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_create"}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "props": [{"type": "object", "name": "destinationPorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "props": [{"type": "string", "name": "portMatchType", "arg": "@ControlPlaneAclPortCondition_create.portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "arg": "@ControlPlaneAclPortCondition_create.ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_create"}, {"type": "@ControlPlaneAclPortCondition_create", "name": "sourcePorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts"}]}, {"type": "string", "name": "protocolTypes", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "arg": "$body.properties.deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "TerminalServer"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "arg": "$body.properties.globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "arg": "$body.properties.globalAccessControlListActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "arg": "$body.properties.matchConfigurations[].actions[].counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "props": [{"type": "integer64", "name": "rate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "props": [{"type": "integer64", "name": "size", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment", "arg": "$body.properties.matchConfigurations[].actions[].remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "arg": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "arg": "$body.properties.matchConfigurations[].matchConditions[].fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "TerminalServer"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.aclType", "options": ["acl-type"], "group": "Properties", "help": {"short": "Access Control List (ACL) Type"}, "enum": {"items": [{"name": "ControlPlaneAcl", "value": "ControlPlaneAcl"}, {"name": "ControlPlaneTrafficPolicy", "value": "ControlPlaneTrafficPolicy"}, {"name": "Management", "value": "Management"}, {"name": "Tenant", "value": "Tenant"}]}}, {"nullable": true, "type": "string", "var": "$body.properties.aclsUrl", "options": ["acls-url"], "group": "Properties", "help": {"short": "Access Control List file URL."}}, {"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "group": "Properties", "help": {"short": "Input method to configure Access Control List."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.controlPlaneAclConfiguration", "options": ["cp-acl-config", "control-plane-acl-configuration"], "group": "Properties", "help": {"short": "Access Control List (ACL) configurations."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address Type. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "options": ["match-configurations"], "help": {"short": "Access Control List (ACL) match configurations."}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "options": ["action"], "help": {"short": "Action that need to be performed for the matched conditions."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}, {"name": "Remark", "value": "Remark"}]}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "options": ["match-condition"], "help": {"short": "Match conditions"}, "args": [{"type": "array", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "options": ["flags"], "help": {"short": "Flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established"}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "@IcmpConfigurationPatchProperties_update.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "item": {"type": "string"}}], "cls": "IcmpConfigurationPatchProperties_update"}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix", "options": ["destination-ip-prefix"], "help": {"short": "List of the destination IP addresses that need to be matched."}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix", "options": ["source-ip-prefix"], "help": {"short": "List of the source IP addresses that need to be matched."}}]}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "options": ["port-condition"], "help": {"short": "Port condition that needs to be matched."}, "args": [{"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "options": ["destination-ports"], "help": {"short": "List of the destination ports that need to be matched."}, "args": [{"type": "string", "var": "@ControlPlaneAclPortCondition_update.portMatchType", "options": ["port-match-type"], "help": {"short": "Port match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}, {"name": "range", "value": "range"}]}}, {"type": "array", "var": "@ControlPlaneAclPortCondition_update.ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched. Possible values: 1234, 1234-1235, 1234,1235,1236"}, "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_update"}, {"type": "@ControlPlaneAclPortCondition_update", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts", "options": ["source-ports"], "help": {"short": "List of the ports that need to be matched."}}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes", "options": ["protocol-types"], "help": {"short": "Protocols that need to be matched."}}, {"type": "object", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "options": ["ttl-match-condition"], "help": {"short": "TTL [Time To Live] values that need to be matched."}, "args": [{"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "options": ["ttl-match-type"], "help": {"short": "TTL [Time To Live] match type. Example: eq | neq | gt | lt | range"}, "enum": {"items": [{"name": "eq", "value": "eq"}, {"name": "gt", "value": "gt"}, {"name": "lt", "value": "lt"}, {"name": "neq", "value": "neq"}]}}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue", "options": ["ttl-value"], "help": {"short": "TTL [Time To Live] values that need to be matched."}}]}]}, {"type": "string", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}}, {"type": "integer64", "var": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"nullable": true, "type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "string", "var": "$body.properties.deviceRole", "options": ["device-role"], "group": "Properties", "help": {"short": "Device Role"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "ManagementSwitch", "value": "ManagementSwitch"}, {"name": "NPB", "value": "NPB"}, {"name": "TerminalServer", "value": "TerminalServer"}, {"name": "ToR", "value": "ToR"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "var": "$body.properties.globalAccessControlListActions", "options": ["global-acl-actions", "global-access-control-list-actions"], "group": "Properties", "help": {"short": "Global Access Control List (ACL) actions"}, "args": [{"type": "string", "var": "$body.properties.globalAccessControlListActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable or disable ACL action count."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}, {"nullable": true, "type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configs", "match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].actions[].counterName", "options": ["counter-name"], "help": {"short": "Name of the counter block to get match count information."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "options": ["police-rate-configuration"], "help": {"short": "Police rate configuration"}, "args": [{"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "options": ["bit-rate"], "help": {"short": "Rate limit in bits per second."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate", "options": ["rate"], "help": {"short": "Bitrate."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "options": ["unit"], "help": {"short": "Bitrate unit."}, "enum": {"items": [{"name": "Gbps", "value": "Gbps"}, {"name": "Kbps", "value": "Kbps"}, {"name": "Mbps", "value": "Mbps"}, {"name": "Pps", "value": "Pps"}, {"name": "bps", "value": "bps"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "options": ["burst-size"], "help": {"short": "Burst size in packets."}, "args": [{"type": "integer64", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size", "options": ["size"], "help": {"short": "Burst size."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "options": ["unit"], "help": {"short": "Burst size unit."}, "enum": {"items": [{"name": "Bytes", "value": "Bytes"}, {"name": "GBytes", "value": "GBytes"}, {"name": "KBytes", "value": "KBytes"}, {"name": "MBytes", "value": "MBytes"}, {"name": "Packets", "value": "Packets"}]}}]}]}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].remarkComment", "options": ["remark-comment"], "help": {"short": "Remark comment"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Log", "value": "Log"}, {"name": "PoliceRate", "value": "PoliceRate"}, {"name": "Remark", "value": "Remark"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "options": ["dscp-markings"], "help": {"short": "List of DSCP Markings that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "options": ["ether-types"], "help": {"short": "List of ether type values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].fragments", "options": ["fragments"], "help": {"short": "List of IP fragment packets that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "options": ["icmp-configuration"], "help": {"short": "Internet Control Message Protocol (ICMP) configuration"}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "options": ["icmp-types"], "help": {"short": "Internet Control Message Protocol (ICMP) types"}, "item": {"type": "string"}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "options": ["ip-lengths"], "help": {"short": "List of IP Lengths that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "options": ["flags"], "help": {"short": "List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg"}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "options": ["protocol-neighbors"], "help": {"short": "Protocol neighbors that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "options": ["ttl-values"], "help": {"short": "List of TTL [Time To Live] values that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "aclType", "arg": "$body.properties.aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"nullable": true, "type": "string", "name": "aclsUrl", "arg": "$body.properties.aclsUrl"}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"nullable": true, "type": "array", "name": "controlPlaneAclConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.controlPlaneAclConfiguration[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations", "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action", "props": [{"type": "string", "name": "remarkComment", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].action.type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.flags", "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "@IcmpConfigurationPatchProperties_update.icmpTypes", "item": {"type": "string"}}], "cls": "IcmpConfigurationPatchProperties_update"}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ipCondition.sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition", "props": [{"type": "object", "name": "destinationPorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.destinationPorts", "props": [{"type": "string", "name": "portMatchType", "arg": "@ControlPlaneAclPortCondition_update.portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "arg": "@ControlPlaneAclPortCondition_update.ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_update"}, {"type": "@ControlPlaneAclPortCondition_update", "name": "sourcePorts", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.portCondition.sourcePorts"}]}, {"type": "string", "name": "protocolTypes", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchCondition.ttlMatchCondition.ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.controlPlaneAclConfiguration[].matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"nullable": true, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "string", "name": "deviceRole", "arg": "$body.properties.deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "TerminalServer"}, {"value": "ToR"}]}}, {"nullable": true, "type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "name": "globalAccessControlListActions", "arg": "$body.properties.globalAccessControlListActions", "props": [{"type": "string", "name": "enableCount", "arg": "$body.properties.globalAccessControlListActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"nullable": true, "type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "arg": "$body.properties.matchConfigurations[].actions[].counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate", "props": [{"type": "integer64", "name": "rate", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.rate"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.bitRate.unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize", "props": [{"type": "integer64", "name": "size", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.size"}, {"type": "string", "name": "unit", "arg": "$body.properties.matchConfigurations[].actions[].policeRateConfiguration.burstSize.unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment", "arg": "$body.properties.matchConfigurations[].actions[].remarkComment"}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "arg": "$body.properties.matchConfigurations[].matchConditions[].dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "arg": "$body.properties.matchConfigurations[].matchConditions[].fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].icmpConfiguration.icmpTypes", "item": {"type": "string"}}]}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "array", "name": "flags", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "aclType", "enum": {"items": [{"value": "ControlPlaneAcl"}, {"value": "ControlPlaneTrafficPolicy"}, {"value": "Management"}, {"value": "Tenant"}]}}, {"type": "string", "name": "aclsUrl"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "controlPlaneAclConfiguration", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "object", "name": "action", "props": [{"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}, {"value": "Remark"}]}}]}, {"type": "object", "name": "matchCondition", "props": [{"type": "array", "name": "flags", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "icmpConfiguration", "props": [{"type": "array", "name": "icmpTypes", "format": {"minLength": 1}, "item": {"type": "string"}}], "cls": "IcmpConfigurationProperties_read"}, {"type": "object", "name": "ipCondition", "props": [{"type": "string", "name": "destinationIpPrefix"}, {"type": "string", "name": "sourceIpPrefix"}]}, {"type": "object", "name": "portCondition", "props": [{"type": "object", "name": "destinationPorts", "props": [{"type": "string", "name": "portMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}, {"value": "range"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}], "cls": "ControlPlaneAclPortCondition_read"}, {"type": "@ControlPlaneAclPortCondition_read", "name": "sourcePorts"}]}, {"type": "string", "name": "protocolTypes"}, {"type": "object", "name": "ttlMatchCondition", "props": [{"type": "string", "name": "ttlMatchType", "enum": {"items": [{"value": "eq"}, {"value": "gt"}, {"value": "lt"}, {"value": "neq"}]}}, {"type": "string", "name": "ttlValue"}]}]}, {"type": "string", "name": "matchConfigurationName"}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}]}}, {"default": {"value": "Permit"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "deviceRole", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "TerminalServer"}, {"value": "ToR"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalAccessControlListActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "counterName", "format": {"minLength": 1}}, {"type": "object", "name": "policeRateConfiguration", "props": [{"type": "object", "name": "bitRate", "props": [{"type": "integer64", "name": "rate"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Gbps"}, {"value": "Kbps"}, {"value": "Mbps"}, {"value": "Pps"}, {"value": "bps"}]}}]}, {"type": "object", "name": "burstSize", "props": [{"type": "integer64", "name": "size"}, {"type": "string", "name": "unit", "enum": {"items": [{"value": "Bytes"}, {"value": "GBytes"}, {"value": "KBytes"}, {"value": "MBytes"}, {"value": "Packets"}]}}]}]}, {"type": "string", "name": "remarkComment"}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Log"}, {"value": "PoliceRate"}, {"value": "Remark"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "dscpMarkings", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "etherTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "fragments", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "@IcmpConfigurationProperties_read", "name": "icmpConfiguration"}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "array", "name": "ipLengths", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "portCondition", "props": [{"type": "array", "name": "flags", "item": {"type": "string"}}, {"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolNeighbors", "item": {"type": "string"}}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ttlValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..d9ff42fe9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml @@ -0,0 +1,2872 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.json new file mode 100644 index 000000000..d83c4c517 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9L3Jlc3luYw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric acl", "commands": [{"name": "resync", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9L3Jlc3luYw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name", "access-control-list-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_Resync", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}/resync", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.xml new file mode 100644 index 000000000..9aed6faaa --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json new file mode 100644 index 000000000..67abce1dd --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric acl", "commands": [{"name": "update-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name", "access-control-list-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..9d20df8d5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json new file mode 100644 index 000000000..fba5b2a5b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric acl", "commands": [{"name": "validate-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvYWNjZXNzQ29udHJvbExpc3RzL3thY2Nlc3NDb250cm9sTGlzdE5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accessControlListName", "options": ["resource-name", "access-control-list-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Access Control List."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AccessControlLists_ValidateConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}/validateConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "accessControlListName", "arg": "$Path.accessControlListName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "url"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml new file mode 100644 index 000000000..61e6cf51d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.md new file mode 100644 index 000000000..80f263efd --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/internetgatewayrules 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcw==/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.json index 9a3cdd5b5..ba381b841 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric internetgatewayrule", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternetGatewayRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGatewayRules_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.ruleProperties", "options": ["rule-properties"], "required": true, "group": "Properties", "help": {"short": "Rules for the InternetGateways"}, "args": [{"type": "string", "var": "$body.properties.ruleProperties.action", "options": ["action"], "required": true, "help": {"short": "Specify action."}, "enum": {"items": [{"name": "Allow", "value": "Allow"}, {"name": "Deny", "value": "Deny"}]}}, {"type": "array", "var": "$body.properties.ruleProperties.addressList", "options": ["address-list"], "help": {"short": "List of Addresses to be allowed or denied."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.ruleProperties.condition", "options": ["condition"], "help": {"short": "Specify rule condition."}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}, {"type": "array", "var": "$body.properties.ruleProperties.destinationAddressList", "options": ["destination-address-list"], "help": {"short": "List of Addresses to be allowed or denied."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.ruleProperties.headerAddressList", "options": ["header-address-list"], "help": {"short": "List of header Name and source addresses associated with the header."}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.ruleProperties.headerAddressList[].addressList", "options": ["address-list"], "help": {"short": "List of source remote IP to be allowed or denied."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.ruleProperties.headerAddressList[].headerName", "options": ["header-name"], "help": {"short": "Name of the header."}}]}}, {"type": "array", "var": "$body.properties.ruleProperties.sourceAddressList", "options": ["source-address-list"], "help": {"short": "List of source IPv4 and IPv6 address to be allowed or denied."}, "item": {"type": "string"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternetGatewayRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "ruleProperties", "arg": "$body.properties.ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "arg": "$body.properties.ruleProperties.action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "arg": "$body.properties.ruleProperties.addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "arg": "$body.properties.ruleProperties.condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "arg": "$body.properties.ruleProperties.destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "arg": "$body.properties.ruleProperties.headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "arg": "$body.properties.ruleProperties.headerAddressList[].addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName", "arg": "$body.properties.ruleProperties.headerAddressList[].headerName"}]}}, {"type": "array", "name": "sourceAddressList", "arg": "$body.properties.ruleProperties.sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGatewayRules_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric internetgatewayrule", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternetGatewayRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGatewayRules_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.ruleProperties", "options": ["rule-properties"], "required": true, "group": "Properties", "help": {"short": "Rules for the InternetGateways"}, "args": [{"type": "string", "var": "$resource.properties.ruleProperties.action", "options": ["action"], "required": true, "help": {"short": "Specify action."}, "enum": {"items": [{"name": "Allow", "value": "Allow"}, {"name": "Deny", "value": "Deny"}]}}, {"type": "array", "var": "$resource.properties.ruleProperties.addressList", "options": ["address-list"], "help": {"short": "List of Addresses to be allowed or denied."}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.ruleProperties.condition", "options": ["condition"], "help": {"short": "Specify rule condition."}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}, {"type": "array", "var": "$resource.properties.ruleProperties.destinationAddressList", "options": ["destination-address-list"], "help": {"short": "List of Addresses to be allowed or denied."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.ruleProperties.headerAddressList", "options": ["header-address-list"], "help": {"short": "List of header Name and source addresses associated with the header."}, "item": {"type": "object", "args": [{"type": "array", "var": "$resource.properties.ruleProperties.headerAddressList[].addressList", "options": ["address-list"], "help": {"short": "List of source remote IP to be allowed or denied."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.ruleProperties.headerAddressList[].headerName", "options": ["header-name"], "help": {"short": "Name of the header."}}]}}, {"type": "array", "var": "$resource.properties.ruleProperties.sourceAddressList", "options": ["source-address-list"], "help": {"short": "List of source IPv4 and IPv6 address to be allowed or denied."}, "item": {"type": "string"}}]}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternetGatewayRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "object", "name": "ruleProperties", "arg": "$resource.properties.ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "arg": "$resource.properties.ruleProperties.action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "arg": "$resource.properties.ruleProperties.addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "arg": "$resource.properties.ruleProperties.condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "arg": "$resource.properties.ruleProperties.destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "arg": "$resource.properties.ruleProperties.headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "arg": "$resource.properties.ruleProperties.headerAddressList[].addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName", "arg": "$resource.properties.ruleProperties.headerAddressList[].headerName"}]}}, {"type": "array", "name": "sourceAddressList", "arg": "$resource.properties.ruleProperties.sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGatewayRules_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.xml index 3f071cd0c..f63a9008d 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2025-07-15.xml @@ -192,64 +192,64 @@ - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + @@ -271,44 +271,44 @@ - - + + - - - + + + - + - + - + - + - + - + - + - + @@ -430,8 +430,8 @@ - - + + @@ -459,8 +459,8 @@ - - + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..70a5f0050 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internetgatewayrule", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternetGatewayRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGatewayRules_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.ruleProperties", "options": ["rule-properties"], "required": true, "group": "Properties", "help": {"short": "Rules for the InternetGateways"}, "args": [{"type": "string", "var": "$body.properties.ruleProperties.action", "options": ["action"], "required": true, "help": {"short": "Specify action."}, "enum": {"items": [{"name": "Allow", "value": "Allow"}, {"name": "Deny", "value": "Deny"}]}}, {"type": "array", "var": "$body.properties.ruleProperties.addressList", "options": ["address-list"], "help": {"short": "List of Addresses to be allowed or denied."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.ruleProperties.condition", "options": ["condition"], "help": {"short": "Specify rule condition."}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}, {"type": "array", "var": "$body.properties.ruleProperties.destinationAddressList", "options": ["destination-address-list"], "help": {"short": "List of Addresses to be allowed or denied."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.ruleProperties.headerAddressList", "options": ["header-address-list"], "help": {"short": "List of header Name and source addresses associated with the header."}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.ruleProperties.headerAddressList[].addressList", "options": ["address-list"], "help": {"short": "List of source remote IP to be allowed or denied."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.ruleProperties.headerAddressList[].headerName", "options": ["header-name"], "help": {"short": "Name of the header."}}]}}, {"type": "array", "var": "$body.properties.ruleProperties.sourceAddressList", "options": ["source-address-list"], "help": {"short": "List of source IPv4 and IPv6 address to be allowed or denied."}, "item": {"type": "string"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternetGatewayRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "ruleProperties", "arg": "$body.properties.ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "arg": "$body.properties.ruleProperties.action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "arg": "$body.properties.ruleProperties.addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "arg": "$body.properties.ruleProperties.condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "arg": "$body.properties.ruleProperties.destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "arg": "$body.properties.ruleProperties.headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "arg": "$body.properties.ruleProperties.headerAddressList[].addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName", "arg": "$body.properties.ruleProperties.headerAddressList[].headerName"}]}}, {"type": "array", "name": "sourceAddressList", "arg": "$body.properties.ruleProperties.sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgatewayrules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5UnVsZXMve2ludGVybmV0R2F0ZXdheVJ1bGVOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGatewayRules_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internetGatewayRuleName", "arg": "$Path.internetGatewayRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "internetGatewayIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "ruleProperties", "required": true, "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Allow"}, {"value": "Deny"}]}}, {"type": "array", "name": "addressList", "item": {"type": "string"}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}, {"type": "array", "name": "destinationAddressList", "item": {"type": "string"}}, {"type": "array", "name": "headerAddressList", "item": {"type": "object", "props": [{"type": "array", "name": "addressList", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "headerName"}]}}, {"type": "array", "name": "sourceAddressList", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..31cf2487d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlydWxlcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,582 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.md new file mode 100644 index 000000000..9a9ffb5e4 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/internetgateways 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlz/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.json index a0eaeabdf..edbd1b8de 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric internetgateway", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternetGateways_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGateways_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.internetGatewayRuleId", "options": ["gateway-rule-id", "internet-gateway-rule-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the Internet Gateway Rule."}}, {"type": "string", "var": "$body.properties.internetGatewayType", "options": ["internet-gateway-type"], "group": "Properties", "help": {"short": "Gateway Type of the resource."}, "enum": {"items": [{"name": "Infrastructure", "value": "Infrastructure"}, {"name": "Workload", "value": "Workload"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricControllerId", "options": ["nfc-id", "network-fabric-controller-id"], "required": true, "group": "Properties", "help": {"short": "Azure resource ID for the NetworkFabricController the NetworkFabric belongs."}}, {"type": "string", "var": "$body.properties.type", "options": ["type"], "group": "Properties", "help": {"short": "Gateway Type of the resource."}, "enum": {"items": [{"name": "Infrastructure", "value": "Infrastructure"}, {"name": "Workload", "value": "Workload"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternetGateways_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId", "arg": "$body.properties.internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "arg": "$body.properties.internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "arg": "$body.properties.networkFabricControllerId", "required": true}, {"type": "string", "name": "type", "arg": "$body.properties.type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.internetGatewayRuleId", "options": ["gateway-rule-id", "internet-gateway-rule-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the Internet Gateway Rule."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGateways_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId", "arg": "$body.properties.internetGatewayRuleId"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric internetgateway", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternetGateways_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGateways_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.internetGatewayRuleId", "options": ["gateway-rule-id", "internet-gateway-rule-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the Internet Gateway Rule."}}, {"type": "string", "var": "$resource.properties.internetGatewayType", "options": ["internet-gateway-type"], "group": "Properties", "help": {"short": "Gateway Type of the resource."}, "enum": {"items": [{"name": "Infrastructure", "value": "Infrastructure"}, {"name": "Workload", "value": "Workload"}]}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkFabricControllerId", "options": ["nfc-id", "network-fabric-controller-id"], "required": true, "group": "Properties", "help": {"short": "Azure resource ID for the NetworkFabricController the NetworkFabric belongs."}}, {"type": "string", "var": "$resource.properties.type", "options": ["type"], "group": "Properties", "help": {"short": "Gateway Type of the resource."}, "enum": {"items": [{"name": "Infrastructure", "value": "Infrastructure"}, {"name": "Workload", "value": "Workload"}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternetGateways_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId", "arg": "$resource.properties.internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "arg": "$resource.properties.internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "arg": "$resource.properties.networkFabricControllerId", "required": true}, {"type": "string", "name": "type", "arg": "$resource.properties.type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.internetGatewayRuleId", "options": ["gateway-rule-id", "internet-gateway-rule-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the Internet Gateway Rule."}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGateways_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId", "arg": "$properties.properties.internetGatewayRuleId"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.xml index 5bbc9aeee..b2c580f3c 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2025-07-15.xml @@ -173,35 +173,24 @@ - - - - - - - - - - - - + - + - + - + - + @@ -209,6 +198,17 @@ + + + + + + + + + + + @@ -230,26 +230,26 @@ - - + + - - - + + + - - + + - + @@ -352,19 +352,17 @@ - - + + + + + - - - - - @@ -386,11 +384,11 @@ - + - + - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.json new file mode 100644 index 000000000..0ab4bb146 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internetgateway", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternetGateways_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGateways_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.internetGatewayRuleId", "options": ["gateway-rule-id", "internet-gateway-rule-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the Internet Gateway Rule."}}, {"type": "string", "var": "$body.properties.internetGatewayType", "options": ["internet-gateway-type"], "group": "Properties", "help": {"short": "Gateway Type of the resource."}, "enum": {"items": [{"name": "Infrastructure", "value": "Infrastructure"}, {"name": "Workload", "value": "Workload"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricControllerId", "options": ["nfc-id", "network-fabric-controller-id"], "required": true, "group": "Properties", "help": {"short": "Azure resource ID for the NetworkFabricController the NetworkFabric belongs."}}, {"type": "string", "var": "$body.properties.type", "options": ["type"], "group": "Properties", "help": {"short": "Gateway Type of the resource."}, "enum": {"items": [{"name": "Infrastructure", "value": "Infrastructure"}, {"name": "Workload", "value": "Workload"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternetGateways_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId", "arg": "$body.properties.internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "arg": "$body.properties.internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "arg": "$body.properties.networkFabricControllerId", "required": true}, {"type": "string", "name": "type", "arg": "$body.properties.type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/internetgateways/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaW50ZXJuZXRHYXRld2F5cy97aW50ZXJuZXRHYXRld2F5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internetGatewayName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Internet Gateway."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.internetGatewayRuleId", "options": ["gateway-rule-id", "internet-gateway-rule-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the Internet Gateway Rule."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternetGateways_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{internetGatewayName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internetGatewayName", "arg": "$Path.internetGatewayName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId", "arg": "$body.properties.internetGatewayRuleId"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/internetGateways/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"nullable": true, "type": "ResourceId", "name": "internetGatewayRuleId"}, {"type": "string", "name": "internetGatewayType", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"readOnly": true, "type": "integer32", "name": "port"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Infrastructure"}, {"value": "Workload"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.xml new file mode 100644 index 000000000..b93bfa44f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pbnRlcm5ldGdhdGV3YXlzL3t9/2026-01-15-preview.xml @@ -0,0 +1,493 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.md new file mode 100644 index 000000000..26926749e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/ipcommunities 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVz/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.json index 31c6e0593..e7765c583 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric ipcommunity", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpCommunities_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpCommunities_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.ipCommunityRules", "options": ["ip-community-rules"], "required": true, "group": "Properties", "help": {"short": "List of IP Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].communityMembers", "options": ["community-members"], "required": true, "help": {"short": "List the community members of IP Community."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].wellKnownCommunities", "options": ["well-known-communities"], "help": {"short": "Supported well known Community List."}, "item": {"type": "string", "enum": {"items": [{"name": "GShut", "value": "GShut"}, {"name": "Internet", "value": "Internet"}, {"name": "LocalAS", "value": "LocalAS"}, {"name": "NoAdvertise", "value": "NoAdvertise"}, {"name": "NoExport", "value": "NoExport"}]}}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpCommunities_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "ipCommunityRules", "arg": "$body.properties.ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "arg": "$body.properties.ipCommunityRules[].communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "arg": "$body.properties.ipCommunityRules[].wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "array", "var": "$body.properties.ipCommunityRules", "options": ["ip-community-rules"], "group": "Properties", "help": {"short": "List of IP Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].communityMembers", "options": ["community-members"], "required": true, "help": {"short": "List the community members of IP Community."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].wellKnownCommunities", "options": ["well-known-communities"], "help": {"short": "Supported well known Community List."}, "item": {"type": "string", "enum": {"items": [{"name": "GShut", "value": "GShut"}, {"name": "Internet", "value": "Internet"}, {"name": "LocalAS", "value": "LocalAS"}, {"name": "NoAdvertise", "value": "NoAdvertise"}, {"name": "NoExport", "value": "NoExport"}]}}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpCommunities_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "array", "name": "ipCommunityRules", "arg": "$body.properties.ipCommunityRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "arg": "$body.properties.ipCommunityRules[].communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "arg": "$body.properties.ipCommunityRules[].wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric ipcommunity", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpCommunities_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpCommunities_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$resource.properties.ipCommunityRules", "options": ["ip-community-rules"], "required": true, "group": "Properties", "help": {"short": "List of IP Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.ipCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$resource.properties.ipCommunityRules[].communityMembers", "options": ["community-members"], "required": true, "help": {"short": "List the community members of IP Community."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$resource.properties.ipCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$resource.properties.ipCommunityRules[].wellKnownCommunities", "options": ["well-known-communities"], "help": {"short": "Supported well known Community List."}, "item": {"type": "string", "enum": {"items": [{"name": "GShut", "value": "GShut"}, {"name": "Internet", "value": "Internet"}, {"name": "LocalAS", "value": "LocalAS"}, {"name": "NoAdvertise", "value": "NoAdvertise"}, {"name": "NoExport", "value": "NoExport"}]}}}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpCommunities_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "array", "name": "ipCommunityRules", "arg": "$resource.properties.ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$resource.properties.ipCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "arg": "$resource.properties.ipCommunityRules[].communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$resource.properties.ipCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "arg": "$resource.properties.ipCommunityRules[].wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "array", "var": "$properties.properties.ipCommunityRules", "options": ["ip-community-rules"], "group": "Properties", "help": {"short": "List of IP Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.ipCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$properties.properties.ipCommunityRules[].communityMembers", "options": ["community-members"], "required": true, "help": {"short": "List the community members of IP Community."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$properties.properties.ipCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$properties.properties.ipCommunityRules[].wellKnownCommunities", "options": ["well-known-communities"], "help": {"short": "Supported well known Community List."}, "item": {"type": "string", "enum": {"items": [{"name": "GShut", "value": "GShut"}, {"name": "Internet", "value": "Internet"}, {"name": "LocalAS", "value": "LocalAS"}, {"name": "NoAdvertise", "value": "NoAdvertise"}, {"name": "NoExport", "value": "NoExport"}]}}}]}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpCommunities_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "array", "name": "ipCommunityRules", "arg": "$properties.properties.ipCommunityRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$properties.properties.ipCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "arg": "$properties.properties.ipCommunityRules[].communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$properties.properties.ipCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "arg": "$properties.properties.ipCommunityRules[].wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.xml index 08114f91c..0ecdc0cee 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2025-07-15.xml @@ -213,41 +213,30 @@ - - - - - - - - - - - - + - + - + - + - + - + @@ -262,6 +251,17 @@ + + + + + + + + + + + @@ -283,26 +283,26 @@ - - + + - - + + - + - + - + - + @@ -316,7 +316,7 @@ - + @@ -459,35 +459,27 @@ - - - - - - - - - + - + - + - + - + @@ -501,6 +493,12 @@ + + + + + + @@ -523,24 +521,24 @@ - + - + - + - + - + - + @@ -554,7 +552,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.json new file mode 100644 index 000000000..769a8af5b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric ipcommunity", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpCommunities_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpCommunities_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.ipCommunityRules", "options": ["ip-community-rules"], "required": true, "group": "Properties", "help": {"short": "List of IP Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].communityMembers", "options": ["community-members"], "required": true, "help": {"short": "List the community members of IP Community."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].wellKnownCommunities", "options": ["well-known-communities"], "help": {"short": "Supported well known Community List."}, "item": {"type": "string", "enum": {"items": [{"name": "GShut", "value": "GShut"}, {"name": "Internet", "value": "Internet"}, {"name": "LocalAS", "value": "LocalAS"}, {"name": "NoAdvertise", "value": "NoAdvertise"}, {"name": "NoExport", "value": "NoExport"}]}}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpCommunities_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "ipCommunityRules", "arg": "$body.properties.ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "arg": "$body.properties.ipCommunityRules[].communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "arg": "$body.properties.ipCommunityRules[].wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBDb21tdW5pdGllcy97aXBDb21tdW5pdHlOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "array", "var": "$body.properties.ipCommunityRules", "options": ["ip-community-rules"], "group": "Properties", "help": {"short": "List of IP Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].communityMembers", "options": ["community-members"], "required": true, "help": {"short": "List the community members of IP Community."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.ipCommunityRules[].wellKnownCommunities", "options": ["well-known-communities"], "help": {"short": "Supported well known Community List."}, "item": {"type": "string", "enum": {"items": [{"name": "GShut", "value": "GShut"}, {"name": "Internet", "value": "Internet"}, {"name": "LocalAS", "value": "LocalAS"}, {"name": "NoAdvertise", "value": "NoAdvertise"}, {"name": "NoExport", "value": "NoExport"}]}}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpCommunities_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipCommunityName", "arg": "$Path.ipCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "array", "name": "ipCommunityRules", "arg": "$body.properties.ipCommunityRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "arg": "$body.properties.ipCommunityRules[].communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "arg": "$body.properties.ipCommunityRules[].wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "communityMembers", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "wellKnownCommunities", "item": {"type": "string", "enum": {"items": [{"value": "GShut"}, {"value": "Internet"}, {"value": "LocalAS"}, {"value": "NoAdvertise"}, {"value": "NoExport"}]}}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.xml new file mode 100644 index 000000000..02b30ec49 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGNvbW11bml0aWVzL3t9/2026-01-15-preview.xml @@ -0,0 +1,706 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.md new file mode 100644 index 000000000..7bb620aed --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXM=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.json index c39c224bd..d61a32272 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric ipextendedcommunity", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpExtendedCommunities_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpExtendedCommunities_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.ipExtendedCommunityRules", "options": ["ip-ext-community-rules", "ip-extended-community-rules"], "required": true, "group": "Properties", "help": {"short": "List of IP Extended Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipExtendedCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipExtendedCommunityRules[].routeTargets", "options": ["route-targets"], "required": true, "help": {"short": "Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpExtendedCommunities_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "ipExtendedCommunityRules", "arg": "$body.properties.ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipExtendedCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "arg": "$body.properties.ipExtendedCommunityRules[].routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$body.properties.ipExtendedCommunityRules", "options": ["ip-ext-community-rules", "ip-extended-community-rules"], "group": "Properties", "help": {"short": "List of IP Extended Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipExtendedCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipExtendedCommunityRules[].routeTargets", "options": ["route-targets"], "required": true, "help": {"short": "Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpExtendedCommunities_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "array", "name": "ipExtendedCommunityRules", "arg": "$body.properties.ipExtendedCommunityRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipExtendedCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "arg": "$body.properties.ipExtendedCommunityRules[].routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric ipextendedcommunity", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpExtendedCommunities_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpExtendedCommunities_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$resource.properties.ipExtendedCommunityRules", "options": ["ip-ext-community-rules", "ip-extended-community-rules"], "required": true, "group": "Properties", "help": {"short": "List of IP Extended Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.ipExtendedCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$resource.properties.ipExtendedCommunityRules[].routeTargets", "options": ["route-targets"], "required": true, "help": {"short": "Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$resource.properties.ipExtendedCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpExtendedCommunities_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "array", "name": "ipExtendedCommunityRules", "arg": "$resource.properties.ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$resource.properties.ipExtendedCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "arg": "$resource.properties.ipExtendedCommunityRules[].routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$resource.properties.ipExtendedCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$properties.properties.ipExtendedCommunityRules", "options": ["ip-ext-community-rules", "ip-extended-community-rules"], "group": "Properties", "help": {"short": "List of IP Extended Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.ipExtendedCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$properties.properties.ipExtendedCommunityRules[].routeTargets", "options": ["route-targets"], "required": true, "help": {"short": "Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$properties.properties.ipExtendedCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpExtendedCommunities_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "array", "name": "ipExtendedCommunityRules", "arg": "$properties.properties.ipExtendedCommunityRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$properties.properties.ipExtendedCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "arg": "$properties.properties.ipExtendedCommunityRules[].routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$properties.properties.ipExtendedCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.xml index ad7844167..a2685c0b8 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2025-07-15.xml @@ -202,43 +202,43 @@ - - - - - - - - - - - - + - + - + - + - + + + + + + + + + + + + @@ -260,29 +260,29 @@ - - + + - - + + - + - + - + - + @@ -414,39 +414,37 @@ - - - - - - - - - + - + - + - + - + + + + + + + @@ -469,28 +467,28 @@ - + - - + + - + - + - + - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.json new file mode 100644 index 000000000..804952731 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric ipextendedcommunity", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpExtendedCommunities_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpExtendedCommunities_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.ipExtendedCommunityRules", "options": ["ip-ext-community-rules", "ip-extended-community-rules"], "required": true, "group": "Properties", "help": {"short": "List of IP Extended Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipExtendedCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipExtendedCommunityRules[].routeTargets", "options": ["route-targets"], "required": true, "help": {"short": "Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpExtendedCommunities_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "ipExtendedCommunityRules", "arg": "$body.properties.ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipExtendedCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "arg": "$body.properties.ipExtendedCommunityRules[].routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipextendedcommunities/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBFeHRlbmRlZENvbW11bml0aWVzL3tpcEV4dGVuZGVkQ29tbXVuaXR5TmFtZX0=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipExtendedCommunityName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Extended Community."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$body.properties.ipExtendedCommunityRules", "options": ["ip-ext-community-rules", "ip-extended-community-rules"], "group": "Properties", "help": {"short": "List of IP Extended Community Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipExtendedCommunityRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "array", "var": "$body.properties.ipExtendedCommunityRules[].routeTargets", "options": ["route-targets"], "required": true, "help": {"short": "Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpExtendedCommunities_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{ipExtendedCommunityName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipExtendedCommunityName", "arg": "$Path.ipExtendedCommunityName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "array", "name": "ipExtendedCommunityRules", "arg": "$body.properties.ipExtendedCommunityRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipExtendedCommunityRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "arg": "$body.properties.ipExtendedCommunityRules[].routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipExtendedCommunityRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipExtendedCommunityRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "array", "name": "routeTargets", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..19a688773 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcGV4dGVuZGVkY29tbXVuaXRpZXMve30=/2026-01-15-preview.xml @@ -0,0 +1,631 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.md new file mode 100644 index 000000000..db242abe5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/ipprefixes 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVz/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.json index 1a457c8bf..d30affe10 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric ipprefix", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpPrefixes_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpPrefixes_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.ipPrefixRules", "options": ["ip-prefix-rules"], "required": true, "group": "Properties", "help": {"short": "The list of IP Prefix Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipPrefixRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].condition", "options": ["condition"], "help": {"short": "Specify prefix-list bounds."}, "enum": {"items": [{"name": "EqualTo", "value": "EqualTo"}, {"name": "GreaterThanOrEqualTo", "value": "GreaterThanOrEqualTo"}, {"name": "LesserThanOrEqualTo", "value": "LesserThanOrEqualTo"}, {"name": "Range", "value": "Range"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].networkPrefix", "options": ["network-prefix"], "required": true, "help": {"short": "Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126"}}, {"type": "integer64", "var": "$body.properties.ipPrefixRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].subnetMaskLength", "options": ["subnet-mask-length"], "help": {"short": "SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128."}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpPrefixes_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "ipPrefixRules", "arg": "$body.properties.ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipPrefixRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "arg": "$body.properties.ipPrefixRules[].condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "arg": "$body.properties.ipPrefixRules[].networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipPrefixRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength", "arg": "$body.properties.ipPrefixRules[].subnetMaskLength"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$body.properties.ipPrefixRules", "options": ["ip-prefix-rules"], "group": "Properties", "help": {"short": "The list of IP Prefix Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipPrefixRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].condition", "options": ["condition"], "help": {"short": "Specify prefix-list bounds."}, "enum": {"items": [{"name": "EqualTo", "value": "EqualTo"}, {"name": "GreaterThanOrEqualTo", "value": "GreaterThanOrEqualTo"}, {"name": "LesserThanOrEqualTo", "value": "LesserThanOrEqualTo"}, {"name": "Range", "value": "Range"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].networkPrefix", "options": ["network-prefix"], "required": true, "help": {"short": "Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126"}}, {"type": "integer64", "var": "$body.properties.ipPrefixRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].subnetMaskLength", "options": ["subnet-mask-length"], "help": {"short": "SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128."}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpPrefixes_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "array", "name": "ipPrefixRules", "arg": "$body.properties.ipPrefixRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipPrefixRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "arg": "$body.properties.ipPrefixRules[].condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "arg": "$body.properties.ipPrefixRules[].networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipPrefixRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength", "arg": "$body.properties.ipPrefixRules[].subnetMaskLength"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric ipprefix", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpPrefixes_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpPrefixes_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$resource.properties.ipPrefixRules", "options": ["ip-prefix-rules"], "required": true, "group": "Properties", "help": {"short": "The list of IP Prefix Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.ipPrefixRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$resource.properties.ipPrefixRules[].condition", "options": ["condition"], "help": {"short": "Specify prefix-list bounds."}, "enum": {"items": [{"name": "EqualTo", "value": "EqualTo"}, {"name": "GreaterThanOrEqualTo", "value": "GreaterThanOrEqualTo"}, {"name": "LesserThanOrEqualTo", "value": "LesserThanOrEqualTo"}, {"name": "Range", "value": "Range"}]}}, {"type": "string", "var": "$resource.properties.ipPrefixRules[].networkPrefix", "options": ["network-prefix"], "required": true, "help": {"short": "Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126"}}, {"type": "integer64", "var": "$resource.properties.ipPrefixRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$resource.properties.ipPrefixRules[].subnetMaskLength", "options": ["subnet-mask-length"], "help": {"short": "SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128."}}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpPrefixes_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "array", "name": "ipPrefixRules", "arg": "$resource.properties.ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$resource.properties.ipPrefixRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "arg": "$resource.properties.ipPrefixRules[].condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "arg": "$resource.properties.ipPrefixRules[].networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "arg": "$resource.properties.ipPrefixRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength", "arg": "$resource.properties.ipPrefixRules[].subnetMaskLength"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$properties.properties.ipPrefixRules", "options": ["ip-prefix-rules"], "group": "Properties", "help": {"short": "The list of IP Prefix Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.ipPrefixRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$properties.properties.ipPrefixRules[].condition", "options": ["condition"], "help": {"short": "Specify prefix-list bounds."}, "enum": {"items": [{"name": "EqualTo", "value": "EqualTo"}, {"name": "GreaterThanOrEqualTo", "value": "GreaterThanOrEqualTo"}, {"name": "LesserThanOrEqualTo", "value": "LesserThanOrEqualTo"}, {"name": "Range", "value": "Range"}]}}, {"type": "string", "var": "$properties.properties.ipPrefixRules[].networkPrefix", "options": ["network-prefix"], "required": true, "help": {"short": "Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126"}}, {"type": "integer64", "var": "$properties.properties.ipPrefixRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$properties.properties.ipPrefixRules[].subnetMaskLength", "options": ["subnet-mask-length"], "help": {"short": "SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128."}}]}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpPrefixes_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "array", "name": "ipPrefixRules", "arg": "$properties.properties.ipPrefixRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$properties.properties.ipPrefixRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "arg": "$properties.properties.ipPrefixRules[].condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "arg": "$properties.properties.ipPrefixRules[].networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "arg": "$properties.properties.ipPrefixRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength", "arg": "$properties.properties.ipPrefixRules[].subnetMaskLength"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.xml index 1c2413c48..cba07f033 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2025-07-15.xml @@ -208,32 +208,21 @@ - - - - - - - - - - - - + - + - + - + @@ -242,19 +231,30 @@ - + - + - + + + + + + + + + + + + @@ -276,19 +276,19 @@ - - + + - - + + - + - + @@ -296,15 +296,15 @@ - - + + - + - + @@ -442,29 +442,21 @@ - - - - - - - - - + - + - + - + @@ -473,18 +465,24 @@ - + - + - + + + + + + + @@ -507,18 +505,18 @@ - + - - + + - + - + @@ -526,15 +524,15 @@ - - + + - + - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.json new file mode 100644 index 000000000..934180a8f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric ipprefix", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IpPrefixes_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpPrefixes_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.ipPrefixRules", "options": ["ip-prefix-rules"], "required": true, "group": "Properties", "help": {"short": "The list of IP Prefix Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipPrefixRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].condition", "options": ["condition"], "help": {"short": "Specify prefix-list bounds."}, "enum": {"items": [{"name": "EqualTo", "value": "EqualTo"}, {"name": "GreaterThanOrEqualTo", "value": "GreaterThanOrEqualTo"}, {"name": "LesserThanOrEqualTo", "value": "LesserThanOrEqualTo"}, {"name": "Range", "value": "Range"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].networkPrefix", "options": ["network-prefix"], "required": true, "help": {"short": "Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126"}}, {"type": "integer64", "var": "$body.properties.ipPrefixRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].subnetMaskLength", "options": ["subnet-mask-length"], "help": {"short": "SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128."}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "IpPrefixes_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "ipPrefixRules", "arg": "$body.properties.ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipPrefixRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "arg": "$body.properties.ipPrefixRules[].condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "arg": "$body.properties.ipPrefixRules[].networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipPrefixRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength", "arg": "$body.properties.ipPrefixRules[].subnetMaskLength"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/ipprefixes/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvaXBQcmVmaXhlcy97aXBQcmVmaXhOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.ipPrefixName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the IP Prefix."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$body.properties.ipPrefixRules", "options": ["ip-prefix-rules"], "group": "Properties", "help": {"short": "The list of IP Prefix Rules."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.ipPrefixRules[].action", "options": ["action"], "required": true, "help": {"short": "Action to be taken on the configuration. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].condition", "options": ["condition"], "help": {"short": "Specify prefix-list bounds."}, "enum": {"items": [{"name": "EqualTo", "value": "EqualTo"}, {"name": "GreaterThanOrEqualTo", "value": "GreaterThanOrEqualTo"}, {"name": "LesserThanOrEqualTo", "value": "LesserThanOrEqualTo"}, {"name": "Range", "value": "Range"}]}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].networkPrefix", "options": ["network-prefix"], "required": true, "help": {"short": "Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126"}}, {"type": "integer64", "var": "$body.properties.ipPrefixRules[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.ipPrefixRules[].subnetMaskLength", "options": ["subnet-mask-length"], "help": {"short": "SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128."}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "IpPrefixes_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{ipPrefixName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "ipPrefixName", "arg": "$Path.ipPrefixName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "array", "name": "ipPrefixRules", "arg": "$body.properties.ipPrefixRules", "item": {"type": "object", "props": [{"type": "string", "name": "action", "arg": "$body.properties.ipPrefixRules[].action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "arg": "$body.properties.ipPrefixRules[].condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "arg": "$body.properties.ipPrefixRules[].networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.ipPrefixRules[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength", "arg": "$body.properties.ipPrefixRules[].subnetMaskLength"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "ipPrefixRules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "required": true, "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"type": "string", "name": "condition", "enum": {"items": [{"value": "EqualTo"}, {"value": "GreaterThanOrEqualTo"}, {"value": "LesserThanOrEqualTo"}, {"value": "Range"}]}}, {"type": "string", "name": "networkPrefix", "required": true}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "subnetMaskLength"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.xml new file mode 100644 index 000000000..4127c8108 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9pcHByZWZpeGVzL3t9/2026-01-15-preview.xml @@ -0,0 +1,681 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.md new file mode 100644 index 000000000..5d8806960 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/l3isolationdomains 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json index 6bb0fcc7a..b025c5391 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric l3domain", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$body.properties.aggregateRouteConfiguration", "options": ["aggr-route-config", "aggregate-route-configuration"], "group": "Properties", "help": {"short": "Aggregate route configurations."}, "args": [{"type": "array", "var": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Route prefixes."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "@AggregateRoute_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "IPv4 Prefix of the aggregate Ipv4Route."}, "format": {"minLength": 1}}], "cls": "AggregateRoute_create"}}, {"type": "array<@AggregateRoute_create>", "var": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of Ipv6Routes prefixes."}, "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_create"}}]}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.connectedSubnetRoutePolicy", "options": ["cs-route-policy", "connected-subnet-route-policy"], "group": "Properties", "help": {"short": "Connected Subnet RoutePolicy"}, "args": [{"type": "object", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}]}]}, {"type": "object", "var": "$body.properties.exportPolicyConfiguration", "options": ["export-policy-config"], "group": "Properties", "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$body.properties.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "string", "var": "$body.properties.redistributeConnectedSubnets", "options": ["redist-conn-subnets", "redistribute-connected-subnets"], "group": "Properties", "help": {"short": "Advertise Connected Subnets. Ex: \"True\" | \"False\"."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.redistributeStaticRoutes", "options": ["redist-static-routes", "redistribute-static-routes"], "group": "Properties", "help": {"short": "Advertise Static Routes. Ex: \"True\" | \"False\"."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$body.properties.staticRouteRoutePolicy", "options": ["sr-route-policy", "static-route-route-policy"], "group": "Properties", "help": {"short": "Static Route - route policy."}, "args": [{"type": "object", "var": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicy_create.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicy_create.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}], "cls": "L3ExportRoutePolicy_create"}]}, {"type": "object", "var": "$body.properties.v4routePrefixLimit", "options": ["v4route-prefix-limit"], "group": "Properties", "help": {"short": "IPv4 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "@RoutePrefixLimitProperties_create.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "@RoutePrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}], "cls": "RoutePrefixLimitProperties_create"}, {"type": "@RoutePrefixLimitProperties_create", "var": "$body.properties.v6routePrefixLimit", "options": ["v6route-prefix-limit"], "group": "Properties", "help": {"short": "IPv6 VRF Limit configuration."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "aggregateRouteConfiguration", "arg": "$body.properties.aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "arg": "@AggregateRoute_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_create"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_create>", "name": "ipv6Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_create"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "connectedSubnetRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId"}]}]}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.exportPolicyConfiguration.exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "arg": "$body.properties.redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "arg": "$body.properties.redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "@L3ExportRoutePolicy_create.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "@L3ExportRoutePolicy_create.exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_create"}]}, {"type": "object", "name": "v4routePrefixLimit", "arg": "$body.properties.v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "@RoutePrefixLimitProperties_create.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "@RoutePrefixLimitProperties_create.threshold"}], "cls": "RoutePrefixLimitProperties_create"}, {"type": "@RoutePrefixLimitProperties_create", "name": "v6routePrefixLimit", "arg": "$body.properties.v6routePrefixLimit"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "object", "var": "$body.properties.aggregateRouteConfiguration", "options": ["aggr-route-config", "aggregate-route-configuration"], "group": "Properties", "help": {"short": "Aggregate route configurations."}, "args": [{"type": "array", "var": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Route prefixes."}, "item": {"type": "object", "args": [{"type": "string", "var": "@AggregateRoute_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "IPv4 Prefix of the aggregate Ipv4Route."}, "format": {"minLength": 1}}], "cls": "AggregateRoute_update"}}, {"type": "array<@AggregateRoute_update>", "var": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of Ipv6Routes prefixes."}, "item": {"type": "@AggregateRoute_update"}}]}, {"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.connectedSubnetRoutePolicy", "options": ["cs-route-policy", "connected-subnet-route-policy"], "group": "Properties", "help": {"short": "Connected Subnet RoutePolicy"}, "args": [{"type": "object", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}]}]}, {"nullable": true, "type": "object", "var": "$body.properties.exportPolicyConfiguration", "options": ["export-policy-config"], "group": "Properties", "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$body.properties.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "string", "var": "$body.properties.redistributeConnectedSubnets", "options": ["redist-conn-subnets", "redistribute-connected-subnets"], "group": "Properties", "help": {"short": "Advertise Connected Subnets. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "string", "var": "$body.properties.redistributeStaticRoutes", "options": ["redist-static-routes", "redistribute-static-routes"], "group": "Properties", "help": {"short": "Advertise Static Routes. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteRoutePolicy", "options": ["sr-route-policy", "static-route-route-policy"], "group": "Properties", "help": {"short": "Static Route - route policy."}, "args": [{"type": "object", "var": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicyPatch_update.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicyPatch_update.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}], "cls": "L3ExportRoutePolicyPatch_update"}]}, {"nullable": true, "type": "object", "var": "$body.properties.v4routePrefixLimit", "options": ["v4route-prefix-limit"], "group": "Properties", "help": {"short": "IPv4 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "$body.properties.v4routePrefixLimit.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "$body.properties.v4routePrefixLimit.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.v6routePrefixLimit", "options": ["v6route-prefix-limit"], "group": "Properties", "help": {"short": "IPv6 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "$body.properties.v6routePrefixLimit.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "$body.properties.v6routePrefixLimit.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "object", "name": "aggregateRouteConfiguration", "arg": "$body.properties.aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "arg": "@AggregateRoute_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_update"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_update>", "name": "ipv6Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "item": {"type": "@AggregateRoute_update"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "connectedSubnetRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId"}]}]}, {"nullable": true, "type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.exportPolicyConfiguration.exportPolicies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "string", "name": "redistributeConnectedSubnets", "arg": "$body.properties.redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "string", "name": "redistributeStaticRoutes", "arg": "$body.properties.redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "object", "name": "staticRouteRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "@L3ExportRoutePolicyPatch_update.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "@L3ExportRoutePolicyPatch_update.exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicyPatch_update"}]}, {"nullable": true, "type": "object", "name": "v4routePrefixLimit", "arg": "$body.properties.v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "$body.properties.v4routePrefixLimit.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "$body.properties.v4routePrefixLimit.threshold"}]}, {"nullable": true, "type": "object", "name": "v6routePrefixLimit", "arg": "$body.properties.v6routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "$body.properties.v6routePrefixLimit.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "$body.properties.v6routePrefixLimit.threshold"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric l3domain", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$resource.properties.aggregateRouteConfiguration", "options": ["aggr-route-config", "aggregate-route-configuration"], "group": "Properties", "help": {"short": "Aggregate route configurations."}, "args": [{"type": "array", "var": "$resource.properties.aggregateRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Route prefixes."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "@AggregateRoute_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "IPv4 Prefix of the aggregate Ipv4Route."}, "format": {"minLength": 1}}], "cls": "AggregateRoute_create"}}, {"type": "array<@AggregateRoute_create>", "var": "$resource.properties.aggregateRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of Ipv6Routes prefixes."}, "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_create"}}]}, {"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.connectedSubnetRoutePolicy", "options": ["cs-route-policy", "connected-subnet-route-policy"], "group": "Properties", "help": {"short": "Connected Subnet RoutePolicy"}, "args": [{"type": "object", "var": "$resource.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}]}]}, {"type": "object", "var": "$resource.properties.exportPolicyConfiguration", "options": ["export-policy-config"], "group": "Properties", "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$resource.properties.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "string", "var": "$resource.properties.redistributeConnectedSubnets", "options": ["redist-conn-subnets", "redistribute-connected-subnets"], "group": "Properties", "help": {"short": "Advertise Connected Subnets. Ex: \"True\" | \"False\"."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$resource.properties.redistributeStaticRoutes", "options": ["redist-static-routes", "redistribute-static-routes"], "group": "Properties", "help": {"short": "Advertise Static Routes. Ex: \"True\" | \"False\"."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$resource.properties.staticRouteRoutePolicy", "options": ["sr-route-policy", "static-route-route-policy"], "group": "Properties", "help": {"short": "Static Route - route policy."}, "args": [{"type": "object", "var": "$resource.properties.staticRouteRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicy_create.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicy_create.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}], "cls": "L3ExportRoutePolicy_create"}]}, {"type": "object", "var": "$resource.properties.v4routePrefixLimit", "options": ["v4route-prefix-limit"], "group": "Properties", "help": {"short": "IPv4 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "@RoutePrefixLimitProperties_create.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "@RoutePrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}], "cls": "RoutePrefixLimitProperties_create"}, {"type": "@RoutePrefixLimitProperties_create", "var": "$resource.properties.v6routePrefixLimit", "options": ["v6route-prefix-limit"], "group": "Properties", "help": {"short": "IPv6 VRF Limit configuration."}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "aggregateRouteConfiguration", "arg": "$resource.properties.aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$resource.properties.aggregateRouteConfiguration.ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "arg": "@AggregateRoute_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_create"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_create>", "name": "ipv6Routes", "arg": "$resource.properties.aggregateRouteConfiguration.ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_create"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "object", "name": "connectedSubnetRoutePolicy", "arg": "$resource.properties.connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$resource.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$resource.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$resource.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId"}]}]}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$resource.properties.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$resource.properties.exportPolicyConfiguration.exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$resource.properties.networkFabricId", "required": true}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "arg": "$resource.properties.redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "arg": "$resource.properties.redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "arg": "$resource.properties.staticRouteRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$resource.properties.staticRouteRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "@L3ExportRoutePolicy_create.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "@L3ExportRoutePolicy_create.exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_create"}]}, {"type": "object", "name": "v4routePrefixLimit", "arg": "$resource.properties.v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "@RoutePrefixLimitProperties_create.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "@RoutePrefixLimitProperties_create.threshold"}], "cls": "RoutePrefixLimitProperties_create"}, {"type": "@RoutePrefixLimitProperties_create", "name": "v6routePrefixLimit", "arg": "$resource.properties.v6routePrefixLimit"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "object", "var": "$properties.properties.aggregateRouteConfiguration", "options": ["aggr-route-config", "aggregate-route-configuration"], "group": "Properties", "help": {"short": "Aggregate route configurations."}, "args": [{"type": "array", "var": "$properties.properties.aggregateRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Route prefixes."}, "item": {"type": "object", "args": [{"type": "string", "var": "@AggregateRoute_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "IPv4 Prefix of the aggregate Ipv4Route."}, "format": {"minLength": 1}}], "cls": "AggregateRoute_update"}}, {"type": "array<@AggregateRoute_update>", "var": "$properties.properties.aggregateRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of Ipv6Routes prefixes."}, "item": {"type": "@AggregateRoute_update"}}]}, {"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$properties.properties.connectedSubnetRoutePolicy", "options": ["cs-route-policy", "connected-subnet-route-policy"], "group": "Properties", "help": {"short": "Connected Subnet RoutePolicy"}, "args": [{"type": "object", "var": "$properties.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}]}]}, {"nullable": true, "type": "object", "var": "$properties.properties.exportPolicyConfiguration", "options": ["export-policy-config"], "group": "Properties", "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$properties.properties.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "string", "var": "$properties.properties.redistributeConnectedSubnets", "options": ["redist-conn-subnets", "redistribute-connected-subnets"], "group": "Properties", "help": {"short": "Advertise Connected Subnets. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "string", "var": "$properties.properties.redistributeStaticRoutes", "options": ["redist-static-routes", "redistribute-static-routes"], "group": "Properties", "help": {"short": "Advertise Static Routes. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "object", "var": "$properties.properties.staticRouteRoutePolicy", "options": ["sr-route-policy", "static-route-route-policy"], "group": "Properties", "help": {"short": "Static Route - route policy."}, "args": [{"type": "object", "var": "$properties.properties.staticRouteRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicyPatch_update.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicyPatch_update.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}], "cls": "L3ExportRoutePolicyPatch_update"}]}, {"nullable": true, "type": "object", "var": "$properties.properties.v4routePrefixLimit", "options": ["v4route-prefix-limit"], "group": "Properties", "help": {"short": "IPv4 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "$properties.properties.v4routePrefixLimit.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "$properties.properties.v4routePrefixLimit.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.v6routePrefixLimit", "options": ["v6route-prefix-limit"], "group": "Properties", "help": {"short": "IPv6 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "$properties.properties.v6routePrefixLimit.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "$properties.properties.v6routePrefixLimit.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}]}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "object", "name": "aggregateRouteConfiguration", "arg": "$properties.properties.aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$properties.properties.aggregateRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "arg": "@AggregateRoute_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_update"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_update>", "name": "ipv6Routes", "arg": "$properties.properties.aggregateRouteConfiguration.ipv6Routes", "item": {"type": "@AggregateRoute_update"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "object", "name": "connectedSubnetRoutePolicy", "arg": "$properties.properties.connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$properties.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$properties.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$properties.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId"}]}]}, {"nullable": true, "type": "object", "name": "exportPolicyConfiguration", "arg": "$properties.properties.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$properties.properties.exportPolicyConfiguration.exportPolicies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "string", "name": "redistributeConnectedSubnets", "arg": "$properties.properties.redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "string", "name": "redistributeStaticRoutes", "arg": "$properties.properties.redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "object", "name": "staticRouteRoutePolicy", "arg": "$properties.properties.staticRouteRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$properties.properties.staticRouteRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "@L3ExportRoutePolicyPatch_update.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "@L3ExportRoutePolicyPatch_update.exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicyPatch_update"}]}, {"nullable": true, "type": "object", "name": "v4routePrefixLimit", "arg": "$properties.properties.v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "$properties.properties.v4routePrefixLimit.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "$properties.properties.v4routePrefixLimit.threshold"}]}, {"nullable": true, "type": "object", "name": "v6routePrefixLimit", "arg": "$properties.properties.v6routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "$properties.properties.v6routePrefixLimit.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "$properties.properties.v6routePrefixLimit.threshold"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml index dfb448572..8b96649ce 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml @@ -265,23 +265,12 @@ - - - - - - - - - - - - + - + @@ -290,12 +279,12 @@ - + - + @@ -305,9 +294,9 @@ - + - + @@ -317,30 +306,30 @@ - + - + - + - + - + - + - + - + @@ -353,10 +342,10 @@ - + - + @@ -364,7 +353,7 @@ - + @@ -372,9 +361,9 @@ - + - + @@ -384,7 +373,7 @@ - + @@ -393,10 +382,21 @@ - + + + + + + + + + + + + @@ -418,9 +418,9 @@ - + - + @@ -428,20 +428,20 @@ - + - + - + - + - - + + @@ -449,20 +449,20 @@ - + - - - - - + + + + + - - + + @@ -474,34 +474,34 @@ - - + + - + - - + + - + - + - + @@ -696,20 +696,12 @@ - - - - - - - - - + - + @@ -718,12 +710,12 @@ - + - + @@ -733,9 +725,9 @@ - + - + @@ -744,29 +736,29 @@ - + - + - + - + - + - + - + - + @@ -778,23 +770,23 @@ - + - + - + - + @@ -804,24 +796,30 @@ - + - + - + - + - + - + + + + + + + @@ -844,9 +842,9 @@ - + - + @@ -854,38 +852,38 @@ - + - + - + - - + + - + - - - - - + + + + + - - + + @@ -896,34 +894,34 @@ - + - + - - + + - - - + + + - - - + + + - + @@ -1125,19 +1123,19 @@ - - + + - + - + @@ -1337,11 +1335,11 @@ - - + + - + @@ -1397,19 +1395,19 @@ - - + + - + - + @@ -1609,11 +1607,11 @@ - - + + - + @@ -1670,7 +1668,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.json new file mode 100644 index 000000000..58f7c6866 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l3domain", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$body.properties.aggregateRouteConfiguration", "options": ["aggr-route-config", "aggregate-route-configuration"], "group": "Properties", "help": {"short": "Aggregate route configurations."}, "args": [{"type": "array", "var": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Route prefixes."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "@AggregateRoute_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "IPv4 Prefix of the aggregate Ipv4Route."}, "format": {"minLength": 1}}], "cls": "AggregateRoute_create"}}, {"type": "array<@AggregateRoute_create>", "var": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of Ipv6Routes prefixes."}, "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_create"}}]}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.connectedSubnetRoutePolicy", "options": ["cs-route-policy", "connected-subnet-route-policy"], "group": "Properties", "help": {"short": "Connected Subnet RoutePolicy"}, "args": [{"type": "object", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}]}]}, {"type": "object", "var": "$body.properties.exportPolicyConfiguration", "options": ["export-policy-config", "export-policy-configuration"], "group": "Properties", "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$body.properties.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "string", "var": "$body.properties.redistributeConnectedSubnets", "options": ["redist-conn-subnets", "redistribute-connected-subnets"], "group": "Properties", "help": {"short": "Advertise Connected Subnets. Ex: \"True\" | \"False\"."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.redistributeStaticRoutes", "options": ["redist-static-routes", "redistribute-static-routes"], "group": "Properties", "help": {"short": "Advertise Static Routes. Ex: \"True\" | \"False\"."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$body.properties.staticRouteRoutePolicy", "options": ["sr-route-policy", "static-route-route-policy"], "group": "Properties", "help": {"short": "Static Route - route policy."}, "args": [{"type": "object", "var": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicy_create.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicy_create.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}], "cls": "L3ExportRoutePolicy_create"}]}, {"type": "object", "var": "$body.properties.v4routePrefixLimit", "options": ["v4route-prefix-limit"], "group": "Properties", "help": {"short": "IPv4 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "@RoutePrefixLimitProperties_create.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "@RoutePrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}], "cls": "RoutePrefixLimitProperties_create"}, {"type": "@RoutePrefixLimitProperties_create", "var": "$body.properties.v6routePrefixLimit", "options": ["v6route-prefix-limit"], "group": "Properties", "help": {"short": "IPv6 VRF Limit configuration."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "aggregateRouteConfiguration", "arg": "$body.properties.aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "arg": "@AggregateRoute_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_create"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_create>", "name": "ipv6Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_create"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "connectedSubnetRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId"}]}]}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.exportPolicyConfiguration.exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "arg": "$body.properties.redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "arg": "$body.properties.redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "@L3ExportRoutePolicy_create.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "@L3ExportRoutePolicy_create.exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_create"}]}, {"type": "object", "name": "v4routePrefixLimit", "arg": "$body.properties.v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "@RoutePrefixLimitProperties_create.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "@RoutePrefixLimitProperties_create.threshold"}], "cls": "RoutePrefixLimitProperties_create"}, {"type": "@RoutePrefixLimitProperties_create", "name": "v6routePrefixLimit", "arg": "$body.properties.v6routePrefixLimit"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "object", "var": "$body.properties.aggregateRouteConfiguration", "options": ["aggr-route-config", "aggregate-route-configuration"], "group": "Properties", "help": {"short": "Aggregate route configurations."}, "args": [{"type": "array", "var": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Route prefixes."}, "item": {"type": "object", "args": [{"type": "string", "var": "@AggregateRoute_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "IPv4 Prefix of the aggregate Ipv4Route."}, "format": {"minLength": 1}}], "cls": "AggregateRoute_update"}}, {"type": "array<@AggregateRoute_update>", "var": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of Ipv6Routes prefixes."}, "item": {"type": "@AggregateRoute_update"}}]}, {"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.connectedSubnetRoutePolicy", "options": ["cs-route-policy", "connected-subnet-route-policy"], "group": "Properties", "help": {"short": "Connected Subnet RoutePolicy"}, "args": [{"type": "object", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}]}]}, {"nullable": true, "type": "object", "var": "$body.properties.exportPolicyConfiguration", "options": ["export-policy-config", "export-policy-configuration"], "group": "Properties", "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$body.properties.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "string", "var": "$body.properties.redistributeConnectedSubnets", "options": ["redist-conn-subnets", "redistribute-connected-subnets"], "group": "Properties", "help": {"short": "Advertise Connected Subnets. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "string", "var": "$body.properties.redistributeStaticRoutes", "options": ["redist-static-routes", "redistribute-static-routes"], "group": "Properties", "help": {"short": "Advertise Static Routes. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteRoutePolicy", "options": ["sr-route-policy", "static-route-route-policy"], "group": "Properties", "help": {"short": "Static Route - route policy."}, "args": [{"type": "object", "var": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "options": ["export-route-policy"], "help": {"short": "Array of ARM Resource ID of the RoutePolicies."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicyPatch_update.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "@L3ExportRoutePolicyPatch_update.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM Resource ID of the RoutePolicy."}}], "cls": "L3ExportRoutePolicyPatch_update"}]}, {"nullable": true, "type": "object", "var": "$body.properties.v4routePrefixLimit", "options": ["v4route-prefix-limit"], "group": "Properties", "help": {"short": "IPv4 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "$body.properties.v4routePrefixLimit.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "$body.properties.v4routePrefixLimit.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.v6routePrefixLimit", "options": ["v6route-prefix-limit"], "group": "Properties", "help": {"short": "IPv6 VRF Limit configuration."}, "args": [{"type": "integer32", "var": "$body.properties.v6routePrefixLimit.hardLimit", "options": ["hard-limit"], "help": {"short": "Hard limit for the routes."}}, {"type": "integer32", "var": "$body.properties.v6routePrefixLimit.threshold", "options": ["threshold"], "help": {"short": "Threshold for the routes."}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "object", "name": "aggregateRouteConfiguration", "arg": "$body.properties.aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "arg": "@AggregateRoute_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_update"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_update>", "name": "ipv6Routes", "arg": "$body.properties.aggregateRouteConfiguration.ipv6Routes", "item": {"type": "@AggregateRoute_update"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "connectedSubnetRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.connectedSubnetRoutePolicy.exportRoutePolicy.exportIpv6RoutePolicyId"}]}]}, {"nullable": true, "type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.exportPolicyConfiguration.exportPolicies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"nullable": true, "type": "string", "name": "redistributeConnectedSubnets", "arg": "$body.properties.redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "string", "name": "redistributeStaticRoutes", "arg": "$body.properties.redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "object", "name": "staticRouteRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.staticRouteRoutePolicy.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "@L3ExportRoutePolicyPatch_update.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "@L3ExportRoutePolicyPatch_update.exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicyPatch_update"}]}, {"nullable": true, "type": "object", "name": "v4routePrefixLimit", "arg": "$body.properties.v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "$body.properties.v4routePrefixLimit.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "$body.properties.v4routePrefixLimit.threshold"}]}, {"nullable": true, "type": "object", "name": "v6routePrefixLimit", "arg": "$body.properties.v6routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit", "arg": "$body.properties.v6routePrefixLimit.hardLimit"}, {"type": "integer32", "name": "threshold", "arg": "$body.properties.v6routePrefixLimit.threshold"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L3IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["n", "name", "l3-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L3IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "aggregateRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "AggregateRoute_read"}, "identifiers": ["prefix"]}, {"type": "array<@AggregateRoute_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@AggregateRoute_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "connectedSubnetRoutePolicy", "props": [{"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}], "cls": "L3ExportRoutePolicy_read"}]}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"default": {"value": "True"}, "type": "string", "name": "redistributeConnectedSubnets", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": "False"}, "type": "string", "name": "redistributeStaticRoutes", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "staticRouteRoutePolicy", "props": [{"type": "@L3ExportRoutePolicy_read", "name": "exportRoutePolicy"}]}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "object", "name": "v4routePrefixLimit", "props": [{"type": "integer32", "name": "hardLimit"}, {"type": "integer32", "name": "threshold"}], "cls": "RoutePrefixLimitProperties_read"}, {"type": "@RoutePrefixLimitProperties_read", "name": "v6routePrefixLimit"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L3IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..36a856deb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml @@ -0,0 +1,1892 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..6c5b4835f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2NvbW1pdENvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l3domain", "commands": [{"name": "commit-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2NvbW1pdENvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_CommitConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/commitConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..b542bc679 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.json new file mode 100644 index 000000000..9c5a3e6b9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3M=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric externalnetwork", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3M=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "ExternalNetworks_ListByL3IsolationDomain", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..ae167cd68 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json index c4ab1e4bb..e921f9ca9 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric externalnetwork", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "ExternalNetworks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource."}}, {"type": "object", "var": "$body.properties.optionAProperties", "options": ["option-a-properties"], "group": "Properties", "help": {"short": "option A properties object"}, "args": [{"type": "object", "var": "$body.properties.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "object", "var": "$body.properties.optionAProperties.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BMP Monitor Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "BMP Configuration State."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.egressAclId", "options": ["egress-acl-id"], "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.ingressAclId", "options": ["ingress-acl-id"], "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "integer32", "var": "$body.properties.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "options": ["native-ipv4-prefix-limit"], "help": {"short": "Native IPv4 prefix limits configuration"}, "args": [{"type": "array", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitProperties_create.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle Time Expiry in seconds, default is 60."}, "default": {"value": 60}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "options": ["native-ipv6-prefix-limit"], "help": {"short": "Native IPv6 prefix limits configuration"}, "args": [{"type": "array<@PrefixLimitProperties_create>", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "integer64", "var": "$body.properties.optionAProperties.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4OverV6 BGP Session state"}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.optionAProperties.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "V6OverV4 BGP Session state"}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$body.properties.optionAProperties.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "Vlan identifier. Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "$body.properties.optionBProperties", "options": ["option-b-properties"], "group": "Properties", "help": {"short": "option B properties object"}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "RouteTargets to be applied."}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "$body.properties.peeringOption", "options": ["peering-option"], "required": true, "group": "Properties", "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}, {"type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "ExternalNetworks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "$body.properties.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.optionAProperties.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "$body.properties.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionAProperties.bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "arg": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.optionAProperties.egressAclId"}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.optionAProperties.ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitProperties_create.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitProperties_create.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitProperties_create.threshold"}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_create>", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionAProperties.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.optionAProperties.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.optionAProperties.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionAProperties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "$body.properties.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "$body.properties.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "$body.properties.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "$body.properties.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "$body.properties.peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource."}}, {"nullable": true, "type": "object", "var": "$body.properties.optionAProperties", "options": ["option-a-properties"], "group": "Properties", "help": {"short": "option A properties object"}, "args": [{"type": "object", "var": "$body.properties.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "object", "var": "$body.properties.optionAProperties.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BMP Monitor Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "BMP Configuration State."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.egressAclId", "options": ["egress-acl-id"], "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.ingressAclId", "options": ["ingress-acl-id"], "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "integer32", "var": "$body.properties.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "options": ["native-ipv4-prefix-limit"], "help": {"short": "Native IPv4 prefix limit configuration"}, "args": [{"type": "array", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitPatchProperties_update.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle time expiry in seconds."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "options": ["native-ipv6-prefix-limit"], "help": {"short": "Native IPv6 prefix limit configuration"}, "args": [{"type": "array<@PrefixLimitPatchProperties_update>", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"type": "integer64", "var": "$body.properties.optionAProperties.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4OverV6 BGP Session state"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.optionAProperties.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "V6OverV4 BGP Session state"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$body.properties.optionAProperties.vlanId", "options": ["vlan-id"], "help": {"short": "Vlan identifier. Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"nullable": true, "type": "object", "var": "$body.properties.optionBProperties", "options": ["option-b-properties"], "group": "Properties", "help": {"short": "option B properties object"}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "RouteTargets to be applied."}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"nullable": true, "type": "string", "var": "$body.properties.peeringOption", "options": ["peering-option"], "group": "Properties", "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}, {"nullable": true, "type": "object", "name": "optionAProperties", "arg": "$body.properties.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.optionAProperties.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "$body.properties.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionAProperties.bmpConfiguration", "props": [{"type": "string", "name": "configurationState", "arg": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.optionAProperties.egressAclId"}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.optionAProperties.ingressAclId"}, {"type": "integer32", "name": "mtu", "arg": "$body.properties.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitPatchProperties_update.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitPatchProperties_update.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitPatchProperties_update.threshold"}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitPatchProperties_update>", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionAProperties.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv6Prefix"}, {"type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.optionAProperties.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.optionAProperties.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionAProperties.vlanId", "format": {"maximum": 4094, "minimum": 501}}]}, {"nullable": true, "type": "object", "name": "optionBProperties", "arg": "$body.properties.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "$body.properties.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "$body.properties.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "$body.properties.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"nullable": true, "type": "string", "name": "peeringOption", "arg": "$body.properties.peeringOption", "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric externalnetwork", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "ExternalNetworks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"type": "object", "var": "$resource.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource."}}, {"type": "object", "var": "$resource.properties.optionAProperties", "options": ["option-a-properties"], "group": "Properties", "help": {"short": "option A properties object"}, "args": [{"type": "object", "var": "$resource.properties.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "$resource.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "$resource.properties.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "object", "var": "$resource.properties.optionAProperties.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BMP Monitor Configuration."}, "args": [{"type": "string", "var": "$resource.properties.optionAProperties.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "BMP Configuration State."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.optionAProperties.egressAclId", "options": ["egress-acl-id"], "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.optionAProperties.ingressAclId", "options": ["ingress-acl-id"], "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "integer32", "var": "$resource.properties.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$resource.properties.optionAProperties.nativeIpv4PrefixLimit", "options": ["native-ipv4-prefix-limit"], "help": {"short": "Native IPv4 prefix limits configuration"}, "args": [{"type": "array", "var": "$resource.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitProperties_create.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle Time Expiry in seconds, default is 60."}, "default": {"value": 60}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$resource.properties.optionAProperties.nativeIpv6PrefixLimit", "options": ["native-ipv6-prefix-limit"], "help": {"short": "Native IPv6 prefix limits configuration"}, "args": [{"type": "array<@PrefixLimitProperties_create>", "var": "$resource.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "integer64", "var": "$resource.properties.optionAProperties.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$resource.properties.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$resource.properties.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$resource.properties.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$resource.properties.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$resource.properties.optionAProperties.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4OverV6 BGP Session state"}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$resource.properties.optionAProperties.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "V6OverV4 BGP Session state"}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$resource.properties.optionAProperties.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "Vlan identifier. Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "$resource.properties.optionBProperties", "options": ["option-b-properties"], "group": "Properties", "help": {"short": "option B properties object"}, "args": [{"type": "array", "var": "$resource.properties.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.properties.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "RouteTargets to be applied."}, "args": [{"type": "array", "var": "$resource.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "$resource.properties.peeringOption", "options": ["peering-option"], "required": true, "group": "Properties", "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}, {"type": "object", "var": "$resource.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$resource.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "array", "var": "$resource.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$resource.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "ExternalNetworks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$resource.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$resource.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$resource.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "arg": "$resource.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$resource.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$resource.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$resource.properties.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "$resource.properties.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$resource.properties.optionAProperties.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "$resource.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "$resource.properties.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "object", "name": "bmpConfiguration", "arg": "$resource.properties.optionAProperties.bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "arg": "$resource.properties.optionAProperties.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$resource.properties.optionAProperties.egressAclId"}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$resource.properties.optionAProperties.ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$resource.properties.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$resource.properties.optionAProperties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$resource.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitProperties_create.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitProperties_create.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitProperties_create.threshold"}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$resource.properties.optionAProperties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_create>", "name": "prefixLimits", "arg": "$resource.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "integer64", "name": "peerASN", "arg": "$resource.properties.optionAProperties.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$resource.properties.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$resource.properties.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$resource.properties.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$resource.properties.optionAProperties.secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "arg": "$resource.properties.optionAProperties.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "arg": "$resource.properties.optionAProperties.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "arg": "$resource.properties.optionAProperties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "$resource.properties.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "$resource.properties.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "$resource.properties.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "$resource.properties.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "$resource.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "$resource.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "$resource.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "$resource.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "$resource.properties.peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$resource.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$resource.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "array", "name": "ipv4Routes", "arg": "$resource.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$resource.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$properties.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource."}}, {"nullable": true, "type": "object", "var": "$properties.properties.optionAProperties", "options": ["option-a-properties"], "group": "Properties", "help": {"short": "option A properties object"}, "args": [{"type": "object", "var": "$properties.properties.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "$properties.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "$properties.properties.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "object", "var": "$properties.properties.optionAProperties.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BMP Monitor Configuration."}, "args": [{"type": "string", "var": "$properties.properties.optionAProperties.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "BMP Configuration State."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.optionAProperties.egressAclId", "options": ["egress-acl-id"], "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.optionAProperties.ingressAclId", "options": ["ingress-acl-id"], "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "integer32", "var": "$properties.properties.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$properties.properties.optionAProperties.nativeIpv4PrefixLimit", "options": ["native-ipv4-prefix-limit"], "help": {"short": "Native IPv4 prefix limit configuration"}, "args": [{"type": "array", "var": "$properties.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitPatchProperties_update.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle time expiry in seconds."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"type": "object", "var": "$properties.properties.optionAProperties.nativeIpv6PrefixLimit", "options": ["native-ipv6-prefix-limit"], "help": {"short": "Native IPv6 prefix limit configuration"}, "args": [{"type": "array<@PrefixLimitPatchProperties_update>", "var": "$properties.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"type": "integer64", "var": "$properties.properties.optionAProperties.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$properties.properties.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$properties.properties.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$properties.properties.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$properties.properties.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$properties.properties.optionAProperties.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4OverV6 BGP Session state"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$properties.properties.optionAProperties.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "V6OverV4 BGP Session state"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$properties.properties.optionAProperties.vlanId", "options": ["vlan-id"], "help": {"short": "Vlan identifier. Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.optionBProperties", "options": ["option-b-properties"], "group": "Properties", "help": {"short": "option B properties object"}, "args": [{"type": "array", "var": "$properties.properties.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.properties.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "RouteTargets to be applied."}, "args": [{"type": "array", "var": "$properties.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"nullable": true, "type": "string", "var": "$properties.properties.peeringOption", "options": ["peering-option"], "group": "Properties", "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}, {"nullable": true, "type": "object", "var": "$properties.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$properties.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "array", "var": "$properties.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$properties.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$properties.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$properties.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$properties.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$properties.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$properties.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$properties.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$properties.properties.networkToNetworkInterconnectId"}, {"nullable": true, "type": "object", "name": "optionAProperties", "arg": "$properties.properties.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$properties.properties.optionAProperties.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "$properties.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "$properties.properties.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "object", "name": "bmpConfiguration", "arg": "$properties.properties.optionAProperties.bmpConfiguration", "props": [{"type": "string", "name": "configurationState", "arg": "$properties.properties.optionAProperties.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$properties.properties.optionAProperties.egressAclId"}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$properties.properties.optionAProperties.ingressAclId"}, {"type": "integer32", "name": "mtu", "arg": "$properties.properties.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$properties.properties.optionAProperties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$properties.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitPatchProperties_update.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitPatchProperties_update.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitPatchProperties_update.threshold"}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$properties.properties.optionAProperties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitPatchProperties_update>", "name": "prefixLimits", "arg": "$properties.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"type": "integer64", "name": "peerASN", "arg": "$properties.properties.optionAProperties.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$properties.properties.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$properties.properties.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$properties.properties.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$properties.properties.optionAProperties.secondaryIpv6Prefix"}, {"type": "string", "name": "v4OverV6BgpSession", "arg": "$properties.properties.optionAProperties.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "v6OverV4BgpSession", "arg": "$properties.properties.optionAProperties.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "arg": "$properties.properties.optionAProperties.vlanId", "format": {"maximum": 4094, "minimum": 501}}]}, {"nullable": true, "type": "object", "name": "optionBProperties", "arg": "$properties.properties.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "$properties.properties.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "$properties.properties.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "$properties.properties.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "$properties.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "$properties.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "$properties.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "$properties.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"nullable": true, "type": "string", "name": "peeringOption", "arg": "$properties.properties.peeringOption", "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$properties.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$properties.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "array", "name": "ipv4Routes", "arg": "$properties.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$properties.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml index 648da925d..3b5e994ac 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml @@ -331,46 +331,46 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -379,20 +379,20 @@ - + - + - + - + - + @@ -409,31 +409,31 @@ - + - + - + - + - + - + - + - + @@ -441,7 +441,7 @@ - + @@ -449,51 +449,51 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -504,7 +504,7 @@ - + @@ -518,7 +518,7 @@ - + @@ -548,29 +548,29 @@ - + - - - - + + + + - - - + + + - - - - + + + + - + - - + + @@ -578,14 +578,14 @@ - - - + + + - - + + @@ -596,67 +596,67 @@ - - + + - + - - - - - + + + + + - + - + - - + + - + - - + + - + - + - + - + - - + + @@ -664,7 +664,7 @@ - + @@ -675,7 +675,7 @@ - + @@ -922,44 +922,44 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -967,19 +967,19 @@ - + - + - + - + - + @@ -994,88 +994,88 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1084,7 +1084,7 @@ - + @@ -1098,7 +1098,7 @@ - + @@ -1128,38 +1128,38 @@ - + - - - - + + + + - - - + + + - - - - - - - - + + + + + + + + - - - + + + - - + + @@ -1167,68 +1167,68 @@ - - + + - + - - - - - + + + + + - + - + - - + + - + - - + + - + - + - + - + - - + + - + @@ -1239,7 +1239,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..204341ce8 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric externalnetwork", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "ExternalNetworks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the L2 ISD resource."}}, {"type": "object", "var": "$body.properties.optionAProperties", "options": ["option-a-properties"], "group": "Properties", "help": {"short": "option A properties object"}, "args": [{"type": "object", "var": "$body.properties.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "object", "var": "$body.properties.optionAProperties.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BMP Monitor Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "BMP Configuration State."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.egressAclId", "options": ["egress-acl-id"], "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.ingressAclId", "options": ["ingress-acl-id"], "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "integer32", "var": "$body.properties.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "options": ["native-ipv4-prefix-limit"], "help": {"short": "Native IPv4 prefix limits configuration"}, "args": [{"type": "array", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitProperties_create.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle Time Expiry in seconds, default is 60."}, "default": {"value": 60}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "options": ["native-ipv6-prefix-limit"], "help": {"short": "Native IPv6 prefix limits configuration"}, "args": [{"type": "array<@PrefixLimitProperties_create>", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "integer64", "var": "$body.properties.optionAProperties.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4OverV6 BGP Session state"}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.optionAProperties.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "V6OverV4 BGP Session state"}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$body.properties.optionAProperties.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "Vlan identifier. Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "$body.properties.optionBProperties", "options": ["option-b-properties"], "group": "Properties", "help": {"short": "option B properties object"}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "RouteTargets to be applied."}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "$body.properties.peeringOption", "options": ["peering-option"], "required": true, "group": "Properties", "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}, {"type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "ExternalNetworks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "$body.properties.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.optionAProperties.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "$body.properties.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionAProperties.bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "arg": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.optionAProperties.egressAclId"}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.optionAProperties.ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitProperties_create.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitProperties_create.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitProperties_create.threshold"}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_create>", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionAProperties.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.optionAProperties.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.optionAProperties.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionAProperties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "$body.properties.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "$body.properties.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "$body.properties.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "$body.properties.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "$body.properties.peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the L2 ISD resource."}}, {"nullable": true, "type": "object", "var": "$body.properties.optionAProperties", "options": ["option-a-properties"], "group": "Properties", "help": {"short": "option A properties object"}, "args": [{"type": "object", "var": "$body.properties.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "$body.properties.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "object", "var": "$body.properties.optionAProperties.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BMP Monitor Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "BMP Configuration State."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.egressAclId", "options": ["egress-acl-id"], "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.optionAProperties.ingressAclId", "options": ["ingress-acl-id"], "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "integer32", "var": "$body.properties.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "options": ["native-ipv4-prefix-limit"], "help": {"short": "Native IPv4 prefix limit configuration"}, "args": [{"type": "array", "var": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitPatchProperties_update.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle time expiry in seconds."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"type": "object", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "options": ["native-ipv6-prefix-limit"], "help": {"short": "Native IPv6 prefix limit configuration"}, "args": [{"type": "array<@PrefixLimitPatchProperties_update>", "var": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"type": "integer64", "var": "$body.properties.optionAProperties.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionAProperties.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4OverV6 BGP Session state"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.optionAProperties.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "V6OverV4 BGP Session state"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$body.properties.optionAProperties.vlanId", "options": ["vlan-id"], "help": {"short": "Vlan identifier. Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"nullable": true, "type": "object", "var": "$body.properties.optionBProperties", "options": ["option-b-properties"], "group": "Properties", "help": {"short": "option B properties object"}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "RouteTargets to be applied. This is used for the backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "RouteTargets to be applied."}, "args": [{"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"nullable": true, "type": "string", "var": "$body.properties.peeringOption", "options": ["peering-option"], "group": "Properties", "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}, {"nullable": true, "type": "object", "name": "optionAProperties", "arg": "$body.properties.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.optionAProperties.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "$body.properties.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionAProperties.bmpConfiguration", "props": [{"type": "string", "name": "configurationState", "arg": "$body.properties.optionAProperties.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.optionAProperties.egressAclId"}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.optionAProperties.ingressAclId"}, {"type": "integer32", "name": "mtu", "arg": "$body.properties.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv4PrefixLimit.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitPatchProperties_update.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitPatchProperties_update.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitPatchProperties_update.threshold"}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitPatchProperties_update>", "name": "prefixLimits", "arg": "$body.properties.optionAProperties.nativeIpv6PrefixLimit.prefixLimits", "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionAProperties.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionAProperties.secondaryIpv6Prefix"}, {"type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.optionAProperties.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.optionAProperties.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionAProperties.vlanId", "format": {"maximum": 4094, "minimum": 501}}]}, {"nullable": true, "type": "object", "name": "optionBProperties", "arg": "$body.properties.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "$body.properties.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "$body.properties.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "$body.properties.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "$body.properties.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"nullable": true, "type": "string", "name": "peeringOption", "arg": "$body.properties.peeringOption", "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/externalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"readOnly": true, "type": "integer64", "name": "fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..202652f15 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1490 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..abb6d2162 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric externalnetwork", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the ExternalNetwork."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3IsolationDomain"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..b2f8cba8a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..813783968 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}/updatebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUJmZEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric externalnetwork", "commands": [{"name": "update-bfd-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}/updatebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUJmZEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name", "external-network-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.administrativeState", "options": ["administrative-state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}, {"name": "MAT", "value": "MAT"}, {"name": "RMA", "value": "RMA"}]}}, {"type": "string", "var": "$body.routeType", "options": ["route-type"], "group": "Body", "help": {"short": "Route Type that helps to know which bfd we are updating."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "Static", "value": "Static"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_UpdateBfdAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}/updateBfdAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "administrativeState", "arg": "$body.administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"type": "string", "name": "routeType", "arg": "$body.routeType", "enum": {"items": [{"value": "OptionA"}, {"value": "Static"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"type": "string", "name": "routeType", "enum": {"items": [{"value": "OptionA"}, {"value": "Static"}]}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..1f2f3525d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json new file mode 100644 index 000000000..c00ee03c9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}/updatestaticroutebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZVN0YXRpY1JvdXRlQmZkQWRtaW5pc3RyYXRpdmVTdGF0ZQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric externalnetwork", "commands": [{"name": "update-static-route-bfd-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/externalnetworks/{}/updatestaticroutebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2V4dGVybmFsTmV0d29ya3Mve2V4dGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZVN0YXRpY1JvdXRlQmZkQWRtaW5pc3RyYXRpdmVTdGF0ZQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.externalNetworkName", "options": ["resource-name", "external-network-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the External Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "ExternalNetworks_UpdateStaticRouteBfdAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}/updateStaticRouteBfdAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "externalNetworkName", "arg": "$Path.externalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml new file mode 100644 index 000000000..93c86904a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vZXh0ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.json new file mode 100644 index 000000000..c518dd431 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3M=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3M=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternalNetworks_ListByL3IsolationDomain", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..423ca4618 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcw==/2026-01-15-preview.xml @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json index 759a843e7..6609bdff9 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternalNetworks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.bgpConfiguration", "options": ["bgp-configuration"], "group": "Properties", "help": {"short": "BGP configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.bgpConfiguration.allowAS", "options": ["allow-as"], "help": {"short": "Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2."}, "default": {"value": 2}, "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "var": "$body.properties.bgpConfiguration.allowASOverride", "options": ["allow-as-override"], "help": {"short": "Enable Or Disable state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.bgpConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "object", "var": "$body.properties.bgpConfiguration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "InternalNetwork BMP Configuration"}, "args": [{"type": "string", "var": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "options": ["bmp-configuration-state"], "help": {"short": "BMP Monitoring configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "object", "var": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration", "options": ["export-policy-configuration"], "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"type": "array", "var": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "options": ["neighbor-ip-exclusions"], "help": {"short": "BMP Collector Address."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "var": "$body.properties.bgpConfiguration.defaultRouteOriginate", "options": ["default-route-originate"], "help": {"short": "Originate a defaultRoute. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "options": ["ipv4-listen-range-prefixes"], "help": {"short": "List of BGP IPv4 Listen Range prefixes."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "options": ["ipv4-neighbor-address"], "help": {"short": "List with stringified IPv4 Neighbor Addresses."}, "item": {"type": "object", "args": [{"type": "string", "var": "@NeighborAddress_create.address", "options": ["address"], "help": {"short": "IP Address."}, "format": {"minLength": 1}}], "cls": "NeighborAddress_create"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "options": ["ipv6-listen-range-prefixes"], "help": {"short": "List of BGP IPv6 Listen Ranges prefixes."}, "item": {"type": "string"}}, {"type": "array<@NeighborAddress_create>", "var": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "options": ["ipv6-neighbor-address"], "help": {"short": "List with stringified IPv6 Neighbor Address."}, "item": {"type": "@NeighborAddress_create"}}, {"type": "integer64", "var": "$body.properties.bgpConfiguration.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN. Example: 65047."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4 over V6 bgp session."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "v6 over v4 bgp session."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$body.properties.connectedIPv4Subnets", "options": ["connected-ipv4-subnets"], "group": "Properties", "help": {"short": "List of Connected IPv4 Subnets."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "@ConnectedSubnet_create.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "@ConnectedSubnet_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the Connected Subnet."}, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_create"}}, {"type": "array<@ConnectedSubnet_create>", "var": "$body.properties.connectedIPv6Subnets", "options": ["connected-ipv6-subnets"], "group": "Properties", "help": {"short": "List of connected IPv6 Subnets."}, "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_create"}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"type": "string", "var": "$body.properties.extension", "options": ["extension"], "group": "Properties", "help": {"short": "Extension. Example: NoExtension | NPB."}, "default": {"value": "NoExtension"}, "enum": {"items": [{"name": "NPB", "value": "NPB"}, {"name": "NoExtension", "value": "NoExtension"}]}}, {"type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "string", "var": "$body.properties.isMonitoringEnabled", "options": ["is-monitoring-enabled"], "group": "Properties", "help": {"short": "To check whether monitoring of internal network is enabled or not."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$body.properties.nativeIpv4PrefixLimit", "options": ["nat-ipv4-prefix-limit", "native-ipv4-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv4 Prefix Limit Configuration properties."}, "args": [{"type": "array", "var": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitProperties_create.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle Time Expiry in seconds, default is 60."}, "default": {"value": 60}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$body.properties.nativeIpv6PrefixLimit", "options": ["nat-ipv6-prefix-limit", "native-ipv6-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv6 Prefix Limit Configuration properties."}, "args": [{"type": "array<@PrefixLimitProperties_create>", "var": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration properties."}, "args": [{"type": "@BfdConfiguration_create", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}}, {"type": "string", "var": "$body.properties.staticRouteConfiguration.extension", "options": ["extension"], "help": {"short": "Extension. Example: NoExtension | NPB."}, "default": {"value": "NoExtension"}, "enum": {"items": [{"name": "NPB", "value": "NPB"}, {"name": "NoExtension", "value": "NoExtension"}]}}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "integer32", "var": "$body.properties.vlanId", "options": ["vlan-id"], "required": true, "group": "Properties", "help": {"short": "Vlan identifier. Example: 1001."}, "format": {"maximum": 4094, "minimum": 100}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternalNetworks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "bgpConfiguration", "arg": "$body.properties.bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "arg": "$body.properties.bgpConfiguration.allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "arg": "$body.properties.bgpConfiguration.allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation", "arg": "$body.properties.bgpConfiguration.annotation"}, {"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.bgpConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.bgpConfiguration.bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "arg": "$body.properties.bgpConfiguration.defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "array", "name": "ipv4ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "arg": "@NeighborAddress_create.address", "format": {"minLength": 1}}], "cls": "NeighborAddress_create"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_create>", "name": "ipv6NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "item": {"type": "@NeighborAddress_create"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.bgpConfiguration.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "connectedIPv4Subnets", "arg": "$body.properties.connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation", "arg": "@ConnectedSubnet_create.annotation"}, {"type": "string", "name": "prefix", "arg": "@ConnectedSubnet_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_create"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_create>", "name": "connectedIPv6Subnets", "arg": "$body.properties.connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_create"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "arg": "$body.properties.extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "arg": "$body.properties.isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitProperties_create.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitProperties_create.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitProperties_create.threshold"}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_create>", "name": "prefixLimits", "arg": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_create", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "arg": "$body.properties.staticRouteConfiguration.extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.bgpConfiguration", "options": ["bgp-configuration"], "group": "Properties", "help": {"short": "BGP configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.bgpConfiguration.allowAS", "options": ["allow-as"], "help": {"short": "Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2."}, "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "var": "$body.properties.bgpConfiguration.allowASOverride", "options": ["allow-as-override"], "help": {"short": "Enable Or Disable state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.bgpConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "object", "var": "$body.properties.bgpConfiguration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "InternalNetwork BMP Configuration"}, "args": [{"type": "string", "var": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "options": ["bmp-configuration-state"], "help": {"short": "BMP Monitoring configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "array", "var": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "options": ["neighbor-ip-exclusions"], "help": {"short": "Neighbor IP Address exclusions for BMP."}, "item": {"type": "string"}}]}, {"type": "string", "var": "$body.properties.bgpConfiguration.defaultRouteOriginate", "options": ["default-route-originate"], "help": {"short": "Originate a defaultRoute. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "options": ["ipv4-listen-range-prefixes"], "help": {"short": "List of BGP IPv4 Listen Range prefixes."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "options": ["ipv4-neighbor-address"], "help": {"short": "List with stringified IPv4 Neighbor Addresses."}, "item": {"type": "object", "args": [{"type": "string", "var": "@NeighborAddressPatch_update.address", "options": ["address"], "help": {"short": "IP Address."}, "format": {"minLength": 1}}], "cls": "NeighborAddressPatch_update"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "options": ["ipv6-listen-range-prefixes"], "help": {"short": "List of BGP IPv6 Listen Ranges prefixes."}, "item": {"type": "string"}}, {"type": "array<@NeighborAddressPatch_update>", "var": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "options": ["ipv6-neighbor-address"], "help": {"short": "List with stringified IPv6 Neighbor Address."}, "item": {"type": "@NeighborAddressPatch_update"}}, {"type": "integer64", "var": "$body.properties.bgpConfiguration.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN. Example: 65047."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4 over V6 bgp session."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "v6 over v4 bgp session."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "var": "$body.properties.connectedIPv4Subnets", "options": ["connected-ipv4-subnets"], "group": "Properties", "help": {"short": "List of Connected IPv4 Subnets."}, "item": {"type": "object", "args": [{"type": "string", "var": "@ConnectedSubnetPatch_update.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "@ConnectedSubnetPatch_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the Connected Subnet."}, "format": {"minLength": 1}}], "cls": "ConnectedSubnetPatch_update"}}, {"nullable": true, "type": "array<@ConnectedSubnetPatch_update>", "var": "$body.properties.connectedIPv6Subnets", "options": ["connected-ipv6-subnets"], "group": "Properties", "help": {"short": "List of connected IPv6 Subnets."}, "item": {"type": "@ConnectedSubnetPatch_update"}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "string", "var": "$body.properties.isMonitoringEnabled", "options": ["is-monitoring-enabled"], "group": "Properties", "help": {"short": "To check whether monitoring of internal network is enabled or not."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "object", "var": "$body.properties.nativeIpv4PrefixLimit", "options": ["nat-ipv4-prefix-limit", "native-ipv4-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv4 Prefix Limit Configuration properties."}, "args": [{"type": "array", "var": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitPatchProperties_update.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle time expiry in seconds."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$body.properties.nativeIpv6PrefixLimit", "options": ["nat-ipv6-prefix-limit", "native-ipv6-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv6 Prefix Limit Configuration properties."}, "args": [{"type": "array<@PrefixLimitPatchProperties_update>", "var": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration properties."}, "args": [{"type": "@BfdPatchConfiguration_update", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "bgpConfiguration", "arg": "$body.properties.bgpConfiguration", "props": [{"type": "integer32", "name": "allowAS", "arg": "$body.properties.bgpConfiguration.allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "arg": "$body.properties.bgpConfiguration.allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation", "arg": "$body.properties.bgpConfiguration.annotation"}, {"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.bgpConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.bgpConfiguration.bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "array", "name": "neighborIpExclusions", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "arg": "$body.properties.bgpConfiguration.defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "array", "name": "ipv4ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "arg": "@NeighborAddressPatch_update.address", "format": {"minLength": 1}}], "cls": "NeighborAddressPatch_update"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddressPatch_update>", "name": "ipv6NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "item": {"type": "@NeighborAddressPatch_update"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.bgpConfiguration.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "name": "connectedIPv4Subnets", "arg": "$body.properties.connectedIPv4Subnets", "item": {"type": "object", "props": [{"type": "string", "name": "annotation", "arg": "@ConnectedSubnetPatch_update.annotation"}, {"type": "string", "name": "prefix", "arg": "@ConnectedSubnetPatch_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnetPatch_update"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "array<@ConnectedSubnetPatch_update>", "name": "connectedIPv6Subnets", "arg": "$body.properties.connectedIPv6Subnets", "item": {"type": "@ConnectedSubnetPatch_update"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"nullable": true, "type": "string", "name": "isMonitoringEnabled", "arg": "$body.properties.isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitPatchProperties_update.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitPatchProperties_update.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitPatchProperties_update.threshold"}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitPatchProperties_update>", "name": "prefixLimits", "arg": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "@BfdPatchConfiguration_update", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternalNetworks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.bgpConfiguration", "options": ["bgp-configuration"], "group": "Properties", "help": {"short": "BGP configuration properties."}, "args": [{"type": "integer32", "var": "$resource.properties.bgpConfiguration.allowAS", "options": ["allow-as"], "help": {"short": "Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2."}, "default": {"value": 2}, "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "var": "$resource.properties.bgpConfiguration.allowASOverride", "options": ["allow-as-override"], "help": {"short": "Enable Or Disable state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}]}}, {"type": "string", "var": "$resource.properties.bgpConfiguration.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.bgpConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "object", "var": "$resource.properties.bgpConfiguration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "InternalNetwork BMP Configuration"}, "args": [{"type": "string", "var": "$resource.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "options": ["bmp-configuration-state"], "help": {"short": "BMP Monitoring configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "object", "var": "$resource.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration", "options": ["export-policy-configuration"], "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$resource.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"type": "array", "var": "$resource.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "options": ["neighbor-ip-exclusions"], "help": {"short": "BMP Collector Address."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "var": "$resource.properties.bgpConfiguration.defaultRouteOriginate", "options": ["default-route-originate"], "help": {"short": "Originate a defaultRoute. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "array", "var": "$resource.properties.bgpConfiguration.ipv4ListenRangePrefixes", "options": ["ipv4-listen-range-prefixes"], "help": {"short": "List of BGP IPv4 Listen Range prefixes."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.bgpConfiguration.ipv4NeighborAddress", "options": ["ipv4-neighbor-address"], "help": {"short": "List with stringified IPv4 Neighbor Addresses."}, "item": {"type": "object", "args": [{"type": "string", "var": "@NeighborAddress_create.address", "options": ["address"], "help": {"short": "IP Address."}, "format": {"minLength": 1}}], "cls": "NeighborAddress_create"}}, {"type": "array", "var": "$resource.properties.bgpConfiguration.ipv6ListenRangePrefixes", "options": ["ipv6-listen-range-prefixes"], "help": {"short": "List of BGP IPv6 Listen Ranges prefixes."}, "item": {"type": "string"}}, {"type": "array<@NeighborAddress_create>", "var": "$resource.properties.bgpConfiguration.ipv6NeighborAddress", "options": ["ipv6-neighbor-address"], "help": {"short": "List with stringified IPv6 Neighbor Address."}, "item": {"type": "@NeighborAddress_create"}}, {"type": "integer64", "var": "$resource.properties.bgpConfiguration.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN. Example: 65047."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$resource.properties.bgpConfiguration.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4 over V6 bgp session."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$resource.properties.bgpConfiguration.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "v6 over v4 bgp session."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$resource.properties.connectedIPv4Subnets", "options": ["connected-ipv4-subnets"], "group": "Properties", "help": {"short": "List of Connected IPv4 Subnets."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "@ConnectedSubnet_create.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "@ConnectedSubnet_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the Connected Subnet."}, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_create"}}, {"type": "array<@ConnectedSubnet_create>", "var": "$resource.properties.connectedIPv6Subnets", "options": ["connected-ipv6-subnets"], "group": "Properties", "help": {"short": "List of connected IPv6 Subnets."}, "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_create"}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"type": "object", "var": "$resource.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"type": "string", "var": "$resource.properties.extension", "options": ["extension"], "group": "Properties", "help": {"short": "Extension. Example: NoExtension | NPB."}, "default": {"value": "NoExtension"}, "enum": {"items": [{"name": "NPB", "value": "NPB"}, {"name": "NoExtension", "value": "NoExtension"}]}}, {"type": "object", "var": "$resource.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "string", "var": "$resource.properties.isMonitoringEnabled", "options": ["is-monitoring-enabled"], "group": "Properties", "help": {"short": "To check whether monitoring of internal network is enabled or not."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "integer32", "var": "$resource.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$resource.properties.nativeIpv4PrefixLimit", "options": ["nat-ipv4-prefix-limit", "native-ipv4-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv4 Prefix Limit Configuration properties."}, "args": [{"type": "array", "var": "$resource.properties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitProperties_create.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle Time Expiry in seconds, default is 60."}, "default": {"value": 60}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$resource.properties.nativeIpv6PrefixLimit", "options": ["nat-ipv6-prefix-limit", "native-ipv6-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv6 Prefix Limit Configuration properties."}, "args": [{"type": "array<@PrefixLimitProperties_create>", "var": "$resource.properties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$resource.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration properties."}, "args": [{"type": "@BfdConfiguration_create", "var": "$resource.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}}, {"type": "string", "var": "$resource.properties.staticRouteConfiguration.extension", "options": ["extension"], "help": {"short": "Extension. Example: NoExtension | NPB."}, "default": {"value": "NoExtension"}, "enum": {"items": [{"name": "NPB", "value": "NPB"}, {"name": "NoExtension", "value": "NoExtension"}]}}, {"type": "array", "var": "$resource.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$resource.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "integer32", "var": "$resource.properties.vlanId", "options": ["vlan-id"], "required": true, "group": "Properties", "help": {"short": "Vlan identifier. Example: 1001."}, "format": {"maximum": 4094, "minimum": 100}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternalNetworks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "object", "name": "bgpConfiguration", "arg": "$resource.properties.bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "arg": "$resource.properties.bgpConfiguration.allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "arg": "$resource.properties.bgpConfiguration.allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation", "arg": "$resource.properties.bgpConfiguration.annotation"}, {"type": "object", "name": "bfdConfiguration", "arg": "$resource.properties.bgpConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "object", "name": "bmpConfiguration", "arg": "$resource.properties.bgpConfiguration.bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "arg": "$resource.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$resource.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$resource.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "arg": "$resource.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "arg": "$resource.properties.bgpConfiguration.defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "array", "name": "ipv4ListenRangePrefixes", "arg": "$resource.properties.bgpConfiguration.ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "arg": "$resource.properties.bgpConfiguration.ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "arg": "@NeighborAddress_create.address", "format": {"minLength": 1}}], "cls": "NeighborAddress_create"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "arg": "$resource.properties.bgpConfiguration.ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_create>", "name": "ipv6NeighborAddress", "arg": "$resource.properties.bgpConfiguration.ipv6NeighborAddress", "item": {"type": "@NeighborAddress_create"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "arg": "$resource.properties.bgpConfiguration.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "arg": "$resource.properties.bgpConfiguration.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "arg": "$resource.properties.bgpConfiguration.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "connectedIPv4Subnets", "arg": "$resource.properties.connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation", "arg": "@ConnectedSubnet_create.annotation"}, {"type": "string", "name": "prefix", "arg": "@ConnectedSubnet_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_create"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_create>", "name": "connectedIPv6Subnets", "arg": "$resource.properties.connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_create"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$resource.properties.egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$resource.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$resource.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$resource.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "arg": "$resource.properties.extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "arg": "$resource.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$resource.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$resource.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$resource.properties.ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "arg": "$resource.properties.isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$resource.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$resource.properties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$resource.properties.nativeIpv4PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitProperties_create.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitProperties_create.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitProperties_create.threshold"}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$resource.properties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_create>", "name": "prefixLimits", "arg": "$resource.properties.nativeIpv6PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$resource.properties.staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_create", "name": "bfdConfiguration", "arg": "$resource.properties.staticRouteConfiguration.bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "arg": "$resource.properties.staticRouteConfiguration.extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "arg": "$resource.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$resource.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "arg": "$resource.properties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$properties.properties.bgpConfiguration", "options": ["bgp-configuration"], "group": "Properties", "help": {"short": "BGP configuration properties."}, "args": [{"type": "integer32", "var": "$properties.properties.bgpConfiguration.allowAS", "options": ["allow-as"], "help": {"short": "Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2."}, "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "var": "$properties.properties.bgpConfiguration.allowASOverride", "options": ["allow-as-override"], "help": {"short": "Enable Or Disable state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}]}}, {"type": "string", "var": "$properties.properties.bgpConfiguration.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$properties.properties.bgpConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "object", "var": "$properties.properties.bgpConfiguration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "InternalNetwork BMP Configuration"}, "args": [{"type": "string", "var": "$properties.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "options": ["bmp-configuration-state"], "help": {"short": "BMP Monitoring configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "array", "var": "$properties.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "options": ["neighbor-ip-exclusions"], "help": {"short": "BMP Collector Address."}, "item": {"type": "string"}}]}, {"type": "string", "var": "$properties.properties.bgpConfiguration.defaultRouteOriginate", "options": ["default-route-originate"], "help": {"short": "Originate a defaultRoute. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "array", "var": "$properties.properties.bgpConfiguration.ipv4ListenRangePrefixes", "options": ["ipv4-listen-range-prefixes"], "help": {"short": "List of BGP IPv4 Listen Range prefixes."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.bgpConfiguration.ipv4NeighborAddress", "options": ["ipv4-neighbor-address"], "help": {"short": "List with stringified IPv4 Neighbor Addresses."}, "item": {"type": "object", "args": [{"type": "string", "var": "@NeighborAddressPatch_update.address", "options": ["address"], "help": {"short": "IP Address."}, "format": {"minLength": 1}}], "cls": "NeighborAddressPatch_update"}}, {"type": "array", "var": "$properties.properties.bgpConfiguration.ipv6ListenRangePrefixes", "options": ["ipv6-listen-range-prefixes"], "help": {"short": "List of BGP IPv6 Listen Ranges prefixes."}, "item": {"type": "string"}}, {"type": "array<@NeighborAddressPatch_update>", "var": "$properties.properties.bgpConfiguration.ipv6NeighborAddress", "options": ["ipv6-neighbor-address"], "help": {"short": "List with stringified IPv6 Neighbor Address."}, "item": {"type": "@NeighborAddressPatch_update"}}, {"type": "integer64", "var": "$properties.properties.bgpConfiguration.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN. Example: 65047."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$properties.properties.bgpConfiguration.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4 over V6 bgp session."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$properties.properties.bgpConfiguration.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "v6 over v4 bgp session."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "var": "$properties.properties.connectedIPv4Subnets", "options": ["connected-ipv4-subnets"], "group": "Properties", "help": {"short": "List of Connected IPv4 Subnets."}, "item": {"type": "object", "args": [{"type": "string", "var": "@ConnectedSubnetPatch_update.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "@ConnectedSubnetPatch_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the Connected Subnet."}, "format": {"minLength": 1}}], "cls": "ConnectedSubnetPatch_update"}}, {"nullable": true, "type": "array<@ConnectedSubnetPatch_update>", "var": "$properties.properties.connectedIPv6Subnets", "options": ["connected-ipv6-subnets"], "group": "Properties", "help": {"short": "List of connected IPv6 Subnets."}, "item": {"type": "@ConnectedSubnetPatch_update"}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$properties.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "string", "var": "$properties.properties.isMonitoringEnabled", "options": ["is-monitoring-enabled"], "group": "Properties", "help": {"short": "To check whether monitoring of internal network is enabled or not."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "integer32", "var": "$properties.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "object", "var": "$properties.properties.nativeIpv4PrefixLimit", "options": ["nat-ipv4-prefix-limit", "native-ipv4-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv4 Prefix Limit Configuration properties."}, "args": [{"type": "array", "var": "$properties.properties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitPatchProperties_update.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle time expiry in seconds."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.nativeIpv6PrefixLimit", "options": ["nat-ipv6-prefix-limit", "native-ipv6-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv6 Prefix Limit Configuration properties."}, "args": [{"type": "array<@PrefixLimitPatchProperties_update>", "var": "$properties.properties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration properties."}, "args": [{"type": "@BfdPatchConfiguration_update", "var": "$properties.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}}, {"type": "array", "var": "$properties.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$properties.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "object", "name": "bgpConfiguration", "arg": "$properties.properties.bgpConfiguration", "props": [{"type": "integer32", "name": "allowAS", "arg": "$properties.properties.bgpConfiguration.allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "arg": "$properties.properties.bgpConfiguration.allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation", "arg": "$properties.properties.bgpConfiguration.annotation"}, {"type": "object", "name": "bfdConfiguration", "arg": "$properties.properties.bgpConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "object", "name": "bmpConfiguration", "arg": "$properties.properties.bgpConfiguration.bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "arg": "$properties.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "array", "name": "neighborIpExclusions", "arg": "$properties.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "arg": "$properties.properties.bgpConfiguration.defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "array", "name": "ipv4ListenRangePrefixes", "arg": "$properties.properties.bgpConfiguration.ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "arg": "$properties.properties.bgpConfiguration.ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "arg": "@NeighborAddressPatch_update.address", "format": {"minLength": 1}}], "cls": "NeighborAddressPatch_update"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "arg": "$properties.properties.bgpConfiguration.ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddressPatch_update>", "name": "ipv6NeighborAddress", "arg": "$properties.properties.bgpConfiguration.ipv6NeighborAddress", "item": {"type": "@NeighborAddressPatch_update"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "arg": "$properties.properties.bgpConfiguration.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "v4OverV6BgpSession", "arg": "$properties.properties.bgpConfiguration.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "v6OverV4BgpSession", "arg": "$properties.properties.bgpConfiguration.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "name": "connectedIPv4Subnets", "arg": "$properties.properties.connectedIPv4Subnets", "item": {"type": "object", "props": [{"type": "string", "name": "annotation", "arg": "@ConnectedSubnetPatch_update.annotation"}, {"type": "string", "name": "prefix", "arg": "@ConnectedSubnetPatch_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnetPatch_update"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "array<@ConnectedSubnetPatch_update>", "name": "connectedIPv6Subnets", "arg": "$properties.properties.connectedIPv6Subnets", "item": {"type": "@ConnectedSubnetPatch_update"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$properties.properties.egressAclId"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$properties.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$properties.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$properties.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$properties.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$properties.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$properties.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$properties.properties.ingressAclId"}, {"nullable": true, "type": "string", "name": "isMonitoringEnabled", "arg": "$properties.properties.isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "integer32", "name": "mtu", "arg": "$properties.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$properties.properties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$properties.properties.nativeIpv4PrefixLimit.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitPatchProperties_update.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitPatchProperties_update.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitPatchProperties_update.threshold"}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$properties.properties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitPatchProperties_update>", "name": "prefixLimits", "arg": "$properties.properties.nativeIpv6PrefixLimit.prefixLimits", "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$properties.properties.staticRouteConfiguration", "props": [{"type": "@BfdPatchConfiguration_update", "name": "bfdConfiguration", "arg": "$properties.properties.staticRouteConfiguration.bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "arg": "$properties.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$properties.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml index 6fced3b29..4ddc76f70 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2025-07-15.xml @@ -410,27 +410,27 @@ - + - + - + - + - + - + @@ -441,18 +441,18 @@ - + - + - + - + @@ -465,24 +465,24 @@ - + - + - + - + @@ -491,19 +491,19 @@ - + - + - + - + @@ -511,7 +511,7 @@ - + @@ -520,7 +520,7 @@ - + @@ -533,24 +533,24 @@ - + - + - + - + - + - + @@ -558,19 +558,19 @@ - + - + - + - + - + @@ -578,14 +578,14 @@ - + - + - + @@ -602,20 +602,20 @@ - + - + - + - + - + @@ -623,7 +623,7 @@ - + @@ -637,12 +637,12 @@ - + - + @@ -671,22 +671,22 @@ - + - - - + + + - + - - + + @@ -694,15 +694,15 @@ - - + + - - + + @@ -714,44 +714,44 @@ - + - + - + - + - + - + - + - + - + @@ -759,7 +759,7 @@ - + @@ -768,40 +768,40 @@ - + - - - - + + + + - + - - - + + + - - + + - + - - + + @@ -812,22 +812,22 @@ - - + + - - - + + + - + @@ -838,11 +838,11 @@ - + - + @@ -1167,26 +1167,26 @@ - + - + - + - + - + - + @@ -1195,32 +1195,32 @@ - + - + - - + + - + - + - + @@ -1229,26 +1229,26 @@ - + - + - + - + - + @@ -1256,7 +1256,7 @@ - + @@ -1268,48 +1268,48 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1324,19 +1324,19 @@ - + - + - + - + - + @@ -1350,7 +1350,7 @@ - + @@ -1380,74 +1380,74 @@ - + - - - + + + - + - - + + - - + + - + - + - + - + - + - + - + - + - + - + @@ -1455,30 +1455,30 @@ - + - - - - + + + + - - - + + + - - + + - + - - + + @@ -1486,14 +1486,14 @@ - - + + - - - + + + @@ -1504,7 +1504,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..05ab056de --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "InternalNetworks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.bgpConfiguration", "options": ["bgp-configuration"], "group": "Properties", "help": {"short": "BGP configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.bgpConfiguration.allowAS", "options": ["allow-as"], "help": {"short": "Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2."}, "default": {"value": 2}, "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "var": "$body.properties.bgpConfiguration.allowASOverride", "options": ["allow-as-override"], "help": {"short": "Enable Or Disable state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.bgpConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "object", "var": "$body.properties.bgpConfiguration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "InternalNetwork BMP Configuration"}, "args": [{"type": "string", "var": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "options": ["bmp-configuration-state"], "help": {"short": "BMP Monitoring configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "object", "var": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration", "options": ["export-policy-configuration"], "help": {"short": "BMP Export Policy configuration."}, "args": [{"type": "array", "var": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"type": "array", "var": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "options": ["neighbor-ip-exclusions"], "help": {"short": "BMP Collector Address."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "var": "$body.properties.bgpConfiguration.defaultRouteOriginate", "options": ["default-route-originate"], "help": {"short": "Originate a defaultRoute. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "options": ["ipv4-listen-range-prefixes"], "help": {"short": "List of BGP IPv4 Listen Range prefixes."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "options": ["ipv4-neighbor-address"], "help": {"short": "List with stringified IPv4 Neighbor Addresses."}, "item": {"type": "object", "args": [{"type": "string", "var": "@NeighborAddress_create.address", "options": ["address"], "help": {"short": "IP Address."}, "format": {"minLength": 1}}], "cls": "NeighborAddress_create"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "options": ["ipv6-listen-range-prefixes"], "help": {"short": "List of BGP IPv6 Listen Ranges prefixes."}, "item": {"type": "string"}}, {"type": "array<@NeighborAddress_create>", "var": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "options": ["ipv6-neighbor-address"], "help": {"short": "List with stringified IPv6 Neighbor Address."}, "item": {"type": "@NeighborAddress_create"}}, {"type": "integer64", "var": "$body.properties.bgpConfiguration.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN. Example: 65047."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4 over V6 bgp session."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "v6 over v4 bgp session."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$body.properties.connectedIPv4Subnets", "options": ["connected-ipv4-subnets"], "group": "Properties", "help": {"short": "List of Connected IPv4 Subnets."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "string", "var": "@ConnectedSubnet_create.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "@ConnectedSubnet_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the Connected Subnet."}, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_create"}}, {"type": "array<@ConnectedSubnet_create>", "var": "$body.properties.connectedIPv6Subnets", "options": ["connected-ipv6-subnets"], "group": "Properties", "help": {"short": "List of connected IPv6 Subnets."}, "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_create"}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"type": "string", "var": "$body.properties.extension", "options": ["extension"], "group": "Properties", "help": {"short": "Extension. Example: NoExtension | NPB."}, "default": {"value": "NoExtension"}, "enum": {"items": [{"name": "NPB", "value": "NPB"}, {"name": "NoExtension", "value": "NoExtension"}]}}, {"type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "string", "var": "$body.properties.isMonitoringEnabled", "options": ["is-monitoring-enabled"], "group": "Properties", "help": {"short": "To check whether monitoring of internal network is enabled or not."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "var": "$body.properties.nativeIpv4PrefixLimit", "options": ["nat-ipv4-prefix-limit", "native-ipv4-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv4 Prefix Limit Configuration properties."}, "args": [{"type": "array", "var": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitProperties_create.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle Time Expiry in seconds, default is 60."}, "default": {"value": 60}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitProperties_create.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$body.properties.nativeIpv6PrefixLimit", "options": ["nat-ipv6-prefix-limit", "native-ipv6-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv6 Prefix Limit Configuration properties."}, "args": [{"type": "array<@PrefixLimitProperties_create>", "var": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration properties."}, "args": [{"type": "@BfdConfiguration_create", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}}, {"type": "string", "var": "$body.properties.staticRouteConfiguration.extension", "options": ["extension"], "help": {"short": "Extension. Example: NoExtension | NPB."}, "default": {"value": "NoExtension"}, "enum": {"items": [{"name": "NPB", "value": "NPB"}, {"name": "NoExtension", "value": "NoExtension"}]}}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "integer32", "var": "$body.properties.vlanId", "options": ["vlan-id"], "required": true, "group": "Properties", "help": {"short": "Vlan identifier. Example: 1001."}, "format": {"maximum": 4094, "minimum": 100}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "InternalNetworks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "bgpConfiguration", "arg": "$body.properties.bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "arg": "$body.properties.bgpConfiguration.allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "arg": "$body.properties.bgpConfiguration.allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation", "arg": "$body.properties.bgpConfiguration.annotation"}, {"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.bgpConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.bgpConfiguration.bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "arg": "$body.properties.bgpConfiguration.defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "array", "name": "ipv4ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "arg": "@NeighborAddress_create.address", "format": {"minLength": 1}}], "cls": "NeighborAddress_create"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_create>", "name": "ipv6NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "item": {"type": "@NeighborAddress_create"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.bgpConfiguration.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "connectedIPv4Subnets", "arg": "$body.properties.connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation", "arg": "@ConnectedSubnet_create.annotation"}, {"type": "string", "name": "prefix", "arg": "@ConnectedSubnet_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_create"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_create>", "name": "connectedIPv6Subnets", "arg": "$body.properties.connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_create"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "arg": "$body.properties.extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "arg": "$body.properties.isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitProperties_create.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitProperties_create.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitProperties_create.threshold"}], "cls": "PrefixLimitProperties_create"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_create>", "name": "prefixLimits", "arg": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_create"}}]}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_create", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "arg": "$body.properties.staticRouteConfiguration.extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.bgpConfiguration", "options": ["bgp-configuration"], "group": "Properties", "help": {"short": "BGP configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.bgpConfiguration.allowAS", "options": ["allow-as"], "help": {"short": "Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2."}, "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "var": "$body.properties.bgpConfiguration.allowASOverride", "options": ["allow-as-override"], "help": {"short": "Enable Or Disable state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.bgpConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "object", "var": "$body.properties.bgpConfiguration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "InternalNetwork BMP Configuration"}, "args": [{"type": "string", "var": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "options": ["bmp-configuration-state"], "help": {"short": "BMP Monitoring configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "array", "var": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "options": ["neighbor-ip-exclusions"], "help": {"short": "Neighbor IP Address exclusions for BMP."}, "item": {"type": "string"}}]}, {"type": "string", "var": "$body.properties.bgpConfiguration.defaultRouteOriginate", "options": ["default-route-originate"], "help": {"short": "Originate a defaultRoute. Ex: \"True\" | \"False\"."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "options": ["ipv4-listen-range-prefixes"], "help": {"short": "List of BGP IPv4 Listen Range prefixes."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "options": ["ipv4-neighbor-address"], "help": {"short": "List with stringified IPv4 Neighbor Addresses."}, "item": {"type": "object", "args": [{"type": "string", "var": "@NeighborAddressPatch_update.address", "options": ["address"], "help": {"short": "IP Address."}, "format": {"minLength": 1}}], "cls": "NeighborAddressPatch_update"}}, {"type": "array", "var": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "options": ["ipv6-listen-range-prefixes"], "help": {"short": "List of BGP IPv6 Listen Ranges prefixes."}, "item": {"type": "string"}}, {"type": "array<@NeighborAddressPatch_update>", "var": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "options": ["ipv6-neighbor-address"], "help": {"short": "List with stringified IPv6 Neighbor Address."}, "item": {"type": "@NeighborAddressPatch_update"}}, {"type": "integer64", "var": "$body.properties.bgpConfiguration.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN. Example: 65047."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "options": ["v4-over-v6-bgp-session"], "help": {"short": "V4 over V6 bgp session."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "options": ["v6-over-v4-bgp-session"], "help": {"short": "v6 over v4 bgp session."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "var": "$body.properties.connectedIPv4Subnets", "options": ["connected-ipv4-subnets"], "group": "Properties", "help": {"short": "List of Connected IPv4 Subnets."}, "item": {"type": "object", "args": [{"type": "string", "var": "@ConnectedSubnetPatch_update.annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "@ConnectedSubnetPatch_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the Connected Subnet."}, "format": {"minLength": 1}}], "cls": "ConnectedSubnetPatch_update"}}, {"nullable": true, "type": "array<@ConnectedSubnetPatch_update>", "var": "$body.properties.connectedIPv6Subnets", "options": ["connected-ipv6-subnets"], "group": "Properties", "help": {"short": "List of connected IPv6 Subnets."}, "item": {"type": "@ConnectedSubnetPatch_update"}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy either IPv4 or IPv6."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "ARM resource ID of RoutePolicy."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "string", "var": "$body.properties.isMonitoringEnabled", "options": ["is-monitoring-enabled"], "group": "Properties", "help": {"short": "To check whether monitoring of internal network is enabled or not."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"nullable": true, "type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "object", "var": "$body.properties.nativeIpv4PrefixLimit", "options": ["nat-ipv4-prefix-limit", "native-ipv4-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv4 Prefix Limit Configuration properties."}, "args": [{"type": "array", "var": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "object", "args": [{"type": "integer32", "var": "@PrefixLimitPatchProperties_update.idleTimeExpiry", "options": ["idle-time-expiry"], "help": {"short": "Idle time expiry in seconds."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum routes allowed."}}, {"type": "integer32", "var": "@PrefixLimitPatchProperties_update.threshold", "options": ["threshold"], "help": {"short": "Limit at which route prefixes a warning is generate."}}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$body.properties.nativeIpv6PrefixLimit", "options": ["nat-ipv6-prefix-limit", "native-ipv6-prefix-limit"], "group": "Properties", "help": {"short": "Native IPv6 Prefix Limit Configuration properties."}, "args": [{"type": "array<@PrefixLimitPatchProperties_update>", "var": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "options": ["prefix-limits"], "help": {"short": "Prefix limits"}, "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration properties."}, "args": [{"type": "@BfdPatchConfiguration_update", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}}, {"type": "array", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "bgpConfiguration", "arg": "$body.properties.bgpConfiguration", "props": [{"type": "integer32", "name": "allowAS", "arg": "$body.properties.bgpConfiguration.allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "arg": "$body.properties.bgpConfiguration.allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation", "arg": "$body.properties.bgpConfiguration.annotation"}, {"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.bgpConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.bgpConfiguration.bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "array", "name": "neighborIpExclusions", "arg": "$body.properties.bgpConfiguration.bmpConfiguration.neighborIpExclusions", "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "arg": "$body.properties.bgpConfiguration.defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "array", "name": "ipv4ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "arg": "@NeighborAddressPatch_update.address", "format": {"minLength": 1}}], "cls": "NeighborAddressPatch_update"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "arg": "$body.properties.bgpConfiguration.ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddressPatch_update>", "name": "ipv6NeighborAddress", "arg": "$body.properties.bgpConfiguration.ipv6NeighborAddress", "item": {"type": "@NeighborAddressPatch_update"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.bgpConfiguration.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "v4OverV6BgpSession", "arg": "$body.properties.bgpConfiguration.v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "v6OverV4BgpSession", "arg": "$body.properties.bgpConfiguration.v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "name": "connectedIPv4Subnets", "arg": "$body.properties.connectedIPv4Subnets", "item": {"type": "object", "props": [{"type": "string", "name": "annotation", "arg": "@ConnectedSubnetPatch_update.annotation"}, {"type": "string", "name": "prefix", "arg": "@ConnectedSubnetPatch_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnetPatch_update"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "array<@ConnectedSubnetPatch_update>", "name": "connectedIPv6Subnets", "arg": "$body.properties.connectedIPv6Subnets", "item": {"type": "@ConnectedSubnetPatch_update"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"nullable": true, "type": "string", "name": "isMonitoringEnabled", "arg": "$body.properties.isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"nullable": true, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "object", "name": "nativeIpv4PrefixLimit", "arg": "$body.properties.nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "arg": "$body.properties.nativeIpv4PrefixLimit.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "idleTimeExpiry", "arg": "@PrefixLimitPatchProperties_update.idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes", "arg": "@PrefixLimitPatchProperties_update.maximumRoutes"}, {"type": "integer32", "name": "threshold", "arg": "@PrefixLimitPatchProperties_update.threshold"}], "cls": "PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "name": "nativeIpv6PrefixLimit", "arg": "$body.properties.nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitPatchProperties_update>", "name": "prefixLimits", "arg": "$body.properties.nativeIpv6PrefixLimit.prefixLimits", "item": {"type": "@PrefixLimitPatchProperties_update"}}]}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "@BfdPatchConfiguration_update", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration"}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{}/internalNetworks/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bgpConfiguration", "props": [{"default": {"value": 2}, "type": "integer32", "name": "allowAS", "format": {"maximum": 10, "minimum": 0}}, {"type": "string", "name": "allowASOverride", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "object", "name": "bmpConfiguration", "props": [{"type": "string", "name": "bmpConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "neighborIpExclusions", "format": {"minLength": 1}, "item": {"type": "string"}}]}, {"type": "string", "name": "defaultRouteOriginate", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "ipv4ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array", "name": "ipv4NeighborAddress", "item": {"type": "object", "props": [{"type": "string", "name": "address", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "bfdAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"readOnly": true, "type": "string", "name": "bgpAdministrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}], "cls": "NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "array", "name": "ipv6ListenRangePrefixes", "item": {"type": "string"}}, {"type": "array<@NeighborAddress_read>", "name": "ipv6NeighborAddress", "item": {"type": "@NeighborAddress_read"}, "identifiers": ["address"]}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v4OverV6BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "v6OverV4BgpSession", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "connectedIPv4Subnets", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "string", "name": "annotation"}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"type": "array<@ConnectedSubnet_read>", "name": "connectedIPv6Subnets", "format": {"minLength": 1}, "item": {"type": "@ConnectedSubnet_read"}, "identifiers": ["prefix"]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "False"}, "type": "string", "name": "isMonitoringEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "object", "name": "nativeIpv4PrefixLimit", "props": [{"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"default": {"value": 60}, "type": "integer32", "name": "idleTimeExpiry"}, {"type": "integer32", "name": "maximumRoutes"}, {"type": "integer32", "name": "threshold"}], "cls": "PrefixLimitProperties_read"}}]}, {"type": "object", "name": "nativeIpv6PrefixLimit", "props": [{"type": "array<@PrefixLimitProperties_read>", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "@PrefixLimitProperties_read"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"default": {"value": "NoExtension"}, "type": "string", "name": "extension", "enum": {"items": [{"value": "NPB"}, {"value": "NoExtension"}]}}, {"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..e6be71d9f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1843 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..93dfd6a5f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the InternalNetwork."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3IsolationDomain"}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..7db8e8be8 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZ3BhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZ3BhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..b0c786bcc --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZ3BhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updatebgpadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUJncEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "update-bgp-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updatebgpadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUJncEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name", "internal-network-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.administrativeState", "options": ["administrative-state"], "group": "Body", "help": {"short": "BGP Administrative state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.neighborAddress", "options": ["neighbor-address"], "group": "Body", "help": {"short": "NeighborAddress - Input should be either All or Specific Ipv4 Address or Specific Ipv6 Address."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_UpdateBgpAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}/updateBgpAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "administrativeState", "arg": "$body.administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "neighborAddress", "arg": "$body.neighborAddress"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "neighborAddressAdministrativeStatus", "item": {"type": "object", "props": [{"type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "error"}, {"type": "string", "name": "neighborAddress"}]}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZ3BhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZ3BhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..174d3fba3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZ3BhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..ca08cbf8a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updatebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUJmZEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "update-bfd-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updatebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZUJmZEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name", "internal-network-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.administrativeState", "options": ["administrative-state"], "group": "Body", "help": {"short": "BFD Administrative state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}, {"name": "MAT", "value": "MAT"}, {"name": "RMA", "value": "RMA"}]}}, {"type": "string", "var": "$body.neighborAddress", "options": ["neighbor-address"], "group": "Body", "help": {"short": "NeighborAddress - Input should be either All or Specific Ipv4 Address or Specific Ipv6 Address."}}, {"type": "string", "var": "$body.routeType", "options": ["route-type"], "group": "Body", "help": {"short": "Route Type that helps to know which bfd we are updating."}, "enum": {"items": [{"name": "Bgp", "value": "Bgp"}, {"name": "Static", "value": "Static"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_UpdateBfdAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}/updateBfdAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "administrativeState", "arg": "$body.administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"type": "string", "name": "neighborAddress", "arg": "$body.neighborAddress"}, {"type": "string", "name": "routeType", "arg": "$body.routeType", "enum": {"items": [{"value": "Bgp"}, {"value": "Static"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "neighborAddressAdministrativeStatus", "item": {"type": "object", "props": [{"type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"type": "string", "name": "error"}, {"type": "string", "name": "neighborAddress"}]}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..1fb93899f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json new file mode 100644 index 000000000..e1e2d4898 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updatestaticroutebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZVN0YXRpY1JvdXRlQmZkQWRtaW5pc3RyYXRpdmVTdGF0ZQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric internalnetwork", "commands": [{"name": "update-static-route-bfd-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/internalnetworks/{}/updatestaticroutebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L2ludGVybmFsTmV0d29ya3Mve2ludGVybmFsTmV0d29ya05hbWV9L3VwZGF0ZVN0YXRpY1JvdXRlQmZkQWRtaW5pc3RyYXRpdmVTdGF0ZQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.internalNetworkName", "options": ["resource-name", "internal-network-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Internal Network."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["l3domain", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "InternalNetworks_UpdateStaticRouteBfdAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/internalNetworks/{internalNetworkName}/updateStaticRouteBfdAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "internalNetworkName", "arg": "$Path.internalNetworkName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml new file mode 100644 index 000000000..5236b2e46 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vaW50ZXJuYWxuZXR3b3Jrcy97fS91cGRhdGVzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json new file mode 100644 index 000000000..14e96e295 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l3domain", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..cd657340a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json new file mode 100644 index 000000000..a034efecc --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l3domain", "commands": [{"name": "validate-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l3isolationdomains/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDNJc29sYXRpb25Eb21haW5zL3tsM0lzb2xhdGlvbkRvbWFpbk5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l3IsolationDomainName", "options": ["resource-name", "l3-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L3 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L3IsolationDomains_ValidateConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/validateConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "l3IsolationDomainName", "arg": "$Path.l3IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "url"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml new file mode 100644 index 000000000..c1a17549f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sM2lzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.md new file mode 100644 index 000000000..7c55dc7e3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/l2isolationdomains 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnM=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json index 47845de0e..09b121f18 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric l2domain", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.extendedVlan", "options": ["extended-vlan"], "group": "Properties", "help": {"short": "Extended VLAN status, default value is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource."}}, {"type": "integer32", "var": "$body.properties.vlanId", "options": ["vlan-id"], "required": true, "group": "Properties", "help": {"short": "Vlan Identifier of the Network Fabric. Example: 501."}, "format": {"maximum": 4094, "minimum": 100}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "arg": "$body.properties.extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.extendedVlan", "options": ["extended-vlan"], "group": "Properties", "help": {"short": "Extended VLAN status."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"nullable": true, "type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "extendedVlan", "arg": "$body.properties.extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"nullable": true, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric l2domain", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$resource.properties.extendedVlan", "options": ["extended-vlan"], "group": "Properties", "help": {"short": "Extended VLAN status, default value is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$resource.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the L2 ISD resource."}}, {"type": "integer32", "var": "$resource.properties.vlanId", "options": ["vlan-id"], "required": true, "group": "Properties", "help": {"short": "Vlan Identifier of the Network Fabric. Example: 501."}, "format": {"maximum": 4094, "minimum": 100}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "arg": "$resource.properties.extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$resource.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$resource.properties.networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$resource.properties.networkToNetworkInterconnectId"}, {"type": "integer32", "name": "vlanId", "arg": "$resource.properties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$properties.properties.extendedVlan", "options": ["extended-vlan"], "group": "Properties", "help": {"short": "Extended VLAN status."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"nullable": true, "type": "integer32", "var": "$properties.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the L2 ISD resource."}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "string", "name": "extendedVlan", "arg": "$properties.properties.extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"nullable": true, "type": "integer32", "name": "mtu", "arg": "$properties.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$properties.properties.networkToNetworkInterconnectId"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml index 1343d778b..2056b2aad 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2025-07-15.xml @@ -220,23 +220,12 @@ - - - - - - - - - - - - + - + @@ -245,12 +234,12 @@ - + - + @@ -260,10 +249,10 @@ - + - + @@ -271,22 +260,33 @@ - + - + - - + + - + + + + + + + + + + + + @@ -308,9 +308,9 @@ - + - + @@ -318,37 +318,37 @@ - + - + - + - + - - + + - + - - - + + + - + @@ -498,20 +498,12 @@ - - - - - - - - - + - + @@ -520,12 +512,12 @@ - + - + @@ -535,22 +527,28 @@ - + - + - + - - + + + + + + + + @@ -574,9 +572,9 @@ - + - + @@ -584,30 +582,30 @@ - + - + - + - - + + - + - + - + @@ -764,19 +762,19 @@ - - + + - + - + @@ -931,11 +929,11 @@ - - + + - + @@ -991,19 +989,19 @@ - - + + - + - + @@ -1158,11 +1156,11 @@ - - + + - + @@ -1219,7 +1217,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.json new file mode 100644 index 000000000..f45aa9b3f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l2domain", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.extendedVlan", "options": ["extended-vlan"], "group": "Properties", "help": {"short": "Extended VLAN status, default value is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the L2 ISD resource."}}, {"type": "integer32", "var": "$body.properties.vlanId", "options": ["vlan-id"], "required": true, "group": "Properties", "help": {"short": "Vlan Identifier of the Network Fabric. Example: 501."}, "format": {"maximum": 4094, "minimum": 100}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "arg": "$body.properties.extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.extendedVlan", "options": ["extended-vlan"], "group": "Properties", "help": {"short": "Extended VLAN status."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"nullable": true, "type": "integer32", "var": "$body.properties.mtu", "options": ["mtu"], "group": "Properties", "help": {"short": "Maximum transmission unit. Default value is 1500."}, "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkToNetworkInterconnectId", "options": ["nni-id", "network-to-network-interconnect-id"], "group": "Properties", "help": {"short": "ARM Resource ID of the networkToNetworkInterconnectId of the L2 ISD resource."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "extendedVlan", "arg": "$body.properties.extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"nullable": true, "type": "integer32", "name": "mtu", "arg": "$body.properties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "$body.properties.networkToNetworkInterconnectId"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "L2IsolationDomains_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["n", "name", "l2-isolation-domain-name"], "required": true, "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "L2IsolationDomains_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Disabled"}, "type": "string", "name": "extendedVlan", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "L2IsolationDomain_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..c2a3dba96 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30=/2026-01-15-preview.xml @@ -0,0 +1,1396 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..034454848 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9L2NvbW1pdENvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l2domain", "commands": [{"name": "commit-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9L2NvbW1pdENvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name", "l2-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_CommitConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}/commitConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..3bd5d7192 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vY29tbWl0Y29uZmlndXJhdGlvbg==/2026-01-15-preview.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json new file mode 100644 index 000000000..869ed73ae --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l2domain", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..704da0262 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json new file mode 100644 index 000000000..00ba7af90 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric l2domain", "commands": [{"name": "validate-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/l2isolationdomains/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbDJJc29sYXRpb25Eb21haW5zL3tsMklzb2xhdGlvbkRvbWFpbk5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.l2IsolationDomainName", "options": ["resource-name", "l2-isolation-domain-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the L2 Isolation Domain."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "L2IsolationDomains_ValidateConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}/validateConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "l2IsolationDomainName", "arg": "$Path.l2IsolationDomainName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "url"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml new file mode 100644 index 000000000..ebeabe96e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9sMmlzb2xhdGlvbmRvbWFpbnMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.md new file mode 100644 index 000000000..759f3cb65 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/neighborgroups 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcw==/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.json index bee6df184..74f83e065 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric neighborgroup", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NeighborGroups_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.destination", "options": ["destination"], "required": true, "group": "Properties", "help": {"short": "An array of destination IPv4 Addresses or IPv6 Addresses."}, "args": [{"type": "array", "var": "$body.properties.destination.ipv4Addresses", "options": ["ipv4-addresses"], "help": {"short": "Array of IPv4 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.destination.ipv6Addresses", "options": ["ipv6-addresses"], "help": {"short": "Array of IPv6 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "destination", "arg": "$body.properties.destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "arg": "$body.properties.destination.ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "arg": "$body.properties.destination.ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.destination", "options": ["destination"], "group": "Properties", "help": {"short": "An array of destination IPv4 Addresses or IPv6 Addresses."}, "args": [{"type": "array", "var": "$body.properties.destination.ipv4Addresses", "options": ["ipv4-addresses"], "help": {"short": "Array of IPv4 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.destination.ipv6Addresses", "options": ["ipv6-addresses"], "help": {"short": "Array of IPv6 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NeighborGroups_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "destination", "arg": "$body.properties.destination", "props": [{"type": "array", "name": "ipv4Addresses", "arg": "$body.properties.destination.ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "arg": "$body.properties.destination.ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric neighborgroup", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NeighborGroups_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.destination", "options": ["destination"], "required": true, "group": "Properties", "help": {"short": "An array of destination IPv4 Addresses or IPv6 Addresses."}, "args": [{"type": "array", "var": "$resource.properties.destination.ipv4Addresses", "options": ["ipv4-addresses"], "help": {"short": "Array of IPv4 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.destination.ipv6Addresses", "options": ["ipv6-addresses"], "help": {"short": "Array of IPv6 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}]}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "object", "name": "destination", "arg": "$resource.properties.destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "arg": "$resource.properties.destination.ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "arg": "$resource.properties.destination.ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$properties.properties.destination", "options": ["destination"], "group": "Properties", "help": {"short": "An array of destination IPv4 Addresses or IPv6 Addresses."}, "args": [{"type": "array", "var": "$properties.properties.destination.ipv4Addresses", "options": ["ipv4-addresses"], "help": {"short": "Array of IPv4 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.destination.ipv6Addresses", "options": ["ipv6-addresses"], "help": {"short": "Array of IPv6 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NeighborGroups_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "object", "name": "destination", "arg": "$properties.properties.destination", "props": [{"type": "array", "name": "ipv4Addresses", "arg": "$properties.properties.destination.ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "arg": "$properties.properties.destination.ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.xml index 125c8560d..bf0c78dfb 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2025-07-15.xml @@ -213,23 +213,12 @@ - - - - - - - - - - - - + - + @@ -238,12 +227,12 @@ - + - + @@ -253,23 +242,34 @@ - + - + - + - + + + + + + + + + + + + @@ -291,9 +291,9 @@ - + - + @@ -301,31 +301,31 @@ - + - + - + - + - - - + + + - + - + @@ -468,20 +468,12 @@ - - - - - - - - - + - + @@ -490,12 +482,12 @@ - + - + @@ -505,22 +497,28 @@ - + - + - + - + + + + + + + @@ -543,9 +541,9 @@ - + - + @@ -553,30 +551,30 @@ - + - + - + - - - + + + - + - + @@ -726,19 +724,19 @@ - - + + - + - + @@ -886,11 +884,11 @@ - - + + - + @@ -946,19 +944,19 @@ - - + + - + - + @@ -1106,11 +1104,11 @@ - - + + - + @@ -1167,7 +1165,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..5afe451a3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric neighborgroup", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NeighborGroups_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.destination", "options": ["destination"], "required": true, "group": "Properties", "help": {"short": "An array of destination IPv4 Addresses or IPv6 Addresses."}, "args": [{"type": "array", "var": "$body.properties.destination.ipv4Addresses", "options": ["ipv4-addresses"], "help": {"short": "Array of IPv4 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.destination.ipv6Addresses", "options": ["ipv6-addresses"], "help": {"short": "Array of IPv6 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "destination", "arg": "$body.properties.destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "arg": "$body.properties.destination.ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "arg": "$body.properties.destination.ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.destination", "options": ["destination"], "group": "Properties", "help": {"short": "An array of destination IPv4 Addresses or IPv6 Addresses."}, "args": [{"type": "array", "var": "$body.properties.destination.ipv4Addresses", "options": ["ipv4-addresses"], "help": {"short": "Array of IPv4 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.destination.ipv6Addresses", "options": ["ipv6-addresses"], "help": {"short": "Array of IPv6 Addresses."}, "format": {"maxLength": 16}, "item": {"type": "string"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NeighborGroups_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "destination", "arg": "$body.properties.destination", "props": [{"type": "array", "name": "ipv4Addresses", "arg": "$body.properties.destination.ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "arg": "$body.properties.destination.ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NeighborGroups_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["n", "name", "neighbor-group-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NeighborGroups_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "destination", "required": true, "props": [{"type": "array", "name": "ipv4Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}, {"type": "array", "name": "ipv6Addresses", "format": {"maxLength": 16}, "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapRuleIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NeighborGroup_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..719b41a3f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1397 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fS9yZXN5bmM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fS9yZXN5bmM=/2026-01-15-preview.json new file mode 100644 index 000000000..800fa81b7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fS9yZXN5bmM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfS9yZXN5bmM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric neighborgroup", "commands": [{"name": "resync", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/neighborgroups/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmVpZ2hib3JHcm91cHMve25laWdoYm9yR3JvdXBOYW1lfS9yZXN5bmM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.neighborGroupName", "options": ["resource-name", "neighbor-group-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Neighbor Group."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NeighborGroups_Resync", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/neighborGroups/{neighborGroupName}/resync", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "neighborGroupName", "arg": "$Path.neighborGroupName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fS9yZXN5bmM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fS9yZXN5bmM=/2026-01-15-preview.xml new file mode 100644 index 000000000..6dff863cb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZWlnaGJvcmdyb3Vwcy97fS9yZXN5bmM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.md new file mode 100644 index 000000000..0b7d46050 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..ea62d0512 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapdevice", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkBootstrapDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapDevices_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "string", "var": "$body.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.networkDeviceSku", "options": ["network-device-sku"], "group": "Properties", "help": {"short": "Network Bootstrap Device SKU name."}}, {"type": "string", "var": "$body.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkBootstrapDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "controlPlaneAcls", "arg": "$body.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "string", "name": "hostName", "arg": "$body.properties.hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku", "arg": "$body.properties.networkDeviceSku"}, {"type": "string", "name": "serialNumber", "arg": "$body.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$body.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "string", "var": "$body.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"nullable": true, "type": "string", "var": "$body.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapDevices_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "array", "name": "controlPlaneAcls", "arg": "$body.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "string", "name": "hostName", "arg": "$body.properties.hostName", "format": {"minLength": 1}}, {"nullable": true, "type": "string", "name": "serialNumber", "arg": "$body.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["n", "name", "network-bootstrap-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkBootstrapDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkBootstrapDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkBootstrapDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkBootstrapDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["n", "name", "network-bootstrap-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkBootstrapDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkBootstrapDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkBootstrapDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkBootstrapDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["n", "name", "network-bootstrap-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkBootstrapDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "dhcpV4ServerIpAddress"}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "primaryManagementIpv6Address"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv4Address"}, {"readOnly": true, "type": "string", "name": "secondaryManagementIpv6Address"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkBootstrapDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..0e93e3ba3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1529 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..c9c3189d6 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapdevice", "commands": [{"name": "update-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "GracefulQuarantine", "value": "GracefulQuarantine"}, {"name": "Quarantine", "value": "Quarantine"}, {"name": "RMA", "value": "RMA"}, {"name": "Resync", "value": "Resync"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}, {"name": "UngracefulQuarantine", "value": "UngracefulQuarantine"}, {"name": "UngracefulRMA", "value": "UngracefulRMA"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapDevices_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "GracefulQuarantine"}, {"value": "Quarantine"}, {"value": "RMA"}, {"value": "Resync"}, {"value": "UnderMaintenance"}, {"value": "UngracefulQuarantine"}, {"value": "UngracefulRMA"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..39d7276a7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.json new file mode 100644 index 000000000..b4822448a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/upgrade", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS91cGdyYWRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapdevice", "commands": [{"name": "upgrade", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/upgrade", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS91cGdyYWRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.version", "options": ["version"], "group": "Body", "help": {"short": "Specify the version."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapDevices_Upgrade", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/upgrade", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "version", "arg": "$body.version"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml new file mode 100644 index 000000000..50aeae56d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2026-01-15-preview.json new file mode 100644 index 000000000..9fa661ae6 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapinterface", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkBootstrapInterfaces_ListByNetworkBootstrapDevice", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..25bf1205c --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2026-01-15-preview.xml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.json index 6df00fd63..0a3d063ee 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric bootstrapinterface", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkBootstrapInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapInterfaces_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$resource.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkBootstrapInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription", "arg": "$resource.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "string", "name": "serialNumber", "arg": "$resource.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$properties.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapInterfaces_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "additionalDescription", "arg": "$properties.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "string", "name": "serialNumber", "arg": "$properties.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric bootstrapinterface", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkBootstrapInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapInterfaces_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$resource.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkBootstrapInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription", "arg": "$resource.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "string", "name": "serialNumber", "arg": "$resource.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$properties.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapInterfaces_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "additionalDescription", "arg": "$properties.properties.additionalDescription"}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "string", "name": "serialNumber", "arg": "$properties.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.xml index 6773b596d..7e6c7c00f 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.xml @@ -375,7 +375,7 @@ - + @@ -410,7 +410,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..d672b6eaa --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapinterface", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkBootstrapInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapInterfaces_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkBootstrapInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription", "arg": "$body.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapInterfaces_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "additionalDescription", "arg": "$body.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{}/networkBootstrapInterfaces/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..06a62f1f1 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..b0d4d3c4b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapinterface", "commands": [{"name": "update-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9uZXR3b3JrQm9vdHN0cmFwSW50ZXJmYWNlcy97bmV0d29ya0Jvb3RzdHJhcEludGVyZmFjZU5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["bootstrap-device", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkBootstrapInterfaceName", "options": ["resource-name", "network-bootstrap-interface-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Bootstrap Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapInterfaces_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkBootstrapInterfaceName", "arg": "$Path.networkBootstrapInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..4e8a5a382 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.json new file mode 100644 index 000000000..9af3f4908 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/reboot", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9yZWJvb3Q=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapdevice", "commands": [{"name": "reboot", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/reboot", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9yZWJvb3Q=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapDevices_Reboot", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/reboot", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml new file mode 100644 index 000000000..e922c9ed2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..1b9fd3822 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/refreshconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9yZWZyZXNoQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapdevice", "commands": [{"name": "refresh-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/refreshconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9yZWZyZXNoQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapDevices_RefreshConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/refreshConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..765243e07 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json new file mode 100644 index 000000000..2b01b0520 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/resyncpasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9yZXN5bmNQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric bootstrapdevice", "commands": [{"name": "resync-password", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/resyncpasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0Jvb3RzdHJhcERldmljZXMve25ldHdvcmtCb290c3RyYXBEZXZpY2VOYW1lfS9yZXN5bmNQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkBootstrapDeviceName", "options": ["resource-name", "network-bootstrap-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Bootstrap Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkBootstrapDevices_ResyncPasswords", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/resyncPasswords", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkBootstrapDeviceName", "arg": "$Path.networkBootstrapDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml new file mode 100644 index 000000000..d01eec1cb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.md new file mode 100644 index 000000000..e88bb4b12 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networkdevices 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcw==/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.json index bb04d9b67..03ae7f4e9 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"type": "string", "var": "$body.properties.networkDeviceSku", "options": ["network-device-sku"], "group": "Properties", "help": {"short": "Network Device SKU name."}}, {"type": "string", "var": "$body.properties.serialNumber", "options": ["serial-number"], "required": true, "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "string", "name": "hostName", "arg": "$body.properties.hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"type": "string", "name": "networkDeviceSku", "arg": "$body.properties.networkDeviceSku"}, {"type": "string", "name": "serialNumber", "arg": "$body.properties.serialNumber", "required": true, "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"nullable": true, "type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"nullable": true, "type": "string", "var": "$body.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "hostName", "arg": "$body.properties.hostName", "format": {"minLength": 1}}, {"nullable": true, "type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"nullable": true, "type": "string", "name": "serialNumber", "arg": "$body.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$resource.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"type": "object", "var": "$resource.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$resource.properties.identitySelector.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"type": "string", "var": "$resource.properties.networkDeviceSku", "options": ["network-device-sku"], "group": "Properties", "help": {"short": "Network Device SKU name."}}, {"type": "string", "var": "$resource.properties.serialNumber", "options": ["serial-number"], "required": true, "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "string", "name": "hostName", "arg": "$resource.properties.hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "arg": "$resource.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$resource.properties.identitySelector.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$resource.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"type": "string", "name": "networkDeviceSku", "arg": "$resource.properties.networkDeviceSku"}, {"type": "string", "name": "serialNumber", "arg": "$resource.properties.serialNumber", "required": true, "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$properties.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"nullable": true, "type": "object", "var": "$properties.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$properties.properties.identitySelector.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"nullable": true, "type": "string", "var": "$properties.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "string", "name": "hostName", "arg": "$properties.properties.hostName", "format": {"minLength": 1}}, {"nullable": true, "type": "object", "name": "identitySelector", "arg": "$properties.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$properties.properties.identitySelector.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$properties.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"nullable": true, "type": "string", "name": "serialNumber", "arg": "$properties.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.xml index 6e10bc342..c5a734953 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2025-07-15.xml @@ -274,23 +274,12 @@ - - - - - - - - - - - - + - + @@ -299,12 +288,12 @@ - + - + @@ -314,34 +303,45 @@ - + - + - + - + - + - + - + + + + + + + + + + + + @@ -363,9 +363,9 @@ - + - + @@ -373,37 +373,37 @@ - + - + - + - + - - + + - - + + - + - - + + - + @@ -607,20 +607,12 @@ - - - - - - - - - + - + @@ -629,12 +621,12 @@ - + - + @@ -644,30 +636,36 @@ - + - + - + - + - + - + + + + + + + @@ -690,9 +688,9 @@ - + - + @@ -700,35 +698,35 @@ - + - + - + - - + + - - + + - + - + - + @@ -939,19 +937,19 @@ - - + + - + - + @@ -1160,11 +1158,11 @@ - - + + - + @@ -1220,19 +1218,19 @@ - - + + - + - + @@ -1441,11 +1439,11 @@ - - + + - + @@ -1502,7 +1500,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..df694aab6 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"type": "string", "var": "$body.properties.networkDeviceSku", "options": ["network-device-sku"], "group": "Properties", "help": {"short": "Network Device SKU name."}}, {"type": "string", "var": "$body.properties.serialNumber", "options": ["serial-number"], "required": true, "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "string", "name": "hostName", "arg": "$body.properties.hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"type": "string", "name": "networkDeviceSku", "arg": "$body.properties.networkDeviceSku"}, {"type": "string", "name": "serialNumber", "arg": "$body.properties.serialNumber", "required": true, "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.hostName", "options": ["host-name"], "group": "Properties", "help": {"short": "The host name of the device."}, "format": {"minLength": 1}}, {"nullable": true, "type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"nullable": true, "type": "string", "var": "$body.properties.serialNumber", "options": ["serial-number"], "group": "Properties", "help": {"short": "Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "hostName", "arg": "$body.properties.hostName", "format": {"minLength": 1}}, {"nullable": true, "type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"nullable": true, "type": "string", "name": "serialNumber", "arg": "$body.properties.serialNumber", "format": {"minLength": 1}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkDevices_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["n", "name", "network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkDevices_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "array", "name": "certificateRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "certificateArchiveReference", "props": [{"readOnly": true, "type": "string", "name": "certificateName"}, {"readOnly": true, "type": "string", "name": "certificateVersion"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}]}, {"readOnly": true, "type": "string", "name": "certificateType"}, {"readOnly": true, "type": "dateTime", "name": "expireTime"}, {"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["certificateType"]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "hostName", "format": {"minLength": 1}}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "managementIpv4Address"}, {"readOnly": true, "type": "string", "name": "managementIpv6Address"}, {"readOnly": true, "type": "string", "name": "networkDeviceRole", "enum": {"items": [{"value": "CE"}, {"value": "Management"}, {"value": "NPB"}, {"value": "TS"}, {"value": "ToR"}]}}, {"type": "string", "name": "networkDeviceSku"}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "networkRackId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "rwDeviceConfig"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkDevice_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..590940739 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1781 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..0f90b3e03 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "GracefulQuarantine", "value": "GracefulQuarantine"}, {"name": "Quarantine", "value": "Quarantine"}, {"name": "RMA", "value": "RMA"}, {"name": "Resync", "value": "Resync"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}, {"name": "UngracefulQuarantine", "value": "UngracefulQuarantine"}, {"name": "UngracefulRMA", "value": "UngracefulRMA"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "GracefulQuarantine"}, {"value": "Quarantine"}, {"value": "RMA"}, {"value": "Resync"}, {"value": "UnderMaintenance"}, {"value": "UngracefulQuarantine"}, {"value": "UngracefulRMA"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..d436aec30 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.json new file mode 100644 index 000000000..1ba8e8242 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/upgrade", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS91cGdyYWRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "upgrade", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/upgrade", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS91cGdyYWRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.rwDeviceConfigUrl", "options": ["rw-device-config-url"], "group": "Body", "help": {"short": "URL to the file containing Read-write configuration to be applied on the device during upgrade."}}, {"type": "string", "var": "$body.version", "options": ["version"], "required": true, "group": "Body", "help": {"short": "Specify the version."}, "format": {"minLength": 1}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Upgrade", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/upgrade", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "rwDeviceConfigUrl", "arg": "$body.rwDeviceConfigUrl"}, {"type": "string", "name": "version", "arg": "$body.version", "required": true, "format": {"minLength": 1}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml new file mode 100644 index 000000000..5161dea4f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcw==/2026-01-15-preview.json new file mode 100644 index 000000000..79887a5b9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric interface", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkInterfaces_ListByNetworkDevice", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcw==/2026-01-15-preview.xml new file mode 100644 index 000000000..999d2e9e6 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcw==/2026-01-15-preview.xml @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.json index ff8dea517..37ce99b33 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric interface", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkInterfaces_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription", "arg": "$body.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkInterfaces_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "additionalDescription", "arg": "$body.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric interface", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkInterfaces_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription", "arg": "$resource.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkInterfaces_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "additionalDescription", "arg": "$properties.properties.additionalDescription"}, {"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.xml index ee15b8ceb..a06a6c07b 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2025-07-15.xml @@ -230,11 +230,11 @@ - + - + @@ -243,12 +243,12 @@ - + - + @@ -258,10 +258,10 @@ - + - + @@ -289,9 +289,9 @@ - + - + @@ -299,19 +299,19 @@ - + - + - + - - + + @@ -454,11 +454,11 @@ - + - + @@ -467,12 +467,12 @@ - + - + @@ -482,10 +482,10 @@ - + - + @@ -513,9 +513,9 @@ - + - + @@ -523,19 +523,19 @@ - + - + - + - - + + @@ -684,19 +684,19 @@ - - + + - + - + @@ -845,11 +845,11 @@ - - + + - + @@ -912,19 +912,19 @@ - - + + - + - + @@ -1073,11 +1073,11 @@ - - + + - + @@ -1141,7 +1141,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..ffe6cdccf --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric interface", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkInterfaces_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription", "arg": "$body.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.additionalDescription", "options": ["additional-description"], "group": "Properties", "help": {"short": "Additional description of the interface."}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkInterfaces_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "additionalDescription", "arg": "$body.properties.additionalDescription"}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkInterfaces_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["network-device-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["n", "name", "network-interface-name"], "required": true, "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkInterfaces_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{}/networkInterfaces/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "additionalDescription"}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "connectedTo"}, {"readOnly": true, "type": "string", "name": "description"}, {"readOnly": true, "type": "string", "name": "interfaceType", "enum": {"items": [{"value": "Data"}, {"value": "Management"}]}}, {"readOnly": true, "type": "string", "name": "ipv4Address"}, {"readOnly": true, "type": "string", "name": "ipv6Address"}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkFabricId"}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "physicalIdentifier"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkInterface_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..3756fea25 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1360 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..277d6883e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric interface", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/networkinterfaces/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9uZXR3b3JrSW50ZXJmYWNlcy97bmV0d29ya0ludGVyZmFjZU5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["device", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkInterfaceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network Interface."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkInterfaces_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces/{networkInterfaceName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkInterfaceName", "arg": "$Path.networkInterfaceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..9923f4a0f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9uZXR3b3JraW50ZXJmYWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.json new file mode 100644 index 000000000..b54fb7f9c --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/reboot", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZWJvb3Q=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "reboot", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/reboot", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZWJvb3Q=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.rebootType", "options": ["reboot-type"], "group": "Body", "help": {"short": "Type of reboot to be performed. Example: GracefulRebootWithZTP"}, "enum": {"items": [{"name": "GracefulRebootWithZTP", "value": "GracefulRebootWithZTP"}, {"name": "GracefulRebootWithoutZTP", "value": "GracefulRebootWithoutZTP"}, {"name": "UngracefulRebootWithZTP", "value": "UngracefulRebootWithZTP"}, {"name": "UngracefulRebootWithoutZTP", "value": "UngracefulRebootWithoutZTP"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_Reboot", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/reboot", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "rebootType", "arg": "$body.rebootType", "enum": {"items": [{"value": "GracefulRebootWithZTP"}, {"value": "GracefulRebootWithoutZTP"}, {"value": "UngracefulRebootWithZTP"}, {"value": "UngracefulRebootWithoutZTP"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml new file mode 100644 index 000000000..d9c754f15 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..86a38eef5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/refreshconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZWZyZXNoQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "refresh-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/refreshconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZWZyZXNoQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name", "network-device-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_RefreshConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/refreshConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..f4f164a93 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json new file mode 100644 index 000000000..f2da0e928 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/resynccertificates", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZXN5bmNDZXJ0aWZpY2F0ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "resync-certificate", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/resynccertificates", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZXN5bmNDZXJ0aWZpY2F0ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_ResyncCertificates", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/resyncCertificates", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml new file mode 100644 index 000000000..dc5e9066b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json new file mode 100644 index 000000000..e5537d4cb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/resyncpasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZXN5bmNQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "resync-password", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/resyncpasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9yZXN5bmNQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_ResyncPasswords", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/resyncPasswords", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml new file mode 100644 index 000000000..ef98fb250 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yb2NvbW1hbmQ=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yb2NvbW1hbmQ=/2026-01-15-preview.json new file mode 100644 index 000000000..226005d8f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yb2NvbW1hbmQ=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/runrocommand", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9ydW5Sb0NvbW1hbmQ=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "run-ro", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/runrocommand", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9ydW5Sb0NvbW1hbmQ=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.command", "options": ["ro-command"], "group": "Body", "help": {"short": "Specify the command."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_RunRoCommand", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/runRoCommand", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "command", "arg": "$body.command"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"readOnly": true, "type": "string", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "deviceConfigurationPreview"}, {"type": "string", "name": "outputUrl"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"readOnly": true, "type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yb2NvbW1hbmQ=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yb2NvbW1hbmQ=/2026-01-15-preview.xml new file mode 100644 index 000000000..de6625cc2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yb2NvbW1hbmQ=/2026-01-15-preview.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yd2NvbW1hbmQ=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yd2NvbW1hbmQ=/2026-01-15-preview.json new file mode 100644 index 000000000..f76913e07 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yd2NvbW1hbmQ=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/runrwcommand", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9ydW5Sd0NvbW1hbmQ=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric device", "commands": [{"name": "run-rw", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkdevices/{}/runrwcommand", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0RldmljZXMve25ldHdvcmtEZXZpY2VOYW1lfS9ydW5Sd0NvbW1hbmQ=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkDeviceName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Device."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.command", "options": ["rw-command"], "group": "Body", "help": {"short": "Specify the command."}}, {"type": "string", "var": "$body.commandUrl", "options": ["command-url"], "group": "Body", "help": {"short": "Specify the commands file URL."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkDevices_RunRwCommand", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/runRwCommand", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkDeviceName", "arg": "$Path.networkDeviceName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "command", "arg": "$body.command"}, {"type": "string", "name": "commandUrl", "arg": "$body.commandUrl"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "outputUrl"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yd2NvbW1hbmQ=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yd2NvbW1hbmQ=/2026-01-15-preview.xml new file mode 100644 index 000000000..68f236b34 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZGV2aWNlcy97fS9ydW5yd2NvbW1hbmQ=/2026-01-15-preview.xml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.md new file mode 100644 index 000000000..f8a8173cf --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnM=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.json index 30f778f8d..6c9050f20 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric controller", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabricControllers_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.infrastructureExpressRouteConnections", "options": ["infra-er-connections", "infrastructure-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)"}, "item": {"type": "object", "args": [{"type": "password", "var": "@ExpressRouteConnectionInformation_create.expressRouteAuthorizationKey", "options": ["express-route-authorization-key"], "required": true, "group": "", "help": {"short": "Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute."}}, {"nullable": true, "type": "string", "var": "@ExpressRouteConnectionInformation_create.expressRouteCircuitId", "options": ["express-route-circuit-id"], "required": true, "help": {"short": "The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute."}}], "cls": "ExpressRouteConnectionInformation_create"}}, {"type": "string", "var": "$body.properties.ipv4AddressSpace", "options": ["ipv4-address-space"], "group": "Properties", "help": {"short": "IPv4 Network Fabric Controller Address Space."}, "default": {"value": "10.0.0.0/19"}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.ipv6AddressSpace", "options": ["ipv6-address-space"], "group": "Properties", "help": {"short": "IPv6 Network Fabric Controller Address Space."}, "default": {"value": "FC00::/59"}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.isWorkloadManagementNetworkEnabled", "options": ["wl-mgt-net-enabled", "is-workload-management-network-enabled"], "group": "Properties", "help": {"short": "A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$body.properties.managedResourceGroupConfiguration", "options": ["mrg", "managed-resource-group-configuration"], "group": "Properties", "help": {"short": "Managed Resource Group configuration properties."}, "args": [{"type": "string", "var": "$body.properties.managedResourceGroupConfiguration.location", "options": ["location"], "help": {"short": "Managed resource group location."}}, {"type": "string", "var": "$body.properties.managedResourceGroupConfiguration.name", "options": ["name"], "help": {"short": "The NFC service will be hosted in a Managed resource group."}}]}, {"type": "string", "var": "$body.properties.nfcSku", "options": ["nfc-sku"], "group": "Properties", "help": {"short": "Network Fabric Controller SKU."}, "default": {"value": "Standard"}, "enum": {"items": [{"name": "Basic", "value": "Basic"}, {"name": "HighPerformance", "value": "HighPerformance"}, {"name": "Standard", "value": "Standard"}]}}, {"type": "array<@ExpressRouteConnectionInformation_create>", "var": "$body.properties.workloadExpressRouteConnections", "options": ["wl-er-connections", "workload-er-connections", "workload-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute)."}, "item": {"type": "@ExpressRouteConnectionInformation_create"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "arg": "$body.properties.infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "arg": "@ExpressRouteConnectionInformation_create.expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "arg": "@ExpressRouteConnectionInformation_create.expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_create"}, "identifiers": ["expressRouteCircuitId"]}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "arg": "$body.properties.ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "arg": "$body.properties.ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "arg": "$body.properties.isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "managedResourceGroupConfiguration", "arg": "$body.properties.managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location", "arg": "$body.properties.managedResourceGroupConfiguration.location"}, {"type": "string", "name": "name", "arg": "$body.properties.managedResourceGroupConfiguration.name"}]}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "arg": "$body.properties.nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"type": "array<@ExpressRouteConnectionInformation_create>", "name": "workloadExpressRouteConnections", "arg": "$body.properties.workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_create"}, "identifiers": ["expressRouteCircuitId"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "array", "var": "$body.properties.infrastructureExpressRouteConnections", "options": ["infra-er-connections", "infrastructure-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)"}, "item": {"type": "object", "args": [{"type": "password", "var": "@ExpressRouteConnectionInformation_update.expressRouteAuthorizationKey", "options": ["express-route-authorization-key"], "required": true, "group": "", "help": {"short": "Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute."}}, {"nullable": true, "type": "string", "var": "@ExpressRouteConnectionInformation_update.expressRouteCircuitId", "options": ["express-route-circuit-id"], "required": true, "help": {"short": "The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute."}}], "cls": "ExpressRouteConnectionInformation_update"}}, {"nullable": true, "type": "array<@ExpressRouteConnectionInformation_update>", "var": "$body.properties.workloadExpressRouteConnections", "options": ["wl-er-connections", "workload-er-connections", "workload-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute)."}, "item": {"type": "@ExpressRouteConnectionInformation_update"}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabricControllers_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "array", "name": "infrastructureExpressRouteConnections", "arg": "$body.properties.infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "arg": "@ExpressRouteConnectionInformation_update.expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "arg": "@ExpressRouteConnectionInformation_update.expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_update"}, "identifiers": ["expressRouteCircuitId"]}, {"nullable": true, "type": "array<@ExpressRouteConnectionInformation_update>", "name": "workloadExpressRouteConnections", "arg": "$body.properties.workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_update"}, "identifiers": ["expressRouteCircuitId"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric controller", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabricControllers_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$resource.properties.infrastructureExpressRouteConnections", "options": ["infra-er-connections", "infrastructure-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)"}, "item": {"type": "object", "args": [{"type": "password", "var": "@ExpressRouteConnectionInformation_create.expressRouteAuthorizationKey", "options": ["express-route-authorization-key"], "required": true, "group": "", "help": {"short": "Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute."}}, {"nullable": true, "type": "string", "var": "@ExpressRouteConnectionInformation_create.expressRouteCircuitId", "options": ["express-route-circuit-id"], "required": true, "help": {"short": "The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute."}}], "cls": "ExpressRouteConnectionInformation_create"}}, {"type": "string", "var": "$resource.properties.ipv4AddressSpace", "options": ["ipv4-address-space"], "group": "Properties", "help": {"short": "IPv4 Network Fabric Controller Address Space."}, "default": {"value": "10.0.0.0/19"}, "format": {"minLength": 1}}, {"type": "string", "var": "$resource.properties.ipv6AddressSpace", "options": ["ipv6-address-space"], "group": "Properties", "help": {"short": "IPv6 Network Fabric Controller Address Space."}, "default": {"value": "FC00::/59"}, "format": {"minLength": 1}}, {"type": "string", "var": "$resource.properties.isWorkloadManagementNetworkEnabled", "options": ["wl-mgt-net-enabled", "is-workload-management-network-enabled"], "group": "Properties", "help": {"short": "A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$resource.properties.managedResourceGroupConfiguration", "options": ["mrg", "managed-resource-group-configuration"], "group": "Properties", "help": {"short": "Managed Resource Group configuration properties."}, "args": [{"type": "string", "var": "$resource.properties.managedResourceGroupConfiguration.location", "options": ["location"], "help": {"short": "Managed resource group location."}}, {"type": "string", "var": "$resource.properties.managedResourceGroupConfiguration.name", "options": ["name"], "help": {"short": "The NFC service will be hosted in a Managed resource group."}}]}, {"type": "string", "var": "$resource.properties.nfcSku", "options": ["nfc-sku"], "group": "Properties", "help": {"short": "Network Fabric Controller SKU."}, "default": {"value": "Standard"}, "enum": {"items": [{"name": "Basic", "value": "Basic"}, {"name": "HighPerformance", "value": "HighPerformance"}, {"name": "Standard", "value": "Standard"}]}}, {"type": "array<@ExpressRouteConnectionInformation_create>", "var": "$resource.properties.workloadExpressRouteConnections", "options": ["wl-er-connections", "workload-er-connections", "workload-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute)."}, "item": {"type": "@ExpressRouteConnectionInformation_create"}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "arg": "$resource.properties.infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "arg": "@ExpressRouteConnectionInformation_create.expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "arg": "@ExpressRouteConnectionInformation_create.expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_create"}, "identifiers": ["expressRouteCircuitId"]}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "arg": "$resource.properties.ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "arg": "$resource.properties.ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "arg": "$resource.properties.isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "managedResourceGroupConfiguration", "arg": "$resource.properties.managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location", "arg": "$resource.properties.managedResourceGroupConfiguration.location"}, {"type": "string", "name": "name", "arg": "$resource.properties.managedResourceGroupConfiguration.name"}]}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "arg": "$resource.properties.nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"type": "array<@ExpressRouteConnectionInformation_create>", "name": "workloadExpressRouteConnections", "arg": "$resource.properties.workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_create"}, "identifiers": ["expressRouteCircuitId"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "array", "var": "$properties.properties.infrastructureExpressRouteConnections", "options": ["infra-er-connections", "infrastructure-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)"}, "item": {"type": "object", "args": [{"type": "password", "var": "@ExpressRouteConnectionInformation_update.expressRouteAuthorizationKey", "options": ["express-route-authorization-key"], "required": true, "group": "", "help": {"short": "Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute."}}, {"nullable": true, "type": "string", "var": "@ExpressRouteConnectionInformation_update.expressRouteCircuitId", "options": ["express-route-circuit-id"], "required": true, "help": {"short": "The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute."}}], "cls": "ExpressRouteConnectionInformation_update"}}, {"nullable": true, "type": "array<@ExpressRouteConnectionInformation_update>", "var": "$properties.properties.workloadExpressRouteConnections", "options": ["wl-er-connections", "workload-er-connections", "workload-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute)."}, "item": {"type": "@ExpressRouteConnectionInformation_update"}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabricControllers_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "array", "name": "infrastructureExpressRouteConnections", "arg": "$properties.properties.infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "arg": "@ExpressRouteConnectionInformation_update.expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "arg": "@ExpressRouteConnectionInformation_update.expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_update"}, "identifiers": ["expressRouteCircuitId"]}, {"nullable": true, "type": "array<@ExpressRouteConnectionInformation_update>", "name": "workloadExpressRouteConnections", "arg": "$properties.properties.workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_update"}, "identifiers": ["expressRouteCircuitId"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.xml index 96f206d85..9e27c52e7 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2025-07-15.xml @@ -228,23 +228,12 @@ - - - - - - - - - - - - + - + @@ -253,12 +242,12 @@ - + - + @@ -268,10 +257,10 @@ - + - + @@ -282,17 +271,17 @@ - + - + - + @@ -300,16 +289,16 @@ - + - + - + - + @@ -318,11 +307,22 @@ - + + + + + + + + + + + + @@ -344,9 +344,9 @@ - + - + @@ -354,45 +354,45 @@ - + - + - + - + - - + + - + - + - + - - - + + + - + @@ -400,11 +400,11 @@ - + - + @@ -562,20 +562,12 @@ - - - - - - - - - + - + @@ -584,12 +576,12 @@ - + - + @@ -599,7 +591,7 @@ - + @@ -610,10 +602,16 @@ - + + + + + + + @@ -636,9 +634,9 @@ - + - + @@ -646,28 +644,28 @@ - + - + - + - + - + - + @@ -832,19 +830,19 @@ - - + + - + - + @@ -1007,11 +1005,11 @@ - - + + - + @@ -1067,19 +1065,19 @@ - - + + - + - + @@ -1242,11 +1240,11 @@ - - + + - + @@ -1303,7 +1301,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.json new file mode 100644 index 000000000..20669c523 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric controller", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabricControllers_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.infrastructureExpressRouteConnections", "options": ["infra-er-connections", "infrastructure-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)"}, "item": {"type": "object", "args": [{"type": "password", "var": "@ExpressRouteConnectionInformation_create.expressRouteAuthorizationKey", "options": ["express-route-authorization-key"], "required": true, "group": "", "help": {"short": "Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute."}}, {"nullable": true, "type": "string", "var": "@ExpressRouteConnectionInformation_create.expressRouteCircuitId", "options": ["express-route-circuit-id"], "required": true, "help": {"short": "The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute."}}], "cls": "ExpressRouteConnectionInformation_create"}}, {"type": "string", "var": "$body.properties.ipv4AddressSpace", "options": ["ipv4-address-space"], "group": "Properties", "help": {"short": "IPv4 Network Fabric Controller Address Space."}, "default": {"value": "10.0.0.0/19"}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.ipv6AddressSpace", "options": ["ipv6-address-space"], "group": "Properties", "help": {"short": "IPv6 Network Fabric Controller Address Space."}, "default": {"value": "FC00::/59"}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.isWorkloadManagementNetworkEnabled", "options": ["wl-mgt-net-enabled", "is-workload-management-network-enabled"], "group": "Properties", "help": {"short": "A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$body.properties.managedResourceGroupConfiguration", "options": ["mrg", "managed-resource-group-configuration"], "group": "Properties", "help": {"short": "Managed Resource Group configuration properties."}, "args": [{"type": "string", "var": "$body.properties.managedResourceGroupConfiguration.location", "options": ["location"], "help": {"short": "Managed resource group location."}}, {"type": "string", "var": "$body.properties.managedResourceGroupConfiguration.name", "options": ["name"], "help": {"short": "The NFC service will be hosted in a Managed resource group."}}]}, {"type": "string", "var": "$body.properties.nfcSku", "options": ["nfc-sku"], "group": "Properties", "help": {"short": "Network Fabric Controller SKU."}, "default": {"value": "Standard"}, "enum": {"items": [{"name": "Basic", "value": "Basic"}, {"name": "HighPerformance", "value": "HighPerformance"}, {"name": "Standard", "value": "Standard"}]}}, {"type": "object", "var": "$body.properties.vmProfile", "options": ["vm-profile"], "group": "Properties", "help": {"short": "The VM profile configuration for the NFC's associated compute (VM) resources."}, "args": [{"type": "string", "var": "$body.properties.vmProfile.vmSkuName", "options": ["vm-sku-name"], "required": true, "help": {"short": "The SKU that will be used for creating the VMS for AKS cluster."}}]}, {"type": "array<@ExpressRouteConnectionInformation_create>", "var": "$body.properties.workloadExpressRouteConnections", "options": ["wl-er-connections", "workload-er-connections", "workload-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute)."}, "item": {"type": "@ExpressRouteConnectionInformation_create"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "arg": "$body.properties.infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "arg": "@ExpressRouteConnectionInformation_create.expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "arg": "@ExpressRouteConnectionInformation_create.expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_create"}, "identifiers": ["expressRouteCircuitId"]}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "arg": "$body.properties.ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "arg": "$body.properties.ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "arg": "$body.properties.isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "managedResourceGroupConfiguration", "arg": "$body.properties.managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location", "arg": "$body.properties.managedResourceGroupConfiguration.location"}, {"type": "string", "name": "name", "arg": "$body.properties.managedResourceGroupConfiguration.name"}]}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "arg": "$body.properties.nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"type": "object", "name": "vmProfile", "arg": "$body.properties.vmProfile", "props": [{"type": "string", "name": "vmSkuName", "arg": "$body.properties.vmProfile.vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_create>", "name": "workloadExpressRouteConnections", "arg": "$body.properties.workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_create"}, "identifiers": ["expressRouteCircuitId"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "array", "var": "$body.properties.infrastructureExpressRouteConnections", "options": ["infra-er-connections", "infrastructure-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)"}, "item": {"type": "object", "args": [{"type": "password", "var": "@ExpressRouteConnectionInformation_update.expressRouteAuthorizationKey", "options": ["express-route-authorization-key"], "required": true, "group": "", "help": {"short": "Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute."}}, {"nullable": true, "type": "string", "var": "@ExpressRouteConnectionInformation_update.expressRouteCircuitId", "options": ["express-route-circuit-id"], "required": true, "help": {"short": "The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute."}}], "cls": "ExpressRouteConnectionInformation_update"}}, {"nullable": true, "type": "array<@ExpressRouteConnectionInformation_update>", "var": "$body.properties.workloadExpressRouteConnections", "options": ["wl-er-connections", "workload-er-connections", "workload-express-route-connections"], "group": "Properties", "help": {"short": "As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute)."}, "item": {"type": "@ExpressRouteConnectionInformation_update"}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabricControllers_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "array", "name": "infrastructureExpressRouteConnections", "arg": "$body.properties.infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "arg": "@ExpressRouteConnectionInformation_update.expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "arg": "@ExpressRouteConnectionInformation_update.expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_update"}, "identifiers": ["expressRouteCircuitId"]}, {"nullable": true, "type": "array<@ExpressRouteConnectionInformation_update>", "name": "workloadExpressRouteConnections", "arg": "$body.properties.workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_update"}, "identifiers": ["expressRouteCircuitId"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabricControllers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabriccontrollers/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY0NvbnRyb2xsZXJzL3tuZXR3b3JrRmFicmljQ29udHJvbGxlck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricControllerName", "options": ["n", "name", "network-fabric-controller-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric Controller."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabricControllers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricControllerName", "arg": "$Path.networkFabricControllerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"type": "array", "name": "infrastructureExpressRouteConnections", "item": {"type": "object", "props": [{"type": "password", "name": "expressRouteAuthorizationKey", "required": true, "secret": true}, {"nullable": true, "type": "string", "name": "expressRouteCircuitId", "required": true}], "cls": "ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "object", "name": "infrastructureServices", "props": [{"type": "array", "name": "ipv4AddressSpaces", "item": {"type": "string"}}, {"type": "array", "name": "ipv6AddressSpaces", "item": {"type": "string"}}], "cls": "ControllerServices_read"}, {"default": {"value": "10.0.0.0/19"}, "type": "string", "name": "ipv4AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "FC00::/59"}, "type": "string", "name": "ipv6AddressSpace", "format": {"minLength": 1}}, {"default": {"value": "True"}, "type": "string", "name": "isWorkloadManagementNetworkEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managedResourceGroupConfiguration", "props": [{"type": "string", "name": "location"}, {"type": "string", "name": "name"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": "Standard"}, "type": "string", "name": "nfcSku", "enum": {"items": [{"value": "Basic"}, {"value": "HighPerformance"}, {"value": "Standard"}]}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "tenantInternetGatewayIds", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "vmProfile", "props": [{"type": "string", "name": "vmSkuName", "required": true}]}, {"type": "array<@ExpressRouteConnectionInformation_read>", "name": "workloadExpressRouteConnections", "item": {"type": "@ExpressRouteConnectionInformation_read"}, "identifiers": ["expressRouteCircuitId"]}, {"readOnly": true, "type": "@ControllerServices_read", "name": "workloadServices"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabricController_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..ab9f965a5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljY29udHJvbGxlcnMve30=/2026-01-15-preview.xml @@ -0,0 +1,1545 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.md new file mode 100644 index 000000000..c199106c2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networkfabrics 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcw==/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.json index 9c8722057..09f0bc5af 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.authorizedTransceiver", "options": ["authorized-transceiver"], "group": "Properties", "help": {"short": "Authorized transciever configuration for NetworkFabric."}, "args": [{"type": "string", "var": "$body.properties.authorizedTransceiver.key", "options": ["key"], "help": {"short": "Key that must be configured on the fabric."}}, {"type": "string", "var": "$body.properties.authorizedTransceiver.vendor", "options": ["vendor"], "help": {"short": "Vendor of the transceiver."}}]}, {"type": "array", "var": "$body.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "var": "$body.properties.fabricASN", "options": ["fabric-asn"], "required": true, "group": "Properties", "help": {"short": "ASN of CE devices for CE/PE connectivity."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.fabricVersion", "options": ["fabric-version"], "group": "Properties", "help": {"short": "The version of Network Fabric."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.featureFlags", "options": ["feature-flags"], "group": "Properties", "help": {"short": "NetworkFabric feature flag configuration information"}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.featureFlags[].featureFlagName", "options": ["feature-flag-name"], "help": {"short": "Feature flag name."}}, {"type": "string", "var": "$body.properties.featureFlags[].featureFlagValue", "options": ["feature-flag-value"], "help": {"short": "Feature flag value."}}]}}, {"type": "integer32", "var": "$body.properties.hardwareAlertThreshold", "options": ["ha-threshold", "hardware-alert-threshold"], "group": "Properties", "help": {"short": "Hardware alert threshold percentage. Possible values are from 20 to 100."}, "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "var": "$body.properties.ipv4Prefix", "options": ["ipv4-prefix"], "required": true, "group": "Properties", "help": {"short": "IPv4Prefix for Management Network. Example: 10.1.0.0/19."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.ipv6Prefix", "options": ["ipv6-prefix"], "group": "Properties", "help": {"short": "IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59"}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.managementNetworkConfiguration", "options": ["managed-network-config", "management-network-configuration"], "required": true, "group": "Properties", "help": {"short": "Configuration to be used to setup the management network."}, "args": [{"type": "object", "var": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "options": ["infrastructure-vpn-configuration"], "required": true, "help": {"short": "VPN Configuration properties."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@VpnConfigurationProperties_create.networkToNetworkInterconnectId", "options": ["network-to-network-interconnect-id"], "help": {"short": "ARM Resource ID of the Network To Network Interconnect."}}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionAProperties", "options": ["option-a-properties"], "help": {"short": "option A properties"}, "args": [{"type": "object", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "var": "@VpnConfigurationProperties_create.optionAProperties.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "Vlan Id.Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionBProperties", "options": ["option-b-properties"], "help": {"short": "option B properties"}, "args": [{"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "Route Targets to be applied."}, "args": [{"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "@VpnConfigurationProperties_create.peeringOption", "options": ["peering-option"], "required": true, "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_create"}, {"type": "@VpnConfigurationProperties_create", "var": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration", "options": ["workload-vpn-configuration"], "required": true, "help": {"short": "VPN Configuration properties."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricControllerId", "options": ["nfc-id", "network-fabric-controller-id"], "required": true, "group": "Properties", "help": {"short": "Azure resource ID for the NetworkFabricController the NetworkFabric belongs."}}, {"type": "string", "var": "$body.properties.networkFabricSku", "options": ["nf-sku", "network-fabric-sku"], "required": true, "group": "Properties", "help": {"short": "Supported Network Fabric SKU.Example: Compute / Aggregate racks. Once the user chooses a particular SKU, only supported racks can be added to the Network Fabric. The SKU determines whether it is a single / multi rack Network Fabric."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.qosConfiguration", "options": ["qos-configuration"], "group": "Properties", "help": {"short": "NetworkFabric QoS Configuration"}, "args": [{"type": "string", "var": "$body.properties.qosConfiguration.qosConfigurationState", "options": ["qos-configuration-state"], "help": {"short": "QoS configuration state. Default is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "integer32", "var": "$body.properties.rackCount", "options": ["rack-count"], "group": "Properties", "help": {"short": "Number of compute racks associated to Network Fabric."}, "format": {"maximum": 8, "minimum": 1}}, {"type": "integer32", "var": "$body.properties.serverCountPerRack", "options": ["server-count-per-rack"], "required": true, "group": "Properties", "help": {"short": "Number of servers.Possible values are from 1-16."}, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "var": "$body.properties.storageAccountConfiguration", "options": ["storage-account-config", "storage-account-configuration"], "group": "Properties", "help": {"short": "Bring your own storage account configurations for Network Fabric."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountId", "options": ["storage-account-id"], "help": {"short": "Network Fabric storage account resource identifier."}}, {"type": "object", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "options": ["storage-account-identity"], "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}]}, {"type": "integer32", "var": "$body.properties.storageArrayCount", "options": ["storage-array-count"], "group": "Properties", "help": {"short": "Number of Storage arrays associated with the Network Fabric."}, "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "var": "$body.properties.terminalServerConfiguration", "options": ["ts-config", "terminal-server-configuration"], "required": true, "group": "Properties", "help": {"short": "Network and credentials configuration currently applied to terminal server."}, "args": [{"type": "password", "var": "$body.properties.terminalServerConfiguration.password", "options": ["password"], "required": true, "help": {"short": "Password for the terminal server connection."}, "format": {"minLength": 1}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "required": true, "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "required": true, "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.serialNumber", "options": ["serial-number"], "help": {"short": "Serial Number of Terminal server."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.username", "options": ["username"], "required": true, "help": {"short": "Username for the terminal server connection."}, "format": {"minLength": 1}}]}, {"type": "array", "var": "$body.properties.trustedIpPrefixes", "options": ["trusted-ip-prefixes"], "group": "Properties", "help": {"short": "Trusted IP Prefixes ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "var": "$body.properties.uniqueRdConfiguration", "options": ["unique-rd-config", "unique-rd-configuration"], "group": "Properties", "help": {"short": "Unique Route Distinguisher configuration"}, "args": [{"type": "string", "var": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "options": ["nni-derived-unique-rd-configuration-state"], "help": {"short": "NNI derived unique Route Distinguisher state. Default is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "options": ["unique-rd-configuration-state"], "help": {"short": "Unique Route Distinguisher configuration state. Default is Enabled."}, "default": {"value": "Enabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "authorizedTransceiver", "arg": "$body.properties.authorizedTransceiver", "props": [{"type": "string", "name": "key", "arg": "$body.properties.authorizedTransceiver.key"}, {"type": "string", "name": "vendor", "arg": "$body.properties.authorizedTransceiver.vendor"}]}, {"type": "array", "name": "controlPlaneAcls", "arg": "$body.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "arg": "$body.properties.fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "fabricVersion", "arg": "$body.properties.fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "arg": "$body.properties.featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName", "arg": "$body.properties.featureFlags[].featureFlagName"}, {"type": "string", "name": "featureFlagValue", "arg": "$body.properties.featureFlags[].featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "arg": "$body.properties.hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "arg": "$body.properties.ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "arg": "$body.properties.ipv6Prefix", "format": {"minLength": 1}}, {"type": "object", "name": "managementNetworkConfiguration", "arg": "$body.properties.managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "required": true, "props": [{"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "@VpnConfigurationProperties_create.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "@VpnConfigurationProperties_create.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "@VpnConfigurationProperties_create.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "arg": "@VpnConfigurationProperties_create.optionAProperties.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "@VpnConfigurationProperties_create.optionAProperties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "@VpnConfigurationProperties_create.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "@VpnConfigurationProperties_create.peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_create"}, {"type": "@VpnConfigurationProperties_create", "name": "workloadVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "arg": "$body.properties.networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "arg": "$body.properties.networkFabricSku", "required": true, "format": {"minLength": 1}}, {"type": "object", "name": "qosConfiguration", "arg": "$body.properties.qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "arg": "$body.properties.qosConfiguration.qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "arg": "$body.properties.rackCount", "format": {"maximum": 8, "minimum": 1}}, {"type": "integer32", "name": "serverCountPerRack", "arg": "$body.properties.serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "arg": "$body.properties.storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId", "arg": "$body.properties.storageAccountConfiguration.storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "arg": "$body.properties.storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "arg": "$body.properties.terminalServerConfiguration", "required": true, "props": [{"type": "password", "name": "password", "arg": "$body.properties.terminalServerConfiguration.password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix"}, {"type": "string", "name": "serialNumber", "arg": "$body.properties.terminalServerConfiguration.serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "arg": "$body.properties.terminalServerConfiguration.username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "arg": "$body.properties.trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "arg": "$body.properties.uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.authorizedTransceiver", "options": ["authorized-transceiver"], "group": "Properties", "help": {"short": "Authorized transciever configuration for NetworkFabric."}, "args": [{"type": "string", "var": "$body.properties.authorizedTransceiver.key", "options": ["key"], "help": {"short": "Key that must be configured on the fabric."}}, {"type": "string", "var": "$body.properties.authorizedTransceiver.vendor", "options": ["vendor"], "help": {"short": "Vendor of the transceiver."}}]}, {"nullable": true, "type": "array", "var": "$body.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "integer64", "var": "$body.properties.fabricASN", "options": ["fabric-asn"], "group": "Properties", "help": {"short": "ASN of CE devices for CE/PE connectivity."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "array", "var": "$body.properties.featureFlags", "options": ["feature-flags"], "group": "Properties", "help": {"short": "NetworkFabric feature flag configuration information"}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.featureFlags[].featureFlagName", "options": ["feature-flag-name"], "help": {"short": "Feature flag name."}}, {"type": "string", "var": "$body.properties.featureFlags[].featureFlagValue", "options": ["feature-flag-value"], "help": {"short": "Feature flag value."}}]}}, {"nullable": true, "type": "integer32", "var": "$body.properties.hardwareAlertThreshold", "options": ["ha-threshold", "hardware-alert-threshold"], "group": "Properties", "help": {"short": "Hardware alert threshold percentage. Possible values are from 20 to 100."}, "format": {"maximum": 100, "minimum": 20}}, {"nullable": true, "type": "string", "var": "$body.properties.ipv4Prefix", "options": ["ipv4-prefix"], "group": "Properties", "help": {"short": "IPv4Prefix for Management Network. Example: 10.1.0.0/19."}, "format": {"minLength": 1}}, {"nullable": true, "type": "string", "var": "$body.properties.ipv6Prefix", "options": ["ipv6-prefix"], "group": "Properties", "help": {"short": "IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59."}, "format": {"minLength": 1}}, {"nullable": true, "type": "object", "var": "$body.properties.managementNetworkConfiguration", "options": ["managed-network-config", "management-network-configuration"], "group": "Properties", "help": {"short": "Configuration to be used to setup the management network."}, "args": [{"type": "object", "var": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "options": ["infrastructure-vpn-configuration"], "help": {"short": "VPN Configuration properties."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@VpnConfigurationPatchableProperties_update.networkToNetworkInterconnectId", "options": ["network-to-network-interconnect-id"], "help": {"short": "ARM Resource ID of the Network To Network Interconnect."}}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties", "options": ["option-a-properties"], "help": {"short": "option A properties"}, "args": [{"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.vlanId", "options": ["vlan-id"], "help": {"short": "Vlan Id.Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties", "options": ["option-b-properties"], "help": {"short": "option B properties"}, "args": [{"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "Route Targets to be applied."}, "args": [{"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.peeringOption", "options": ["peering-option"], "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}], "cls": "VpnConfigurationPatchableProperties_update"}, {"type": "@VpnConfigurationPatchableProperties_update", "var": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration", "options": ["workload-vpn-configuration"], "help": {"short": "VPN Configuration properties."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.qosConfiguration", "options": ["qos-configuration"], "group": "Properties", "help": {"short": "NetworkFabric QoS Configuration"}, "args": [{"type": "string", "var": "$body.properties.qosConfiguration.qosConfigurationState", "options": ["qos-configuration-state"], "help": {"short": "QoS configuration state. Default is Disabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "integer32", "var": "$body.properties.rackCount", "options": ["rack-count"], "group": "Properties", "help": {"short": "Number of compute racks associated to Network Fabric."}, "format": {"maximum": 8, "minimum": 1}}, {"nullable": true, "type": "integer32", "var": "$body.properties.serverCountPerRack", "options": ["server-count-per-rack"], "group": "Properties", "help": {"short": "Number of servers.Possible values are from 1-16."}, "format": {"maximum": 16, "minimum": 1}}, {"nullable": true, "type": "object", "var": "$body.properties.storageAccountConfiguration", "options": ["storage-account-config", "storage-account-configuration"], "group": "Properties", "help": {"short": "Bring your own storage account configurations for Network Fabric."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountId", "options": ["storage-account-id"], "help": {"short": "Network Fabric storage account resource identifier."}}, {"type": "object", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "options": ["storage-account-identity"], "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}]}, {"nullable": true, "type": "object", "var": "$body.properties.terminalServerConfiguration", "options": ["ts-config", "terminal-server-configuration"], "group": "Properties", "help": {"short": "Network and credentials configuration currently applied to terminal server."}, "args": [{"type": "password", "var": "$body.properties.terminalServerConfiguration.password", "options": ["password"], "help": {"short": "Password for the terminal server connection."}, "format": {"minLength": 1}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.serialNumber", "options": ["serial-number"], "help": {"short": "Serial Number of Terminal server."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.username", "options": ["username"], "help": {"short": "Username for the terminal server connection."}, "format": {"minLength": 1}}]}, {"nullable": true, "type": "array", "var": "$body.properties.trustedIpPrefixes", "options": ["trusted-ip-prefixes"], "group": "Properties", "help": {"short": "Trusted IP Prefix ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "object", "var": "$body.properties.uniqueRdConfiguration", "options": ["unique-rd-config", "unique-rd-configuration"], "group": "Properties", "help": {"short": "Unique Route Distinguisher configuration"}, "args": [{"type": "string", "var": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "options": ["nni-derived-unique-rd-configuration-state"], "help": {"short": "NNI derived unique Route Distinguisher state. Default is Disabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "options": ["unique-rd-configuration-state"], "help": {"short": "Unique Route Distinguisher configuration state. Default is Enabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "authorizedTransceiver", "arg": "$body.properties.authorizedTransceiver", "props": [{"type": "string", "name": "key", "arg": "$body.properties.authorizedTransceiver.key"}, {"type": "string", "name": "vendor", "arg": "$body.properties.authorizedTransceiver.vendor"}]}, {"nullable": true, "type": "array", "name": "controlPlaneAcls", "arg": "$body.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "integer64", "name": "fabricASN", "arg": "$body.properties.fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "array", "name": "featureFlags", "arg": "$body.properties.featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName", "arg": "$body.properties.featureFlags[].featureFlagName"}, {"type": "string", "name": "featureFlagValue", "arg": "$body.properties.featureFlags[].featureFlagValue"}]}}, {"nullable": true, "type": "integer32", "name": "hardwareAlertThreshold", "arg": "$body.properties.hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"nullable": true, "type": "string", "name": "ipv4Prefix", "arg": "$body.properties.ipv4Prefix", "format": {"minLength": 1}}, {"nullable": true, "type": "string", "name": "ipv6Prefix", "arg": "$body.properties.ipv6Prefix", "format": {"minLength": 1}}, {"nullable": true, "type": "object", "name": "managementNetworkConfiguration", "arg": "$body.properties.managementNetworkConfiguration", "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "@VpnConfigurationPatchableProperties_update.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "integer32", "name": "mtu", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.vlanId", "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "@VpnConfigurationPatchableProperties_update.peeringOption", "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationPatchableProperties_update"}, {"type": "@VpnConfigurationPatchableProperties_update", "name": "workloadVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration"}]}, {"nullable": true, "type": "object", "name": "qosConfiguration", "arg": "$body.properties.qosConfiguration", "props": [{"type": "string", "name": "qosConfigurationState", "arg": "$body.properties.qosConfiguration.qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "integer32", "name": "rackCount", "arg": "$body.properties.rackCount", "format": {"maximum": 8, "minimum": 1}}, {"nullable": true, "type": "integer32", "name": "serverCountPerRack", "arg": "$body.properties.serverCountPerRack", "format": {"maximum": 16, "minimum": 1}}, {"nullable": true, "type": "object", "name": "storageAccountConfiguration", "arg": "$body.properties.storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId", "arg": "$body.properties.storageAccountConfiguration.storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId"}]}]}, {"nullable": true, "type": "object", "name": "terminalServerConfiguration", "arg": "$body.properties.terminalServerConfiguration", "props": [{"type": "password", "name": "password", "arg": "$body.properties.terminalServerConfiguration.password", "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix"}, {"type": "string", "name": "serialNumber", "arg": "$body.properties.terminalServerConfiguration.serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "arg": "$body.properties.terminalServerConfiguration.username", "format": {"minLength": 1}}]}, {"nullable": true, "type": "array", "name": "trustedIpPrefixes", "arg": "$body.properties.trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "object", "name": "uniqueRdConfiguration", "arg": "$body.properties.uniqueRdConfiguration", "props": [{"type": "string", "name": "nniDerivedUniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "uniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.authorizedTransceiver", "options": ["authorized-transceiver"], "group": "Properties", "help": {"short": "Authorized transciever configuration for NetworkFabric."}, "args": [{"type": "string", "var": "$resource.properties.authorizedTransceiver.key", "options": ["key"], "help": {"short": "Key that must be configured on the fabric."}}, {"type": "string", "var": "$resource.properties.authorizedTransceiver.vendor", "options": ["vendor"], "help": {"short": "Vendor of the transceiver."}}]}, {"type": "array", "var": "$resource.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "var": "$resource.properties.fabricASN", "options": ["fabric-asn"], "required": true, "group": "Properties", "help": {"short": "ASN of CE devices for CE/PE connectivity."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$resource.properties.fabricVersion", "options": ["fabric-version"], "group": "Properties", "help": {"short": "The version of Network Fabric."}, "format": {"minLength": 1}}, {"type": "array", "var": "$resource.properties.featureFlags", "options": ["feature-flags"], "group": "Properties", "help": {"short": "NetworkFabric feature flag configuration information"}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.featureFlags[].featureFlagName", "options": ["feature-flag-name"], "help": {"short": "Feature flag name."}}, {"type": "string", "var": "$resource.properties.featureFlags[].featureFlagValue", "options": ["feature-flag-value"], "help": {"short": "Feature flag value."}}]}}, {"type": "integer32", "var": "$resource.properties.hardwareAlertThreshold", "options": ["ha-threshold", "hardware-alert-threshold"], "group": "Properties", "help": {"short": "Hardware alert threshold percentage. Possible values are from 20 to 100."}, "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "var": "$resource.properties.ipv4Prefix", "options": ["ipv4-prefix"], "required": true, "group": "Properties", "help": {"short": "IPv4Prefix for Management Network. Example: 10.1.0.0/19."}, "format": {"minLength": 1}}, {"type": "string", "var": "$resource.properties.ipv6Prefix", "options": ["ipv6-prefix"], "group": "Properties", "help": {"short": "IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59"}, "format": {"minLength": 1}}, {"type": "object", "var": "$resource.properties.managementNetworkConfiguration", "options": ["managed-network-config", "management-network-configuration"], "required": true, "group": "Properties", "help": {"short": "Configuration to be used to setup the management network."}, "args": [{"type": "object", "var": "$resource.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "options": ["infrastructure-vpn-configuration"], "required": true, "help": {"short": "VPN Configuration properties."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@VpnConfigurationProperties_create.networkToNetworkInterconnectId", "options": ["network-to-network-interconnect-id"], "help": {"short": "ARM Resource ID of the Network To Network Interconnect."}}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionAProperties", "options": ["option-a-properties"], "help": {"short": "option A properties"}, "args": [{"type": "object", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "var": "@VpnConfigurationProperties_create.optionAProperties.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "Vlan Id.Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionBProperties", "options": ["option-b-properties"], "help": {"short": "option B properties"}, "args": [{"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "Route Targets to be applied."}, "args": [{"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "@VpnConfigurationProperties_create.peeringOption", "options": ["peering-option"], "required": true, "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_create"}, {"type": "@VpnConfigurationProperties_create", "var": "$resource.properties.managementNetworkConfiguration.workloadVpnConfiguration", "options": ["workload-vpn-configuration"], "required": true, "help": {"short": "VPN Configuration properties."}}]}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkFabricControllerId", "options": ["nfc-id", "network-fabric-controller-id"], "required": true, "group": "Properties", "help": {"short": "Azure resource ID for the NetworkFabricController the NetworkFabric belongs."}}, {"type": "string", "var": "$resource.properties.networkFabricSku", "options": ["nf-sku", "network-fabric-sku"], "required": true, "group": "Properties", "help": {"short": "Supported Network Fabric SKU.Example: Compute / Aggregate racks. Once the user chooses a particular SKU, only supported racks can be added to the Network Fabric. The SKU determines whether it is a single / multi rack Network Fabric."}, "format": {"minLength": 1}}, {"type": "object", "var": "$resource.properties.qosConfiguration", "options": ["qos-configuration"], "group": "Properties", "help": {"short": "NetworkFabric QoS Configuration"}, "args": [{"type": "string", "var": "$resource.properties.qosConfiguration.qosConfigurationState", "options": ["qos-configuration-state"], "help": {"short": "QoS configuration state. Default is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "integer32", "var": "$resource.properties.rackCount", "options": ["rack-count"], "group": "Properties", "help": {"short": "Number of compute racks associated to Network Fabric."}, "format": {"maximum": 8, "minimum": 1}}, {"type": "integer32", "var": "$resource.properties.serverCountPerRack", "options": ["server-count-per-rack"], "required": true, "group": "Properties", "help": {"short": "Number of servers.Possible values are from 1-16."}, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "var": "$resource.properties.storageAccountConfiguration", "options": ["storage-account-config", "storage-account-configuration"], "group": "Properties", "help": {"short": "Bring your own storage account configurations for Network Fabric."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.storageAccountConfiguration.storageAccountId", "options": ["storage-account-id"], "help": {"short": "Network Fabric storage account resource identifier."}}, {"type": "object", "var": "$resource.properties.storageAccountConfiguration.storageAccountIdentity", "options": ["storage-account-identity"], "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$resource.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}]}, {"type": "integer32", "var": "$resource.properties.storageArrayCount", "options": ["storage-array-count"], "group": "Properties", "help": {"short": "Number of Storage arrays associated with the Network Fabric."}, "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "var": "$resource.properties.terminalServerConfiguration", "options": ["ts-config", "terminal-server-configuration"], "required": true, "group": "Properties", "help": {"short": "Network and credentials configuration currently applied to terminal server."}, "args": [{"type": "password", "var": "$resource.properties.terminalServerConfiguration.password", "options": ["password"], "required": true, "help": {"short": "Password for the terminal server connection."}, "format": {"minLength": 1}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$resource.properties.terminalServerConfiguration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "required": true, "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$resource.properties.terminalServerConfiguration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$resource.properties.terminalServerConfiguration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "required": true, "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$resource.properties.terminalServerConfiguration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$resource.properties.terminalServerConfiguration.serialNumber", "options": ["serial-number"], "help": {"short": "Serial Number of Terminal server."}, "format": {"minLength": 1}}, {"type": "string", "var": "$resource.properties.terminalServerConfiguration.username", "options": ["username"], "required": true, "help": {"short": "Username for the terminal server connection."}, "format": {"minLength": 1}}]}, {"type": "array", "var": "$resource.properties.trustedIpPrefixes", "options": ["trusted-ip-prefixes"], "group": "Properties", "help": {"short": "Trusted IP Prefixes ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "var": "$resource.properties.uniqueRdConfiguration", "options": ["unique-rd-config", "unique-rd-configuration"], "group": "Properties", "help": {"short": "Unique Route Distinguisher configuration"}, "args": [{"type": "string", "var": "$resource.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "options": ["nni-derived-unique-rd-configuration-state"], "help": {"short": "NNI derived unique Route Distinguisher state. Default is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$resource.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "options": ["unique-rd-configuration-state"], "help": {"short": "Unique Route Distinguisher configuration state. Default is Enabled."}, "default": {"value": "Enabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "object", "name": "authorizedTransceiver", "arg": "$resource.properties.authorizedTransceiver", "props": [{"type": "string", "name": "key", "arg": "$resource.properties.authorizedTransceiver.key"}, {"type": "string", "name": "vendor", "arg": "$resource.properties.authorizedTransceiver.vendor"}]}, {"type": "array", "name": "controlPlaneAcls", "arg": "$resource.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "arg": "$resource.properties.fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "fabricVersion", "arg": "$resource.properties.fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "arg": "$resource.properties.featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName", "arg": "$resource.properties.featureFlags[].featureFlagName"}, {"type": "string", "name": "featureFlagValue", "arg": "$resource.properties.featureFlags[].featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "arg": "$resource.properties.hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "arg": "$resource.properties.ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "arg": "$resource.properties.ipv6Prefix", "format": {"minLength": 1}}, {"type": "object", "name": "managementNetworkConfiguration", "arg": "$resource.properties.managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "arg": "$resource.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "required": true, "props": [{"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "@VpnConfigurationProperties_create.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "@VpnConfigurationProperties_create.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "@VpnConfigurationProperties_create.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "arg": "@VpnConfigurationProperties_create.optionAProperties.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "@VpnConfigurationProperties_create.optionAProperties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "@VpnConfigurationProperties_create.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "@VpnConfigurationProperties_create.peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_create"}, {"type": "@VpnConfigurationProperties_create", "name": "workloadVpnConfiguration", "arg": "$resource.properties.managementNetworkConfiguration.workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "arg": "$resource.properties.networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "arg": "$resource.properties.networkFabricSku", "required": true, "format": {"minLength": 1}}, {"type": "object", "name": "qosConfiguration", "arg": "$resource.properties.qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "arg": "$resource.properties.qosConfiguration.qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "arg": "$resource.properties.rackCount", "format": {"maximum": 8, "minimum": 1}}, {"type": "integer32", "name": "serverCountPerRack", "arg": "$resource.properties.serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "arg": "$resource.properties.storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId", "arg": "$resource.properties.storageAccountConfiguration.storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "arg": "$resource.properties.storageAccountConfiguration.storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "arg": "$resource.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$resource.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "arg": "$resource.properties.storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "arg": "$resource.properties.terminalServerConfiguration", "required": true, "props": [{"type": "password", "name": "password", "arg": "$resource.properties.terminalServerConfiguration.password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$resource.properties.terminalServerConfiguration.primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$resource.properties.terminalServerConfiguration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$resource.properties.terminalServerConfiguration.secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$resource.properties.terminalServerConfiguration.secondaryIpv6Prefix"}, {"type": "string", "name": "serialNumber", "arg": "$resource.properties.terminalServerConfiguration.serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "arg": "$resource.properties.terminalServerConfiguration.username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "arg": "$resource.properties.trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "arg": "$resource.properties.uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "arg": "$resource.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "arg": "$resource.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$properties.properties.authorizedTransceiver", "options": ["authorized-transceiver"], "group": "Properties", "help": {"short": "Authorized transciever configuration for NetworkFabric."}, "args": [{"type": "string", "var": "$properties.properties.authorizedTransceiver.key", "options": ["key"], "help": {"short": "Key that must be configured on the fabric."}}, {"type": "string", "var": "$properties.properties.authorizedTransceiver.vendor", "options": ["vendor"], "help": {"short": "Vendor of the transceiver."}}]}, {"nullable": true, "type": "array", "var": "$properties.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "integer64", "var": "$properties.properties.fabricASN", "options": ["fabric-asn"], "group": "Properties", "help": {"short": "ASN of CE devices for CE/PE connectivity."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "array", "var": "$properties.properties.featureFlags", "options": ["feature-flags"], "group": "Properties", "help": {"short": "NetworkFabric feature flag configuration information"}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.featureFlags[].featureFlagName", "options": ["feature-flag-name"], "help": {"short": "Feature flag name."}}, {"type": "string", "var": "$properties.properties.featureFlags[].featureFlagValue", "options": ["feature-flag-value"], "help": {"short": "Feature flag value."}}]}}, {"nullable": true, "type": "integer32", "var": "$properties.properties.hardwareAlertThreshold", "options": ["ha-threshold", "hardware-alert-threshold"], "group": "Properties", "help": {"short": "Hardware alert threshold percentage. Possible values are from 20 to 100."}, "format": {"maximum": 100, "minimum": 20}}, {"nullable": true, "type": "string", "var": "$properties.properties.ipv4Prefix", "options": ["ipv4-prefix"], "group": "Properties", "help": {"short": "IPv4Prefix for Management Network. Example: 10.1.0.0/19."}, "format": {"minLength": 1}}, {"nullable": true, "type": "string", "var": "$properties.properties.ipv6Prefix", "options": ["ipv6-prefix"], "group": "Properties", "help": {"short": "IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59."}, "format": {"minLength": 1}}, {"nullable": true, "type": "object", "var": "$properties.properties.managementNetworkConfiguration", "options": ["managed-network-config", "management-network-configuration"], "group": "Properties", "help": {"short": "Configuration to be used to setup the management network."}, "args": [{"type": "object", "var": "$properties.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "options": ["infrastructure-vpn-configuration"], "help": {"short": "VPN Configuration properties."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@VpnConfigurationPatchableProperties_update.networkToNetworkInterconnectId", "options": ["network-to-network-interconnect-id"], "help": {"short": "ARM Resource ID of the Network To Network Interconnect."}}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties", "options": ["option-a-properties"], "help": {"short": "option A properties"}, "args": [{"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.vlanId", "options": ["vlan-id"], "help": {"short": "Vlan Id.Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties", "options": ["option-b-properties"], "help": {"short": "option B properties"}, "args": [{"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "Route Targets to be applied."}, "args": [{"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.peeringOption", "options": ["peering-option"], "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}], "cls": "VpnConfigurationPatchableProperties_update"}, {"type": "@VpnConfigurationPatchableProperties_update", "var": "$properties.properties.managementNetworkConfiguration.workloadVpnConfiguration", "options": ["workload-vpn-configuration"], "help": {"short": "VPN Configuration properties."}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.qosConfiguration", "options": ["qos-configuration"], "group": "Properties", "help": {"short": "NetworkFabric QoS Configuration"}, "args": [{"type": "string", "var": "$properties.properties.qosConfiguration.qosConfigurationState", "options": ["qos-configuration-state"], "help": {"short": "QoS configuration state. Default is Disabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "integer32", "var": "$properties.properties.rackCount", "options": ["rack-count"], "group": "Properties", "help": {"short": "Number of compute racks associated to Network Fabric."}, "format": {"maximum": 8, "minimum": 1}}, {"nullable": true, "type": "integer32", "var": "$properties.properties.serverCountPerRack", "options": ["server-count-per-rack"], "group": "Properties", "help": {"short": "Number of servers.Possible values are from 1-16."}, "format": {"maximum": 16, "minimum": 1}}, {"nullable": true, "type": "object", "var": "$properties.properties.storageAccountConfiguration", "options": ["storage-account-config", "storage-account-configuration"], "group": "Properties", "help": {"short": "Bring your own storage account configurations for Network Fabric."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.storageAccountConfiguration.storageAccountId", "options": ["storage-account-id"], "help": {"short": "Network Fabric storage account resource identifier."}}, {"type": "object", "var": "$properties.properties.storageAccountConfiguration.storageAccountIdentity", "options": ["storage-account-identity"], "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$properties.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}]}, {"nullable": true, "type": "object", "var": "$properties.properties.terminalServerConfiguration", "options": ["ts-config", "terminal-server-configuration"], "group": "Properties", "help": {"short": "Network and credentials configuration already applied to terminal server."}, "args": [{"type": "password", "var": "$properties.properties.terminalServerConfiguration.password", "options": ["password"], "help": {"short": "Password for the terminal server connection."}, "format": {"minLength": 1}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$properties.properties.terminalServerConfiguration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$properties.properties.terminalServerConfiguration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$properties.properties.terminalServerConfiguration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$properties.properties.terminalServerConfiguration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$properties.properties.terminalServerConfiguration.serialNumber", "options": ["serial-number"], "help": {"short": "Serial Number of Terminal server."}, "format": {"minLength": 1}}, {"type": "string", "var": "$properties.properties.terminalServerConfiguration.username", "options": ["username"], "help": {"short": "Username for the terminal server connection."}, "format": {"minLength": 1}}]}, {"nullable": true, "type": "array", "var": "$properties.properties.trustedIpPrefixes", "options": ["trusted-ip-prefixes"], "group": "Properties", "help": {"short": "Trusted IP Prefix ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "object", "var": "$properties.properties.uniqueRdConfiguration", "options": ["unique-rd-config", "unique-rd-configuration"], "group": "Properties", "help": {"short": "Unique Route Distinguisher configuration"}, "args": [{"type": "string", "var": "$properties.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "options": ["nni-derived-unique-rd-configuration-state"], "help": {"short": "NNI derived unique Route Distinguisher state. Default is Disabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$properties.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "options": ["unique-rd-configuration-state"], "help": {"short": "Unique Route Distinguisher configuration state. Default is Enabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "object", "name": "authorizedTransceiver", "arg": "$properties.properties.authorizedTransceiver", "props": [{"type": "string", "name": "key", "arg": "$properties.properties.authorizedTransceiver.key"}, {"type": "string", "name": "vendor", "arg": "$properties.properties.authorizedTransceiver.vendor"}]}, {"nullable": true, "type": "array", "name": "controlPlaneAcls", "arg": "$properties.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "integer64", "name": "fabricASN", "arg": "$properties.properties.fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "array", "name": "featureFlags", "arg": "$properties.properties.featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName", "arg": "$properties.properties.featureFlags[].featureFlagName"}, {"type": "string", "name": "featureFlagValue", "arg": "$properties.properties.featureFlags[].featureFlagValue"}]}}, {"nullable": true, "type": "integer32", "name": "hardwareAlertThreshold", "arg": "$properties.properties.hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"nullable": true, "type": "string", "name": "ipv4Prefix", "arg": "$properties.properties.ipv4Prefix", "format": {"minLength": 1}}, {"nullable": true, "type": "string", "name": "ipv6Prefix", "arg": "$properties.properties.ipv6Prefix", "format": {"minLength": 1}}, {"nullable": true, "type": "object", "name": "managementNetworkConfiguration", "arg": "$properties.properties.managementNetworkConfiguration", "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "arg": "$properties.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "@VpnConfigurationPatchableProperties_update.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "integer32", "name": "mtu", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.vlanId", "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "@VpnConfigurationPatchableProperties_update.peeringOption", "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationPatchableProperties_update"}, {"type": "@VpnConfigurationPatchableProperties_update", "name": "workloadVpnConfiguration", "arg": "$properties.properties.managementNetworkConfiguration.workloadVpnConfiguration"}]}, {"nullable": true, "type": "object", "name": "qosConfiguration", "arg": "$properties.properties.qosConfiguration", "props": [{"type": "string", "name": "qosConfigurationState", "arg": "$properties.properties.qosConfiguration.qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "integer32", "name": "rackCount", "arg": "$properties.properties.rackCount", "format": {"maximum": 8, "minimum": 1}}, {"nullable": true, "type": "integer32", "name": "serverCountPerRack", "arg": "$properties.properties.serverCountPerRack", "format": {"maximum": 16, "minimum": 1}}, {"nullable": true, "type": "object", "name": "storageAccountConfiguration", "arg": "$properties.properties.storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId", "arg": "$properties.properties.storageAccountConfiguration.storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "arg": "$properties.properties.storageAccountConfiguration.storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "arg": "$properties.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$properties.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId"}]}]}, {"nullable": true, "type": "object", "name": "terminalServerConfiguration", "arg": "$properties.properties.terminalServerConfiguration", "props": [{"type": "password", "name": "password", "arg": "$properties.properties.terminalServerConfiguration.password", "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$properties.properties.terminalServerConfiguration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$properties.properties.terminalServerConfiguration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$properties.properties.terminalServerConfiguration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$properties.properties.terminalServerConfiguration.secondaryIpv6Prefix"}, {"type": "string", "name": "serialNumber", "arg": "$properties.properties.terminalServerConfiguration.serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "arg": "$properties.properties.terminalServerConfiguration.username", "format": {"minLength": 1}}]}, {"nullable": true, "type": "array", "name": "trustedIpPrefixes", "arg": "$properties.properties.trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "object", "name": "uniqueRdConfiguration", "arg": "$properties.properties.uniqueRdConfiguration", "props": [{"type": "string", "name": "nniDerivedUniqueRdConfigurationState", "arg": "$properties.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "uniqueRdConfigurationState", "arg": "$properties.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 8, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.xml index 500887494..11cf904a9 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2025-07-15.xml @@ -434,23 +434,12 @@ - - - - - - - - - - - - + - + @@ -459,12 +448,12 @@ - + - + @@ -474,56 +463,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -605,20 +594,20 @@ - + - + - + - + - + @@ -627,72 +616,72 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -700,7 +689,7 @@ - + @@ -710,6 +699,17 @@ + + + + + + + + + + + @@ -731,9 +731,9 @@ - + - + @@ -741,49 +741,49 @@ - + - + - + - + - - - - + + + + - + - + - + - + - - + + - + - + - + - - + + @@ -838,14 +838,14 @@ - + - - + + - - + + @@ -853,54 +853,54 @@ - + - + - - - - + + + + - + - + - - + + - - - - - + + + + + - + - + - - + + - + @@ -909,7 +909,7 @@ - + @@ -1273,20 +1273,12 @@ - - - - - - - - - + - + @@ -1295,12 +1287,12 @@ - + - + @@ -1310,52 +1302,52 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1434,13 +1426,13 @@ - + - + - + @@ -1448,75 +1440,75 @@ - + - + - + - + - + - + - + - - - + + + - + - + - + - + - + - + - + - + - + - + @@ -1524,6 +1516,12 @@ + + + + + + @@ -1546,9 +1544,9 @@ - + - + @@ -1556,45 +1554,45 @@ - + - + - + - - - - + + + + - + - + - + - - + + - + - + - + - - + + @@ -1644,60 +1642,60 @@ - + - - + + - + - + - - - - + + + + - + - - + + - - - - - + + + + + - + - + - - + + - + @@ -1705,7 +1703,7 @@ - + @@ -2076,19 +2074,19 @@ - - + + - + - + @@ -2457,11 +2455,11 @@ - - + + - + @@ -2517,19 +2515,19 @@ - - + + - + - + @@ -2898,11 +2896,11 @@ - - + + - + @@ -2959,7 +2957,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..fba496f35 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}], "cls": "IdentitySelector_read"}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.authorizedTransceiver", "options": ["authorized-transceiver"], "group": "Properties", "help": {"short": "Authorized transciever configuration for NetworkFabric."}, "args": [{"type": "string", "var": "$body.properties.authorizedTransceiver.key", "options": ["key"], "help": {"short": "Key that must be configured on the fabric."}}, {"type": "string", "var": "$body.properties.authorizedTransceiver.vendor", "options": ["vendor"], "help": {"short": "Vendor of the transceiver."}}]}, {"type": "array", "var": "$body.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "var": "$body.properties.fabricASN", "options": ["fabric-asn"], "required": true, "group": "Properties", "help": {"short": "ASN of CE devices for CE/PE connectivity."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "$body.properties.fabricVersion", "options": ["fabric-version"], "group": "Properties", "help": {"short": "The version of Network Fabric."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.featureFlags", "options": ["feature-flags"], "group": "Properties", "help": {"short": "NetworkFabric feature flag configuration information"}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.featureFlags[].featureFlagName", "options": ["feature-flag-name"], "help": {"short": "Feature flag name."}}, {"type": "string", "var": "$body.properties.featureFlags[].featureFlagValue", "options": ["feature-flag-value"], "help": {"short": "Feature flag value."}}]}}, {"type": "integer32", "var": "$body.properties.hardwareAlertThreshold", "options": ["ha-threshold", "hardware-alert-threshold"], "group": "Properties", "help": {"short": "Hardware alert threshold percentage. Possible values are from 20 to 100."}, "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "var": "$body.properties.ipv4Prefix", "options": ["ipv4-prefix"], "required": true, "group": "Properties", "help": {"short": "IPv4Prefix for Management Network. Example: 10.1.0.0/19."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.ipv6Prefix", "options": ["ipv6-prefix"], "group": "Properties", "help": {"short": "IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59"}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.managementNetworkConfiguration", "options": ["managed-network-config", "management-network-configuration"], "required": true, "group": "Properties", "help": {"short": "Configuration to be used to setup the management network."}, "args": [{"type": "object", "var": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "options": ["infrastructure-vpn-configuration"], "required": true, "help": {"short": "VPN Configuration properties."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@VpnConfigurationProperties_create.networkToNetworkInterconnectId", "options": ["network-to-network-interconnect-id"], "help": {"short": "ARM Resource ID of the Network To Network Interconnect."}}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionAProperties", "options": ["option-a-properties"], "help": {"short": "option A properties"}, "args": [{"type": "object", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "var": "@VpnConfigurationProperties_create.optionAProperties.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "@VpnConfigurationProperties_create.optionAProperties.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "Vlan Id.Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionBProperties", "options": ["option-b-properties"], "help": {"short": "option B properties"}, "args": [{"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "Route Targets to be applied."}, "args": [{"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "@VpnConfigurationProperties_create.peeringOption", "options": ["peering-option"], "required": true, "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_create"}, {"type": "@VpnConfigurationProperties_create", "var": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration", "options": ["workload-vpn-configuration"], "required": true, "help": {"short": "VPN Configuration properties."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricControllerId", "options": ["nfc-id", "network-fabric-controller-id"], "required": true, "group": "Properties", "help": {"short": "Azure resource ID for the NetworkFabricController the NetworkFabric belongs."}}, {"type": "string", "var": "$body.properties.networkFabricSku", "options": ["nf-sku", "network-fabric-sku"], "required": true, "group": "Properties", "help": {"short": "Supported Network Fabric SKU.Example: Compute / Aggregate racks. Once the user chooses a particular SKU, only supported racks can be added to the Network Fabric. The SKU determines whether it is a single / multi rack Network Fabric."}, "format": {"minLength": 1}}, {"type": "object", "var": "$body.properties.qosConfiguration", "options": ["qos-configuration"], "group": "Properties", "help": {"short": "NetworkFabric QoS Configuration"}, "args": [{"type": "string", "var": "$body.properties.qosConfiguration.qosConfigurationState", "options": ["qos-configuration-state"], "help": {"short": "QoS configuration state. Default is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "integer32", "var": "$body.properties.rackCount", "options": ["rack-count"], "group": "Properties", "help": {"short": "Number of compute racks associated to Network Fabric."}, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "var": "$body.properties.secretArchiveSettings", "options": ["archive-settings", "secret-archive-settings"], "group": "Properties", "help": {"short": "The settings for a customer secret archive that may be used to hold copies of credentials for the Network Fabric."}, "args": [{"type": "object", "var": "$body.properties.secretArchiveSettings.associatedIdentity", "options": ["associated-identity"], "required": true, "help": {"short": "The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "@IdentitySelector_create.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "@IdentitySelector_create.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}], "cls": "IdentitySelector_create"}, {"type": "string", "var": "$body.properties.secretArchiveSettings.vaultUri", "options": ["vault-uri"], "required": true, "help": {"short": "The URI for the key vault used as the secret archive."}}]}, {"type": "integer32", "var": "$body.properties.serverCountPerRack", "options": ["server-count-per-rack"], "required": true, "group": "Properties", "help": {"short": "Number of servers.Possible values are from 1-16."}, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "var": "$body.properties.storageAccountConfiguration", "options": ["storage-account-config", "storage-account-configuration"], "group": "Properties", "help": {"short": "Bring your own storage account configurations for Network Fabric."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountId", "options": ["storage-account-id"], "help": {"short": "Network Fabric storage account resource identifier."}}, {"type": "object", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "options": ["storage-account-identity"], "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}]}, {"type": "integer32", "var": "$body.properties.storageArrayCount", "options": ["storage-array-count"], "group": "Properties", "help": {"short": "Number of Storage arrays associated with the Network Fabric."}, "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "var": "$body.properties.terminalServerConfiguration", "options": ["ts-config", "terminal-server-configuration"], "required": true, "group": "Properties", "help": {"short": "Network and credentials configuration currently applied to terminal server."}, "args": [{"type": "password", "var": "$body.properties.terminalServerConfiguration.password", "options": ["password"], "required": true, "help": {"short": "Password for the terminal server connection."}, "format": {"minLength": 1}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "required": true, "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "required": true, "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.serialNumber", "options": ["serial-number"], "help": {"short": "Serial Number of Terminal server."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.username", "options": ["username"], "required": true, "help": {"short": "Username for the terminal server connection."}, "format": {"minLength": 1}}]}, {"type": "array", "var": "$body.properties.trustedIpPrefixes", "options": ["trusted-ip-prefixes"], "group": "Properties", "help": {"short": "Trusted IP Prefixes ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "var": "$body.properties.uniqueRdConfiguration", "options": ["unique-rd-config", "unique-rd-configuration"], "group": "Properties", "help": {"short": "Unique Route Distinguisher configuration"}, "args": [{"type": "string", "var": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "options": ["nni-derived-unique-rd-configuration-state"], "help": {"short": "NNI derived unique Route Distinguisher state. Default is Disabled."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "options": ["unique-rd-configuration-state"], "help": {"short": "Unique Route Distinguisher configuration state. Default is Enabled."}, "default": {"value": "Enabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$body.properties.upgradeProfile", "options": ["upgrade-profile"], "group": "Properties", "help": {"short": "The upgrade profile to be used by devices in the network fabric during device operations"}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.upgradeProfile[].postUpgradeProfile", "options": ["post-upgrade-profile"], "help": {"short": "The post-upgrade configuration parameters to be used by devices in the network fabric during device upgrade operations"}, "args": [{"type": "integer32", "var": "$body.properties.upgradeProfile[].postUpgradeProfile.maxExitingMaintenanceTimeoutInSeconds", "options": ["max-exiting-maintenance-timeout-in-seconds"], "help": {"short": "Maximum wait time in seconds for during the post-upgrade process for devices in the network fabric to successfully move out of maintenance mode."}}, {"type": "integer32", "var": "$body.properties.upgradeProfile[].postUpgradeProfile.mlagReloadDelayTimeoutInSeconds", "options": ["mlag-reload-delay-timeout-in-seconds"], "help": {"short": "Maximum time in seconds to wait for MLAG reload delay on devices in the network fabric."}}]}, {"type": "object", "var": "$body.properties.upgradeProfile[].preUpgradeProfile", "options": ["pre-upgrade-profile"], "help": {"short": "The pre-upgrade configuration parameters to be used by devices in the network fabric during device upgrade operations"}, "args": [{"type": "integer32", "var": "$body.properties.upgradeProfile[].preUpgradeProfile.maxEnteringMaintenanceTimeoutInSeconds", "options": ["max-entering-maintenance-timeout-in-seconds"], "help": {"short": "Maximum wait time in seconds for during the pre-upgrade process for devices in the network fabric to successfully move into maintenance mode."}}]}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "authorizedTransceiver", "arg": "$body.properties.authorizedTransceiver", "props": [{"type": "string", "name": "key", "arg": "$body.properties.authorizedTransceiver.key"}, {"type": "string", "name": "vendor", "arg": "$body.properties.authorizedTransceiver.vendor"}]}, {"type": "array", "name": "controlPlaneAcls", "arg": "$body.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "arg": "$body.properties.fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "fabricVersion", "arg": "$body.properties.fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "arg": "$body.properties.featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName", "arg": "$body.properties.featureFlags[].featureFlagName"}, {"type": "string", "name": "featureFlagValue", "arg": "$body.properties.featureFlags[].featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "arg": "$body.properties.hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "arg": "$body.properties.ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "arg": "$body.properties.ipv6Prefix", "format": {"minLength": 1}}, {"type": "object", "name": "managementNetworkConfiguration", "arg": "$body.properties.managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "required": true, "props": [{"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "@VpnConfigurationProperties_create.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "@VpnConfigurationProperties_create.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@VpnConfigurationProperties_create.optionAProperties.bfdConfiguration.multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "@VpnConfigurationProperties_create.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "arg": "@VpnConfigurationProperties_create.optionAProperties.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "@VpnConfigurationProperties_create.optionAProperties.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "@VpnConfigurationProperties_create.optionAProperties.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "@VpnConfigurationProperties_create.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "@VpnConfigurationProperties_create.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "@VpnConfigurationProperties_create.peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_create"}, {"type": "@VpnConfigurationProperties_create", "name": "workloadVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration", "required": true}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "arg": "$body.properties.networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "arg": "$body.properties.networkFabricSku", "required": true, "format": {"minLength": 1}}, {"type": "object", "name": "qosConfiguration", "arg": "$body.properties.qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "arg": "$body.properties.qosConfiguration.qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "arg": "$body.properties.rackCount", "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "secretArchiveSettings", "arg": "$body.properties.secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "arg": "$body.properties.secretArchiveSettings.associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "arg": "@IdentitySelector_create.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "@IdentitySelector_create.userAssignedIdentityResourceId"}], "cls": "IdentitySelector_create"}, {"type": "string", "name": "vaultUri", "arg": "$body.properties.secretArchiveSettings.vaultUri", "required": true}]}, {"type": "integer32", "name": "serverCountPerRack", "arg": "$body.properties.serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "arg": "$body.properties.storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId", "arg": "$body.properties.storageAccountConfiguration.storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId"}]}]}, {"type": "integer32", "name": "storageArrayCount", "arg": "$body.properties.storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "arg": "$body.properties.terminalServerConfiguration", "required": true, "props": [{"type": "password", "name": "password", "arg": "$body.properties.terminalServerConfiguration.password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix"}, {"type": "string", "name": "serialNumber", "arg": "$body.properties.terminalServerConfiguration.serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "arg": "$body.properties.terminalServerConfiguration.username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "arg": "$body.properties.trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "arg": "$body.properties.uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "upgradeProfile", "arg": "$body.properties.upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "arg": "$body.properties.upgradeProfile[].postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds", "arg": "$body.properties.upgradeProfile[].postUpgradeProfile.maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds", "arg": "$body.properties.upgradeProfile[].postUpgradeProfile.mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "arg": "$body.properties.upgradeProfile[].preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds", "arg": "$body.properties.upgradeProfile[].preUpgradeProfile.maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}], "cls": "IdentitySelector_read"}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "object", "var": "$body.properties.authorizedTransceiver", "options": ["authorized-transceiver"], "group": "Properties", "help": {"short": "Authorized transciever configuration for NetworkFabric."}, "args": [{"type": "string", "var": "$body.properties.authorizedTransceiver.key", "options": ["key"], "help": {"short": "Key that must be configured on the fabric."}}, {"type": "string", "var": "$body.properties.authorizedTransceiver.vendor", "options": ["vendor"], "help": {"short": "Vendor of the transceiver."}}]}, {"nullable": true, "type": "array", "var": "$body.properties.controlPlaneAcls", "options": ["control-plane-acls"], "group": "Properties", "help": {"short": "Control Plane Access Control List ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "integer64", "var": "$body.properties.fabricASN", "options": ["fabric-asn"], "group": "Properties", "help": {"short": "ASN of CE devices for CE/PE connectivity."}, "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "array", "var": "$body.properties.featureFlags", "options": ["feature-flags"], "group": "Properties", "help": {"short": "NetworkFabric feature flag configuration information"}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.featureFlags[].featureFlagName", "options": ["feature-flag-name"], "help": {"short": "Feature flag name."}}, {"type": "string", "var": "$body.properties.featureFlags[].featureFlagValue", "options": ["feature-flag-value"], "help": {"short": "Feature flag value."}}]}}, {"nullable": true, "type": "integer32", "var": "$body.properties.hardwareAlertThreshold", "options": ["ha-threshold", "hardware-alert-threshold"], "group": "Properties", "help": {"short": "Hardware alert threshold percentage. Possible values are from 20 to 100."}, "format": {"maximum": 100, "minimum": 20}}, {"nullable": true, "type": "string", "var": "$body.properties.ipv4Prefix", "options": ["ipv4-prefix"], "group": "Properties", "help": {"short": "IPv4Prefix for Management Network. Example: 10.1.0.0/19."}, "format": {"minLength": 1}}, {"nullable": true, "type": "string", "var": "$body.properties.ipv6Prefix", "options": ["ipv6-prefix"], "group": "Properties", "help": {"short": "IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59."}, "format": {"minLength": 1}}, {"nullable": true, "type": "object", "var": "$body.properties.managementNetworkConfiguration", "options": ["managed-network-config", "management-network-configuration"], "group": "Properties", "help": {"short": "Configuration to be used to setup the management network."}, "args": [{"type": "object", "var": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "options": ["infrastructure-vpn-configuration"], "help": {"short": "VPN Configuration properties."}, "args": [{"nullable": true, "type": "ResourceId", "var": "@VpnConfigurationPatchableProperties_update.networkToNetworkInterconnectId", "options": ["network-to-network-interconnect-id"], "help": {"short": "ARM Resource ID of the Network To Network Interconnect."}}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties", "options": ["option-a-properties"], "help": {"short": "option A properties"}, "args": [{"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.mtu", "options": ["mtu"], "help": {"short": "MTU to use for option A peering."}, "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.peerASN", "options": ["peer-asn"], "help": {"short": "Peer ASN number.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "@VpnConfigurationPatchableProperties_update.optionAProperties.vlanId", "options": ["vlan-id"], "help": {"short": "Vlan Id.Example : 501"}, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties", "options": ["option-b-properties"], "help": {"short": "option B properties"}, "args": [{"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.exportRouteTargets", "options": ["export-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.importRouteTargets", "options": ["import-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE. This is for backward compatibility."}, "item": {"type": "string"}}, {"type": "object", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets", "options": ["route-targets"], "help": {"short": "Route Targets to be applied."}, "args": [{"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv4RouteTargets", "options": ["export-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv6RouteTargets", "options": ["export-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for outgoing routes from CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv4RouteTargets", "options": ["import-ipv4-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes into CE."}, "item": {"type": "string"}}, {"type": "array", "var": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv6RouteTargets", "options": ["import-ipv6-route-targets"], "help": {"short": "Route Targets to be applied for incoming routes from CE."}, "item": {"type": "string"}}]}]}, {"type": "string", "var": "@VpnConfigurationPatchableProperties_update.peeringOption", "options": ["peering-option"], "help": {"short": "Peering option list."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "OptionB", "value": "OptionB"}]}}], "cls": "VpnConfigurationPatchableProperties_update"}, {"type": "@VpnConfigurationPatchableProperties_update", "var": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration", "options": ["workload-vpn-configuration"], "help": {"short": "VPN Configuration properties."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.qosConfiguration", "options": ["qos-configuration"], "group": "Properties", "help": {"short": "NetworkFabric QoS Configuration"}, "args": [{"type": "string", "var": "$body.properties.qosConfiguration.qosConfigurationState", "options": ["qos-configuration-state"], "help": {"short": "QoS configuration state. Default is Disabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "integer32", "var": "$body.properties.rackCount", "options": ["rack-count"], "group": "Properties", "help": {"short": "Number of compute racks associated to Network Fabric."}, "format": {"maximum": 8, "minimum": 1}}, {"nullable": true, "type": "object", "var": "$body.properties.secretArchiveSettings", "options": ["archive-settings", "secret-archive-settings"], "group": "Properties", "help": {"short": "The settings for a customer secret archive that may be used to hold copies of credentials for the Network Fabric."}, "args": [{"type": "object", "var": "$body.properties.secretArchiveSettings.associatedIdentity", "options": ["associated-identity"], "help": {"short": "The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "@IdentitySelectorPatch_update.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "@IdentitySelectorPatch_update.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}], "cls": "IdentitySelectorPatch_update"}, {"type": "string", "var": "$body.properties.secretArchiveSettings.vaultUri", "options": ["vault-uri"], "help": {"short": "The URI for the key vault used as the secret archive."}}]}, {"nullable": true, "type": "integer32", "var": "$body.properties.serverCountPerRack", "options": ["server-count-per-rack"], "group": "Properties", "help": {"short": "Number of servers.Possible values are from 1-16."}, "format": {"maximum": 16, "minimum": 1}}, {"nullable": true, "type": "object", "var": "$body.properties.storageAccountConfiguration", "options": ["storage-account-config", "storage-account-configuration"], "group": "Properties", "help": {"short": "Bring your own storage account configurations for Network Fabric."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountId", "options": ["storage-account-id"], "help": {"short": "Network Fabric storage account resource identifier."}}, {"type": "object", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "options": ["storage-account-identity"], "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}]}, {"nullable": true, "type": "object", "var": "$body.properties.terminalServerConfiguration", "options": ["ts-config", "terminal-server-configuration"], "group": "Properties", "help": {"short": "Network and credentials configuration currently applied to terminal server."}, "args": [{"type": "password", "var": "$body.properties.terminalServerConfiguration.password", "options": ["password"], "help": {"short": "Password for the terminal server connection."}, "format": {"minLength": 1}, "prompt": {"msg": "Password:"}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.serialNumber", "options": ["serial-number"], "help": {"short": "Serial Number of Terminal server."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.terminalServerConfiguration.username", "options": ["username"], "help": {"short": "Username for the terminal server connection."}, "format": {"minLength": 1}}]}, {"nullable": true, "type": "array", "var": "$body.properties.trustedIpPrefixes", "options": ["trusted-ip-prefixes"], "group": "Properties", "help": {"short": "Trusted IP Prefix ARM resource IDs."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "object", "var": "$body.properties.uniqueRdConfiguration", "options": ["unique-rd-config", "unique-rd-configuration"], "group": "Properties", "help": {"short": "Unique Route Distinguisher configuration"}, "args": [{"type": "string", "var": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "options": ["nni-derived-unique-rd-configuration-state"], "help": {"short": "NNI derived unique Route Distinguisher state. Default is Disabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "options": ["unique-rd-configuration-state"], "help": {"short": "Unique Route Distinguisher configuration state. Default is Enabled."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "var": "$body.properties.upgradeProfile", "options": ["upgrade-profile"], "group": "Properties", "help": {"short": "The upgrade profile to be used by devices in the network fabric during device operations"}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.upgradeProfile[].postUpgradeProfile", "options": ["post-upgrade-profile"], "help": {"short": "The post-upgrade configuration parameters to be used by devices in the network fabric during device upgrade operations"}, "args": [{"type": "integer32", "var": "$body.properties.upgradeProfile[].postUpgradeProfile.maxExitingMaintenanceTimeoutInSeconds", "options": ["max-exiting-maintenance-timeout-in-seconds"], "help": {"short": "Maximum wait time in seconds for during the post-upgrade process for devices in the network fabric to successfully move out of maintenance mode."}}, {"type": "integer32", "var": "$body.properties.upgradeProfile[].postUpgradeProfile.mlagReloadDelayTimeoutInSeconds", "options": ["mlag-reload-delay-timeout-in-seconds"], "help": {"short": "Maximum time in seconds to wait for MLAG reload delay on devices in the network fabric."}}]}, {"type": "object", "var": "$body.properties.upgradeProfile[].preUpgradeProfile", "options": ["pre-upgrade-profile"], "help": {"short": "The pre-upgrade configuration parameters to be used by devices in the network fabric during device upgrade operations"}, "args": [{"type": "integer32", "var": "$body.properties.upgradeProfile[].preUpgradeProfile.maxEnteringMaintenanceTimeoutInSeconds", "options": ["max-entering-maintenance-timeout-in-seconds"], "help": {"short": "Maximum wait time in seconds for during the pre-upgrade process for devices in the network fabric to successfully move into maintenance mode."}}]}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "object", "name": "authorizedTransceiver", "arg": "$body.properties.authorizedTransceiver", "props": [{"type": "string", "name": "key", "arg": "$body.properties.authorizedTransceiver.key"}, {"type": "string", "name": "vendor", "arg": "$body.properties.authorizedTransceiver.vendor"}]}, {"nullable": true, "type": "array", "name": "controlPlaneAcls", "arg": "$body.properties.controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "integer64", "name": "fabricASN", "arg": "$body.properties.fabricASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"nullable": true, "type": "array", "name": "featureFlags", "arg": "$body.properties.featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName", "arg": "$body.properties.featureFlags[].featureFlagName"}, {"type": "string", "name": "featureFlagValue", "arg": "$body.properties.featureFlags[].featureFlagValue"}]}}, {"nullable": true, "type": "integer32", "name": "hardwareAlertThreshold", "arg": "$body.properties.hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"nullable": true, "type": "string", "name": "ipv4Prefix", "arg": "$body.properties.ipv4Prefix", "format": {"minLength": 1}}, {"nullable": true, "type": "string", "name": "ipv6Prefix", "arg": "$body.properties.ipv6Prefix", "format": {"minLength": 1}}, {"nullable": true, "type": "object", "name": "managementNetworkConfiguration", "arg": "$body.properties.managementNetworkConfiguration", "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.infrastructureVpnConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId", "arg": "@VpnConfigurationPatchableProperties_update.networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.bfdConfiguration.multiplier"}]}, {"type": "integer32", "name": "mtu", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "@VpnConfigurationPatchableProperties_update.optionAProperties.vlanId", "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "arg": "@VpnConfigurationPatchableProperties_update.optionBProperties.routeTargets.importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "arg": "@VpnConfigurationPatchableProperties_update.peeringOption", "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationPatchableProperties_update"}, {"type": "@VpnConfigurationPatchableProperties_update", "name": "workloadVpnConfiguration", "arg": "$body.properties.managementNetworkConfiguration.workloadVpnConfiguration"}]}, {"nullable": true, "type": "object", "name": "qosConfiguration", "arg": "$body.properties.qosConfiguration", "props": [{"type": "string", "name": "qosConfigurationState", "arg": "$body.properties.qosConfiguration.qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "integer32", "name": "rackCount", "arg": "$body.properties.rackCount", "format": {"maximum": 8, "minimum": 1}}, {"nullable": true, "type": "object", "name": "secretArchiveSettings", "arg": "$body.properties.secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "arg": "$body.properties.secretArchiveSettings.associatedIdentity", "props": [{"type": "string", "name": "identityType", "arg": "@IdentitySelectorPatch_update.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "@IdentitySelectorPatch_update.userAssignedIdentityResourceId"}], "cls": "IdentitySelectorPatch_update"}, {"type": "string", "name": "vaultUri", "arg": "$body.properties.secretArchiveSettings.vaultUri"}]}, {"nullable": true, "type": "integer32", "name": "serverCountPerRack", "arg": "$body.properties.serverCountPerRack", "format": {"maximum": 16, "minimum": 1}}, {"nullable": true, "type": "object", "name": "storageAccountConfiguration", "arg": "$body.properties.storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId", "arg": "$body.properties.storageAccountConfiguration.storageAccountId"}, {"type": "object", "name": "storageAccountIdentity", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.storageAccountConfiguration.storageAccountIdentity.userAssignedIdentityResourceId"}]}]}, {"nullable": true, "type": "object", "name": "terminalServerConfiguration", "arg": "$body.properties.terminalServerConfiguration", "props": [{"type": "password", "name": "password", "arg": "$body.properties.terminalServerConfiguration.password", "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.terminalServerConfiguration.secondaryIpv6Prefix"}, {"type": "string", "name": "serialNumber", "arg": "$body.properties.terminalServerConfiguration.serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "arg": "$body.properties.terminalServerConfiguration.username", "format": {"minLength": 1}}]}, {"nullable": true, "type": "array", "name": "trustedIpPrefixes", "arg": "$body.properties.trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "object", "name": "uniqueRdConfiguration", "arg": "$body.properties.uniqueRdConfiguration", "props": [{"type": "string", "name": "nniDerivedUniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "uniqueRdConfigurationState", "arg": "$body.properties.uniqueRdConfiguration.uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"nullable": true, "type": "array", "name": "upgradeProfile", "arg": "$body.properties.upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "arg": "$body.properties.upgradeProfile[].postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds", "arg": "$body.properties.upgradeProfile[].postUpgradeProfile.maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds", "arg": "$body.properties.upgradeProfile[].postUpgradeProfile.mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "arg": "$body.properties.upgradeProfile[].preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds", "arg": "$body.properties.upgradeProfile[].preUpgradeProfile.maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}], "cls": "IdentitySelector_read"}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}], "cls": "IdentitySelector_read"}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}], "cls": "IdentitySelector_read"}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkFabrics_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["n", "name", "network-fabric-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkFabrics_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "array", "name": "activeCommitBatches", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "authorizedTransceiver", "props": [{"type": "string", "name": "key"}, {"type": "string", "name": "vendor"}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "controlPlaneAcls", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer64", "name": "fabricASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "fabricLocks", "item": {"type": "object", "props": [{"type": "string", "name": "lockState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}]}}, {"type": "string", "name": "fabricVersion", "format": {"minLength": 1}}, {"type": "array", "name": "featureFlags", "item": {"type": "object", "props": [{"type": "string", "name": "featureFlagName"}, {"type": "string", "name": "featureFlagValue"}]}}, {"type": "integer32", "name": "hardwareAlertThreshold", "format": {"maximum": 100, "minimum": 20}}, {"type": "string", "name": "ipv4Prefix", "required": true, "format": {"minLength": 1}}, {"type": "string", "name": "ipv6Prefix", "format": {"minLength": 1}}, {"readOnly": true, "type": "array", "name": "l2IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "l3IsolationDomains", "item": {"type": "string"}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "managementNetworkConfiguration", "required": true, "props": [{"type": "object", "name": "infrastructureVpnConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkToNetworkInterconnectId"}, {"type": "object", "name": "optionAProperties", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}]}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 501}}]}, {"type": "object", "name": "optionBProperties", "props": [{"type": "array", "name": "exportRouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importRouteTargets", "item": {"type": "string"}}, {"type": "object", "name": "routeTargets", "props": [{"type": "array", "name": "exportIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "exportIpv6RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv4RouteTargets", "item": {"type": "string"}}, {"type": "array", "name": "importIpv6RouteTargets", "item": {"type": "string"}}]}]}, {"type": "string", "name": "peeringOption", "required": true, "enum": {"items": [{"value": "OptionA"}, {"value": "OptionB"}]}}], "cls": "VpnConfigurationProperties_read"}, {"type": "@VpnConfigurationProperties_read", "name": "workloadVpnConfiguration", "required": true}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "networkBootstrapDeviceId"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricControllerId", "required": true}, {"type": "string", "name": "networkFabricSku", "required": true, "format": {"minLength": 1}}, {"readOnly": true, "type": "string", "name": "operationalState", "enum": {"items": [{"value": "Degraded"}, {"value": "Down"}, {"value": "Unknown"}, {"value": "Up"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "qosConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "qosConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "integer32", "name": "rackCount", "format": {"maximum": 16, "minimum": 1}}, {"readOnly": true, "type": "array", "name": "racks", "item": {"type": "string"}}, {"readOnly": true, "type": "array", "name": "routerIds", "item": {"type": "string"}}, {"type": "object", "name": "secretArchiveSettings", "props": [{"type": "object", "name": "associatedIdentity", "required": true, "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}], "cls": "IdentitySelector_read"}, {"type": "string", "name": "vaultUri", "required": true}]}, {"readOnly": true, "type": "object", "name": "secretRotationSummary", "props": [{"readOnly": true, "type": "integer64", "name": "activePasswordSetCount"}]}, {"type": "integer32", "name": "serverCountPerRack", "required": true, "format": {"maximum": 16, "minimum": 1}}, {"type": "object", "name": "storageAccountConfiguration", "props": [{"nullable": true, "type": "ResourceId", "name": "storageAccountId"}, {"type": "@IdentitySelector_read", "name": "storageAccountIdentity"}]}, {"type": "integer32", "name": "storageArrayCount", "format": {"maximum": 2, "minimum": 1}}, {"type": "object", "name": "terminalServerConfiguration", "required": true, "props": [{"readOnly": true, "type": "string", "name": "networkDeviceId"}, {"type": "password", "name": "password", "required": true, "secret": true, "format": {"minLength": 1}}, {"type": "string", "name": "primaryIpv4Prefix", "required": true}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "required": true}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"readOnly": true, "type": "array", "name": "secretRotationStatus", "item": {"type": "object", "props": [{"readOnly": true, "type": "dateTime", "name": "lastRotationTime"}, {"readOnly": true, "type": "object", "name": "secretArchiveReference", "props": [{"readOnly": true, "nullable": true, "type": "ResourceId", "name": "keyVaultId"}, {"readOnly": true, "type": "string", "name": "keyVaultUri"}, {"readOnly": true, "type": "string", "name": "secretName"}, {"readOnly": true, "type": "string", "name": "secretVersion"}]}, {"readOnly": true, "type": "string", "name": "secretType"}, {"readOnly": true, "type": "string", "name": "synchronizationStatus", "enum": {"items": [{"value": "InSync"}, {"value": "OutOfSync"}, {"value": "Synchronizing"}]}}]}, "identifiers": ["secretType"]}, {"type": "string", "name": "serialNumber", "format": {"minLength": 1}}, {"type": "string", "name": "username", "required": true, "format": {"minLength": 1}}]}, {"type": "array", "name": "trustedIpPrefixes", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "object", "name": "uniqueRdConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "nniDerivedUniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "Enabled"}, "type": "string", "name": "uniqueRdConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"readOnly": true, "type": "array", "name": "uniqueRds", "item": {"type": "string"}}]}, {"type": "array", "name": "upgradeProfile", "item": {"type": "object", "props": [{"type": "object", "name": "postUpgradeProfile", "props": [{"type": "integer32", "name": "maxExitingMaintenanceTimeoutInSeconds"}, {"type": "integer32", "name": "mlagReloadDelayTimeoutInSeconds"}]}, {"type": "object", "name": "preUpgradeProfile", "props": [{"type": "integer32", "name": "maxEnteringMaintenanceTimeoutInSeconds"}]}]}, "identifiers": ["preUpgradeProfile", "postUpgradeProfile"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkFabric_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..dda06a6e2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,3618 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGV3b3JrbG9hZG1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGV3b3JrbG9hZG1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.json new file mode 100644 index 000000000..5d5af93cf --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGV3b3JrbG9hZG1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/updateworkloadmanagementbfdconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS91cGRhdGVXb3JrbG9hZE1hbmFnZW1lbnRCZmRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "update-workload-management-bfd-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/updateworkloadmanagementbfdconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS91cGRhdGVXb3JrbG9hZE1hbmFnZW1lbnRCZmRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_UpdateWorkloadManagementBfdConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/updateWorkloadManagementBfdConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGV3b3JrbG9hZG1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGV3b3JrbG9hZG1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml new file mode 100644 index 000000000..e1a2638a5 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGV3b3JrbG9hZG1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGVpbmZyYW1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGVpbmZyYW1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.json new file mode 100644 index 000000000..1e4f23ceb --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGVpbmZyYW1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/updateinframanagementbfdconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS91cGRhdGVJbmZyYU1hbmFnZW1lbnRCZmRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "update-infra-management-bfd-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/updateinframanagementbfdconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS91cGRhdGVJbmZyYU1hbmFnZW1lbnRCZmRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_UpdateInfraManagementBfdConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/updateInfraManagementBfdConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGVpbmZyYW1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGVpbmZyYW1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml new file mode 100644 index 000000000..71f697ee3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGRhdGVpbmZyYW1hbmFnZW1lbnRiZmRjb25maWd1cmF0aW9u/2026-01-15-preview.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGdyYWRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGdyYWRl/2026-01-15-preview.json new file mode 100644 index 000000000..7d2664b16 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGdyYWRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/upgrade", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS91cGdyYWRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "upgrade", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/upgrade", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS91cGdyYWRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.action", "options": ["action"], "group": "Body", "help": {"short": "Action to be performed while upgrading the fabric."}, "enum": {"items": [{"name": "Complete", "value": "Complete"}, {"name": "Start", "value": "Start"}]}}, {"type": "string", "var": "$body.version", "options": ["version"], "group": "Body", "help": {"short": "Specify the version."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Upgrade", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/upgrade", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "action", "arg": "$body.action", "enum": {"items": [{"value": "Complete"}, {"value": "Start"}]}}, {"type": "string", "name": "version", "arg": "$body.version"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGdyYWRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGdyYWRl/2026-01-15-preview.xml new file mode 100644 index 000000000..c72c6ed1f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS91cGdyYWRl/2026-01-15-preview.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92YWxpZGF0ZWNvbmZpZ3VyYXRpb24=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92YWxpZGF0ZWNvbmZpZ3VyYXRpb24=/2026-01-15-preview.json new file mode 100644 index 000000000..4a406899e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92YWxpZGF0ZWNvbmZpZ3VyYXRpb24=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS92YWxpZGF0ZUNvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "validate-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS92YWxpZGF0ZUNvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.validateAction", "options": ["validate-action"], "group": "Body", "help": {"short": "Validate action that to be performed"}, "enum": {"items": [{"name": "Cabling", "value": "Cabling"}, {"name": "Configuration", "value": "Configuration"}, {"name": "Connectivity", "value": "Connectivity"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_ValidateConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/validateConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "validateAction", "arg": "$body.validateAction", "enum": {"items": [{"value": "Cabling"}, {"value": "Configuration"}, {"value": "Connectivity"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "url"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92YWxpZGF0ZWNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92YWxpZGF0ZWNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml new file mode 100644 index 000000000..a190238d7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92YWxpZGF0ZWNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92aWV3ZGV2aWNlY29uZmlndXJhdGlvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92aWV3ZGV2aWNlY29uZmlndXJhdGlvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..9d770e141 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92aWV3ZGV2aWNlY29uZmlndXJhdGlvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/viewdeviceconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS92aWV3RGV2aWNlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "view-device-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/viewdeviceconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS92aWV3RGV2aWNlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_ViewDeviceConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/viewDeviceConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "deviceConfigurationUrl"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92aWV3ZGV2aWNlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92aWV3ZGV2aWNlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..75262576d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS92aWV3ZGV2aWNlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9hcm1jb25maWd1cmF0aW9uZGlmZg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9hcm1jb25maWd1cmF0aW9uZGlmZg==/2026-01-15-preview.json new file mode 100644 index 000000000..498d81846 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9hcm1jb25maWd1cmF0aW9uZGlmZg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/armconfigurationdiff", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9hcm1Db25maWd1cmF0aW9uRGlmZg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "arm-configuration-diff", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/armconfigurationdiff", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9hcm1Db25maWd1cmF0aW9uRGlmZg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_ArmConfigurationDiff", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/armConfigurationDiff", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "configurationDiffUrl"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9hcm1jb25maWd1cmF0aW9uZGlmZg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9hcm1jb25maWd1cmF0aW9uZGlmZg==/2026-01-15-preview.xml new file mode 100644 index 000000000..590bea9f2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9hcm1jb25maWd1cmF0aW9uZGlmZg==/2026-01-15-preview.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRiYXRjaHN0YXR1cw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRiYXRjaHN0YXR1cw==/2026-01-15-preview.json new file mode 100644 index 000000000..045a5c439 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRiYXRjaHN0YXR1cw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/commitbatchstatus", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9jb21taXRCYXRjaFN0YXR1cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "commit-batch-status", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/commitbatchstatus", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9jb21taXRCYXRjaFN0YXR1cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.commitBatchId", "options": ["commit-batch-id"], "group": "Body", "help": {"short": "Commit Batch Identifier. If not provided, the latest commit batch status will be returned."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_CommitBatchStatus", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/commitBatchStatus", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "commitBatchId", "arg": "$body.commitBatchId"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "commitBatchDetails", "props": [{"type": "array", "name": "failedDevices", "item": {"type": "string"}}]}, {"type": "string", "name": "commitBatchId"}, {"readOnly": true, "type": "string", "name": "commitBatchState", "enum": {"items": [{"value": "Failed"}, {"value": "Processing"}, {"value": "Succeeded"}]}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRiYXRjaHN0YXR1cw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRiYXRjaHN0YXR1cw==/2026-01-15-preview.xml new file mode 100644 index 000000000..a01599178 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRiYXRjaHN0YXR1cw==/2026-01-15-preview.xml @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRjb25maWd1cmF0aW9u/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRjb25maWd1cmF0aW9u/2026-01-15-preview.json new file mode 100644 index 000000000..7e9a4c4f1 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRjb25maWd1cmF0aW9u/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9jb21taXRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "commit-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9jb21taXRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.commitPolicy", "options": ["commit-policy"], "group": "Body", "help": {"short": "Commit configuration Policy. Supported policy is StageCEConfiguration, which indicates to prepare the configuration for the CE device type."}, "enum": {"items": [{"name": "StageCEConfiguration", "value": "StageCEConfiguration"}]}}, {"type": "string", "var": "$body.commitStage", "options": ["commit-stage"], "group": "Body", "help": {"short": "Commit stage Action to be performed."}, "enum": {"items": [{"name": "Continue", "value": "Continue"}, {"name": "Rollback", "value": "Rollback"}, {"name": "Start", "value": "Start"}]}}, {"type": "array", "var": "$body.devices", "options": ["devices"], "group": "Body", "help": {"short": "List of ARM resource IDs of devices to be included in the commit operation. Either CE1 or CE2 is allowed."}, "item": {"type": "string"}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_CommitConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/commitConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "props": [{"type": "string", "name": "commitPolicy", "arg": "$body.commitPolicy", "enum": {"items": [{"value": "StageCEConfiguration"}]}}, {"type": "string", "name": "commitStage", "arg": "$body.commitStage", "enum": {"items": [{"value": "Continue"}, {"value": "Rollback"}, {"value": "Start"}]}}, {"type": "array", "name": "devices", "arg": "$body.devices", "item": {"type": "string"}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRjb25maWd1cmF0aW9u/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRjb25maWd1cmF0aW9u/2026-01-15-preview.xml new file mode 100644 index 000000000..1a19e31c9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9jb21taXRjb25maWd1cmF0aW9u/2026-01-15-preview.xml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kZXByb3Zpc2lvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kZXByb3Zpc2lvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..403494136 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kZXByb3Zpc2lvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/deprovision", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9kZXByb3Zpc2lvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "deprovision", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/deprovision", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9kZXByb3Zpc2lvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Deprovision", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/deprovision", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kZXByb3Zpc2lvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kZXByb3Zpc2lvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..36838d94a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kZXByb3Zpc2lvbg==/2026-01-15-preview.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kaXNjYXJkY29tbWl0YmF0Y2g=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kaXNjYXJkY29tbWl0YmF0Y2g=/2026-01-15-preview.json new file mode 100644 index 000000000..7c9b4c331 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kaXNjYXJkY29tbWl0YmF0Y2g=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/discardcommitbatch", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9kaXNjYXJkQ29tbWl0QmF0Y2g=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "discard-commit-batch", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/discardcommitbatch", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9kaXNjYXJkQ29tbWl0QmF0Y2g=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.commitBatchId", "options": ["commit-batch-id"], "group": "Body", "help": {"short": "Commit Batch Identifier. If not provided, the latest commit batch status will be returned."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_DiscardCommitBatch", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/discardCommitBatch", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "commitBatchId", "arg": "$body.commitBatchId"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "commitBatchId"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kaXNjYXJkY29tbWl0YmF0Y2g=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kaXNjYXJkY29tbWl0YmF0Y2g=/2026-01-15-preview.xml new file mode 100644 index 000000000..cc7047827 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9kaXNjYXJkY29tbWl0YmF0Y2g=/2026-01-15-preview.xml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9nZXR0b3BvbG9neQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9nZXR0b3BvbG9neQ==/2026-01-15-preview.json new file mode 100644 index 000000000..ff7b5aa29 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9nZXR0b3BvbG9neQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/gettopology", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9nZXRUb3BvbG9neQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "get-topology", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/gettopology", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9nZXRUb3BvbG9neQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_GetTopology", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/getTopology", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "url"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9nZXR0b3BvbG9neQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9nZXR0b3BvbG9neQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..128130be3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9nZXR0b3BvbG9neQ==/2026-01-15-preview.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9sb2NrZmFicmlj/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9sb2NrZmFicmlj/2026-01-15-preview.json new file mode 100644 index 000000000..c36647574 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9sb2NrZmFicmlj/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/lockfabric", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9sb2NrRmFicmlj/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "lock-fabric", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/lockfabric", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9sb2NrRmFicmlj/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.action", "options": ["action"], "group": "Body", "help": {"short": "Action to be performed on the lock"}, "enum": {"items": [{"name": "Lock", "value": "Lock"}, {"name": "Unlock", "value": "Unlock"}]}}, {"type": "string", "var": "$body.lockType", "options": ["lock-type"], "group": "Body", "help": {"short": "Type of lock to be applied"}, "enum": {"items": [{"name": "Administrative", "value": "Administrative"}, {"name": "Configuration", "value": "Configuration"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_LockFabric", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/lockFabric", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "action", "arg": "$body.action", "enum": {"items": [{"value": "Lock"}, {"value": "Unlock"}]}}, {"type": "string", "name": "lockType", "arg": "$body.lockType", "enum": {"items": [{"value": "Administrative"}, {"value": "Configuration"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9sb2NrZmFicmlj/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9sb2NrZmFicmlj/2026-01-15-preview.xml new file mode 100644 index 000000000..6c7c38072 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9sb2NrZmFicmlj/2026-01-15-preview.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cw==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cw==/2026-01-15-preview.json new file mode 100644 index 000000000..c92f51838 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cw==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric nni", "commands": [{"name": "list", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkToNetworkInterconnects_ListByNetworkFabric", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cw==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cw==/2026-01-15-preview.xml new file mode 100644 index 000000000..7145b9aa8 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cw==/2026-01-15-preview.xml @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.json index 622ec36b5..9e474dda2 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric nni", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkToNetworkInterconnects_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "object", "var": "$body.properties.conditionalDefaultRouteConfiguration", "options": ["cond-df-route-config", "conditional-default-route-configuration"], "group": "Properties", "help": {"short": "Conditional Default Route Configuration properties."}, "args": [{"type": "array", "var": "$body.properties.conditionalDefaultRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.conditionalDefaultRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy information"}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "Export IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "Export IPv6 Route Policy Id."}}]}, {"type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy information."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "Import IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "Import IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "string", "var": "$body.properties.isManagementType", "options": ["is-management-type"], "group": "Properties", "help": {"short": "Configuration to use NNI for Infrastructure Management. Example: True/False."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$body.properties.layer2Configuration", "options": ["l2-config", "layer2-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer2 Configuration."}, "args": [{"type": "array", "var": "$body.properties.layer2Configuration.interfaces", "options": ["interfaces"], "help": {"short": "List of network device interfaces resource IDs."}, "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "var": "$body.properties.layer2Configuration.mtu", "options": ["mtu"], "help": {"short": "MTU of the packets between PE & CE."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "var": "$body.properties.microBfdState", "options": ["micro-bfd-state"], "group": "Properties", "help": {"short": "Micro Bidirectional Forwarding Detection (BFD) enabled/disabled state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.nniType", "options": ["nni-type"], "group": "Properties", "help": {"short": "Type of NNI used. Example: CE | NPB"}, "default": {"value": "CE"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "NPB", "value": "NPB"}]}}, {"type": "object", "var": "$body.properties.npbStaticRouteConfiguration", "options": ["npb-static-route-conf", "npb-static-route-configuration"], "group": "Properties", "help": {"short": "NPB Static Route Configuration properties."}, "args": [{"type": "object", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "object", "var": "$body.properties.optionBLayer3Configuration", "options": ["option-b-l3-config", "option-b-layer3-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer3Configuration."}, "args": [{"type": "object", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BGP Monitoring Protocol (BMP) Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "options": ["configuration-state"], "required": true, "help": {"short": "BGP Monitoring Protocol (BMP) Configuration State."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "options": ["pe-loopback-ip-address"], "help": {"short": "Provider Edge (PE) Loopback IP Address."}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.optionBLayer3Configuration.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "ASN of PE devices for CE/PE connectivity.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.prefixLimits", "options": ["prefix-limits"], "help": {"short": "OptionB Layer3 prefix limit configuration."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum number of routes allowed."}}]}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "VLAN for CE/PE Layer 3 connectivity.Example : 501"}, "format": {"maximum": 4094, "minimum": 100}}]}, {"type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "string", "var": "$body.properties.useOptionB", "options": ["use-option-b"], "required": true, "group": "Properties", "help": {"short": "Based on this option layer3 parameters are mandatory. Example: True/False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkToNetworkInterconnects_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "conditionalDefaultRouteConfiguration", "arg": "$body.properties.conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$body.properties.conditionalDefaultRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.conditionalDefaultRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "arg": "$body.properties.isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "layer2Configuration", "arg": "$body.properties.layer2Configuration", "props": [{"type": "array", "name": "interfaces", "arg": "$body.properties.layer2Configuration.interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.layer2Configuration.mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "arg": "$body.properties.microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "arg": "$body.properties.nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier"}]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv4Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "arg": "$body.properties.optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "peLoopbackIpAddress", "arg": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionBLayer3Configuration.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionBLayer3Configuration.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "arg": "$body.properties.useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy information"}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "Export IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "Export IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy information."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "Import IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "Import IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$body.properties.layer2Configuration", "options": ["l2-config", "layer2-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer2 Configuration."}, "args": [{"type": "array", "var": "$body.properties.layer2Configuration.interfaces", "options": ["interfaces"], "help": {"short": "List of network device interfaces resource IDs."}, "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "var": "$body.properties.layer2Configuration.mtu", "options": ["mtu"], "help": {"short": "MTU of the packets between PE & CE."}, "format": {"maximum": 9200, "minimum": 64}}]}, {"nullable": true, "type": "string", "var": "$body.properties.microBfdState", "options": ["micro-bfd-state"], "group": "Properties", "help": {"short": "Micro BFD enabled/disabled state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"nullable": true, "type": "object", "var": "$body.properties.npbStaticRouteConfiguration", "options": ["npb-static-route-conf", "npb-static-route-configuration"], "group": "Properties", "help": {"short": "NPB Static Route Configuration properties."}, "args": [{"type": "object", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "array", "var": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$body.properties.optionBLayer3Configuration", "options": ["option-b-l3-config", "option-b-layer3-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer3Configuration."}, "args": [{"type": "object", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BGP Monitoring Protocol (BMP) Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "(BGP Monitoring Protocol (BMP) configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "options": ["pe-loopback-ip-address"], "help": {"short": "Provider Edge (PE) Loopback IP Address."}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.optionBLayer3Configuration.peerASN", "options": ["peer-asn"], "help": {"short": "ASN of PE devices for CE/PE connectivity.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.prefixLimits", "options": ["prefix-limits"], "help": {"short": "OptionB Layer3 prefix limit configuration."}, "item": {"type": "object", "args": [{"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum number of routes allowed."}}]}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.vlanId", "options": ["vlan-id"], "help": {"short": "VLAN for CE/PE Layer 3 connectivity.Example : 501"}, "format": {"maximum": 4094, "minimum": 100}}]}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "Bidirectional Forwarding Detection (BFD) configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"nullable": true, "type": "object", "name": "layer2Configuration", "arg": "$body.properties.layer2Configuration", "props": [{"type": "array", "name": "interfaces", "arg": "$body.properties.layer2Configuration.interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "name": "mtu", "arg": "$body.properties.layer2Configuration.mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"nullable": true, "type": "string", "name": "microBfdState", "arg": "$body.properties.microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"nullable": true, "type": "object", "name": "npbStaticRouteConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier"}]}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "object", "name": "optionBLayer3Configuration", "arg": "$body.properties.optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "props": [{"type": "string", "name": "configurationState", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "peLoopbackIpAddress", "arg": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionBLayer3Configuration.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionBLayer3Configuration.vlanId", "format": {"maximum": 4094, "minimum": 100}}]}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric nni", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkToNetworkInterconnects_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "object", "var": "$resource.properties.conditionalDefaultRouteConfiguration", "options": ["cond-df-route-config", "conditional-default-route-configuration"], "group": "Properties", "help": {"short": "Conditional Default Route Configuration properties."}, "args": [{"type": "array", "var": "$resource.properties.conditionalDefaultRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$resource.properties.conditionalDefaultRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"type": "object", "var": "$resource.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy information"}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "Export IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "Export IPv6 Route Policy Id."}}]}, {"type": "object", "var": "$resource.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy information."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "Import IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "Import IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "string", "var": "$resource.properties.isManagementType", "options": ["is-management-type"], "group": "Properties", "help": {"short": "Configuration to use NNI for Infrastructure Management. Example: True/False."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$resource.properties.layer2Configuration", "options": ["l2-config", "layer2-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer2 Configuration."}, "args": [{"type": "array", "var": "$resource.properties.layer2Configuration.interfaces", "options": ["interfaces"], "help": {"short": "List of network device interfaces resource IDs."}, "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "var": "$resource.properties.layer2Configuration.mtu", "options": ["mtu"], "help": {"short": "MTU of the packets between PE & CE."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "var": "$resource.properties.microBfdState", "options": ["micro-bfd-state"], "group": "Properties", "help": {"short": "Micro Bidirectional Forwarding Detection (BFD) enabled/disabled state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$resource.properties.nniType", "options": ["nni-type"], "group": "Properties", "help": {"short": "Type of NNI used. Example: CE | NPB"}, "default": {"value": "CE"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "NPB", "value": "NPB"}]}}, {"type": "object", "var": "$resource.properties.npbStaticRouteConfiguration", "options": ["npb-static-route-conf", "npb-static-route-configuration"], "group": "Properties", "help": {"short": "NPB Static Route Configuration properties."}, "args": [{"type": "object", "var": "$resource.properties.npbStaticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "$resource.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "$resource.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "array<@StaticRouteProperties_create>", "var": "$resource.properties.npbStaticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$resource.properties.npbStaticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "object", "var": "$resource.properties.optionBLayer3Configuration", "options": ["option-b-l3-config", "option-b-layer3-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer3Configuration."}, "args": [{"type": "object", "var": "$resource.properties.optionBLayer3Configuration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BGP Monitoring Protocol (BMP) Configuration."}, "args": [{"type": "string", "var": "$resource.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "options": ["configuration-state"], "required": true, "help": {"short": "BGP Monitoring Protocol (BMP) Configuration State."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$resource.properties.optionBLayer3Configuration.peLoopbackIpAddress", "options": ["pe-loopback-ip-address"], "help": {"short": "Provider Edge (PE) Loopback IP Address."}, "item": {"type": "string"}}, {"type": "integer64", "var": "$resource.properties.optionBLayer3Configuration.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "ASN of PE devices for CE/PE connectivity.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$resource.properties.optionBLayer3Configuration.prefixLimits", "options": ["prefix-limits"], "help": {"short": "OptionB Layer3 prefix limit configuration."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "$resource.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum number of routes allowed."}}]}}, {"type": "string", "var": "$resource.properties.optionBLayer3Configuration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$resource.properties.optionBLayer3Configuration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$resource.properties.optionBLayer3Configuration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$resource.properties.optionBLayer3Configuration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "$resource.properties.optionBLayer3Configuration.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "VLAN for CE/PE Layer 3 connectivity.Example : 501"}, "format": {"maximum": 4094, "minimum": 100}}]}, {"type": "object", "var": "$resource.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$resource.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "array<@StaticRouteProperties_create>", "var": "$resource.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$resource.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "string", "var": "$resource.properties.useOptionB", "options": ["use-option-b"], "required": true, "group": "Properties", "help": {"short": "Based on this option layer3 parameters are mandatory. Example: True/False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkToNetworkInterconnects_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "conditionalDefaultRouteConfiguration", "arg": "$resource.properties.conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$resource.properties.conditionalDefaultRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$resource.properties.conditionalDefaultRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$resource.properties.egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$resource.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$resource.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$resource.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "arg": "$resource.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$resource.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$resource.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$resource.properties.ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "arg": "$resource.properties.isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "layer2Configuration", "arg": "$resource.properties.layer2Configuration", "props": [{"type": "array", "name": "interfaces", "arg": "$resource.properties.layer2Configuration.interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$resource.properties.layer2Configuration.mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "arg": "$resource.properties.microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "arg": "$resource.properties.nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "arg": "$resource.properties.npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$resource.properties.npbStaticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "$resource.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "$resource.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier"}]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv4Routes", "arg": "$resource.properties.npbStaticRouteConfiguration.ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$resource.properties.npbStaticRouteConfiguration.ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "arg": "$resource.properties.optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "arg": "$resource.properties.optionBLayer3Configuration.bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "arg": "$resource.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "peLoopbackIpAddress", "arg": "$resource.properties.optionBLayer3Configuration.peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "arg": "$resource.properties.optionBLayer3Configuration.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "arg": "$resource.properties.optionBLayer3Configuration.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes", "arg": "$resource.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$resource.properties.optionBLayer3Configuration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$resource.properties.optionBLayer3Configuration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$resource.properties.optionBLayer3Configuration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$resource.properties.optionBLayer3Configuration.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "$resource.properties.optionBLayer3Configuration.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$resource.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$resource.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv4Routes", "arg": "$resource.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$resource.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "arg": "$resource.properties.useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$properties.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy information"}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "Export IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "Export IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy information."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "Import IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "Import IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$properties.properties.layer2Configuration", "options": ["l2-config", "layer2-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer2Configuration."}, "args": [{"type": "array", "var": "$properties.properties.layer2Configuration.interfaces", "options": ["interfaces"], "help": {"short": "List of network device interfaces resource IDs."}, "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "var": "$properties.properties.layer2Configuration.mtu", "options": ["mtu"], "help": {"short": "MTU of the packets between PE & CE."}, "format": {"maximum": 9200, "minimum": 64}}]}, {"nullable": true, "type": "string", "var": "$properties.properties.microBfdState", "options": ["micro-bfd-state"], "group": "Properties", "help": {"short": "Micro BFD enabled/disabled state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"nullable": true, "type": "object", "var": "$properties.properties.npbStaticRouteConfiguration", "options": ["npb-static-route-conf", "npb-static-route-configuration"], "group": "Properties", "help": {"short": "NPB Static Route Configuration properties."}, "args": [{"type": "object", "var": "$properties.properties.npbStaticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "$properties.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "$properties.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "array", "var": "$properties.properties.npbStaticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$properties.properties.npbStaticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.optionBLayer3Configuration", "options": ["option-b-l3-config", "option-b-layer3-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer3Configuration."}, "args": [{"type": "object", "var": "$properties.properties.optionBLayer3Configuration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BGP Monitoring Protocol (BMP) Configuration."}, "args": [{"type": "string", "var": "$properties.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "(BGP Monitoring Protocol (BMP) configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$properties.properties.optionBLayer3Configuration.peLoopbackIpAddress", "options": ["pe-loopback-ip-address"], "help": {"short": "Provider Edge (PE) Loopback IP Address."}, "item": {"type": "string"}}, {"type": "integer64", "var": "$properties.properties.optionBLayer3Configuration.peerASN", "options": ["peer-asn"], "help": {"short": "ASN of PE devices for CE/PE connectivity.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$properties.properties.optionBLayer3Configuration.prefixLimits", "options": ["prefix-limits"], "help": {"short": "OptionB Layer3 prefix limit configuration."}, "item": {"type": "object", "args": [{"type": "integer32", "var": "$properties.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum number of routes allowed."}}]}}, {"type": "string", "var": "$properties.properties.optionBLayer3Configuration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$properties.properties.optionBLayer3Configuration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$properties.properties.optionBLayer3Configuration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$properties.properties.optionBLayer3Configuration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "$properties.properties.optionBLayer3Configuration.vlanId", "options": ["vlan-id"], "help": {"short": "VLAN for CE/PE Layer 3 connectivity.Example : 501"}, "format": {"maximum": 4094, "minimum": 100}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$properties.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "Bidirectional Forwarding Detection (BFD) configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$properties.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$properties.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$properties.properties.egressAclId"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$properties.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$properties.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$properties.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$properties.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$properties.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$properties.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$properties.properties.ingressAclId"}, {"nullable": true, "type": "object", "name": "layer2Configuration", "arg": "$properties.properties.layer2Configuration", "props": [{"type": "array", "name": "interfaces", "arg": "$properties.properties.layer2Configuration.interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "name": "mtu", "arg": "$properties.properties.layer2Configuration.mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"nullable": true, "type": "string", "name": "microBfdState", "arg": "$properties.properties.microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"nullable": true, "type": "object", "name": "npbStaticRouteConfiguration", "arg": "$properties.properties.npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$properties.properties.npbStaticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "$properties.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "$properties.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier"}]}, {"type": "array", "name": "ipv4Routes", "arg": "$properties.properties.npbStaticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$properties.properties.npbStaticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "object", "name": "optionBLayer3Configuration", "arg": "$properties.properties.optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "arg": "$properties.properties.optionBLayer3Configuration.bmpConfiguration", "props": [{"type": "string", "name": "configurationState", "arg": "$properties.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "peLoopbackIpAddress", "arg": "$properties.properties.optionBLayer3Configuration.peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "arg": "$properties.properties.optionBLayer3Configuration.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "arg": "$properties.properties.optionBLayer3Configuration.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes", "arg": "$properties.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$properties.properties.optionBLayer3Configuration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$properties.properties.optionBLayer3Configuration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$properties.properties.optionBLayer3Configuration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$properties.properties.optionBLayer3Configuration.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "$properties.properties.optionBLayer3Configuration.vlanId", "format": {"maximum": 4094, "minimum": 100}}]}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$properties.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$properties.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv4Routes", "arg": "$properties.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$properties.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}]}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.xml index 709acb0bf..f5644a703 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2025-07-15.xml @@ -325,9 +325,9 @@ - + - + @@ -341,36 +341,36 @@ - + - + - + - + - + - + - + - + - + - + @@ -378,27 +378,27 @@ - + - + - + - + - + @@ -406,35 +406,35 @@ - + - + - + - + - + - + - + - + - + @@ -443,43 +443,43 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -490,16 +490,16 @@ - + - + - + @@ -531,10 +531,10 @@ - + - - + + @@ -545,71 +545,71 @@ - + - - - - + + + + - - - + + + - - + + - - + + - + - + - + - - - + + + - + - + - + - - - + + + @@ -617,28 +617,28 @@ - + - + - + - + - - - - - + + + + + - - + + @@ -646,14 +646,14 @@ - + - + - + @@ -896,61 +896,61 @@ - + - + - + - + - + - + - + - + - - - + + + - + - + - + - + - + - + - + @@ -964,16 +964,16 @@ - + - + - + - + @@ -981,42 +981,42 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -1025,11 +1025,11 @@ - + - + @@ -1059,39 +1059,39 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - - - - + + + + - + @@ -1102,47 +1102,47 @@ - + - - - + + + - + - + - + - + - - - - - + + + + + - - + + - + - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..d8d4cd60b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric nni", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkToNetworkInterconnects_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "object", "var": "$body.properties.conditionalDefaultRouteConfiguration", "options": ["cond-df-route-config", "conditional-default-route-configuration"], "group": "Properties", "help": {"short": "Conditional Default Route Configuration properties."}, "args": [{"type": "array", "var": "$body.properties.conditionalDefaultRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRouteProperties_create.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRouteProperties_create.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.conditionalDefaultRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy information"}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "Export IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "Export IPv6 Route Policy Id."}}]}, {"type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy information."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "Import IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "Import IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"type": "string", "var": "$body.properties.isManagementType", "options": ["is-management-type"], "group": "Properties", "help": {"short": "Configuration to use NNI for Infrastructure Management. Example: True/False."}, "default": {"value": "True"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "object", "var": "$body.properties.layer2Configuration", "options": ["l2-config", "layer2-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer2 Configuration."}, "args": [{"type": "array", "var": "$body.properties.layer2Configuration.interfaces", "options": ["interfaces"], "help": {"short": "List of network device interfaces resource IDs."}, "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "var": "$body.properties.layer2Configuration.mtu", "options": ["mtu"], "help": {"short": "MTU of the packets between PE & CE."}, "default": {"value": 1500}, "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "var": "$body.properties.microBfdState", "options": ["micro-bfd-state"], "group": "Properties", "help": {"short": "Micro Bidirectional Forwarding Detection (BFD) enabled/disabled state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.nniType", "options": ["nni-type"], "group": "Properties", "help": {"short": "Type of NNI used. Example: CE | NPB"}, "default": {"value": "CE"}, "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "NPB", "value": "NPB"}]}}, {"type": "object", "var": "$body.properties.npbStaticRouteConfiguration", "options": ["npb-static-route-conf", "npb-static-route-configuration"], "group": "Properties", "help": {"short": "NPB Static Route Configuration properties."}, "args": [{"type": "object", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}]}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "object", "var": "$body.properties.optionBLayer3Configuration", "options": ["option-b-l3-config", "option-b-layer3-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer3Configuration."}, "args": [{"type": "object", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BGP Monitoring Protocol (BMP) Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "options": ["configuration-state"], "required": true, "help": {"short": "BGP Monitoring Protocol (BMP) Configuration State."}, "default": {"value": "Disabled"}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "options": ["pe-loopback-ip-address"], "help": {"short": "Provider Edge (PE) Loopback IP Address."}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.optionBLayer3Configuration.peerASN", "options": ["peer-asn"], "required": true, "help": {"short": "ASN of PE devices for CE/PE connectivity.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.prefixLimits", "options": ["prefix-limits"], "help": {"short": "OptionB Layer3 prefix limit configuration."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum number of routes allowed."}}]}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.vlanId", "options": ["vlan-id"], "required": true, "help": {"short": "VLAN for CE/PE Layer 3 connectivity.Example : 501"}, "format": {"maximum": 4094, "minimum": 100}}]}, {"type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD configuration properties"}, "args": [{"type": "integer32", "var": "@BfdConfiguration_create.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}, "default": {"value": 300}}, {"type": "integer32", "var": "@BfdConfiguration_create.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}, "default": {"value": 5}}], "cls": "BfdConfiguration_create"}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}, {"type": "array<@StaticRouteProperties_create>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRouteProperties_create"}}]}, {"type": "string", "var": "$body.properties.useOptionB", "options": ["use-option-b"], "required": true, "group": "Properties", "help": {"short": "Based on this option layer3 parameters are mandatory. Example: True/False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkToNetworkInterconnects_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "conditionalDefaultRouteConfiguration", "arg": "$body.properties.conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "arg": "$body.properties.conditionalDefaultRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRouteProperties_create.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRouteProperties_create.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.conditionalDefaultRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "arg": "$body.properties.isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "object", "name": "layer2Configuration", "arg": "$body.properties.layer2Configuration", "props": [{"type": "array", "name": "interfaces", "arg": "$body.properties.layer2Configuration.interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "arg": "$body.properties.layer2Configuration.mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "arg": "$body.properties.microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "arg": "$body.properties.nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier"}]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv4Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "arg": "$body.properties.optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "peLoopbackIpAddress", "arg": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionBLayer3Configuration.peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionBLayer3Configuration.vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdConfiguration_create.intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier", "arg": "@BfdConfiguration_create.multiplier"}], "cls": "BfdConfiguration_create"}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_create>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRouteProperties_create"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "arg": "$body.properties.useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["resource-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.egressAclId", "options": ["egress-acl-id"], "group": "Properties", "help": {"short": "Egress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$body.properties.exportRoutePolicy", "options": ["export-route-policy"], "group": "Properties", "help": {"short": "Export Route Policy information"}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId", "options": ["export-ipv4-route-policy-id"], "help": {"short": "Export IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId", "options": ["export-ipv6-route-policy-id"], "help": {"short": "Export IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "object", "var": "$body.properties.importRoutePolicy", "options": ["import-route-policy"], "group": "Properties", "help": {"short": "Import Route Policy information."}, "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId", "options": ["import-ipv4-route-policy-id"], "help": {"short": "Import IPv4 Route Policy Id."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId", "options": ["import-ipv6-route-policy-id"], "help": {"short": "Import IPv6 Route Policy Id."}}]}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.ingressAclId", "options": ["ingress-acl-id"], "group": "Properties", "help": {"short": "Ingress Acl. ARM resource ID of Access Control Lists."}}, {"nullable": true, "type": "object", "var": "$body.properties.layer2Configuration", "options": ["l2-config", "layer2-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer2 Configuration."}, "args": [{"type": "array", "var": "$body.properties.layer2Configuration.interfaces", "options": ["interfaces"], "help": {"short": "List of network device interfaces resource IDs."}, "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "var": "$body.properties.layer2Configuration.mtu", "options": ["mtu"], "help": {"short": "MTU of the packets between PE & CE."}, "format": {"maximum": 9200, "minimum": 64}}]}, {"nullable": true, "type": "string", "var": "$body.properties.microBfdState", "options": ["micro-bfd-state"], "group": "Properties", "help": {"short": "Micro BFD enabled/disabled state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"nullable": true, "type": "object", "var": "$body.properties.npbStaticRouteConfiguration", "options": ["npb-static-route-conf", "npb-static-route-configuration"], "group": "Properties", "help": {"short": "NPB Static Route Configuration properties."}, "args": [{"type": "object", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "BFD Configuration properties."}, "args": [{"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}]}, {"type": "array", "var": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "object", "args": [{"type": "array", "var": "@StaticRoutePatchProperties_update.nextHop", "options": ["next-hop"], "required": true, "help": {"short": "List of next hop addresses."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "@StaticRoutePatchProperties_update.prefix", "options": ["prefix"], "required": true, "help": {"short": "Prefix of the route."}, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}, {"nullable": true, "type": "object", "var": "$body.properties.optionBLayer3Configuration", "options": ["option-b-l3-config", "option-b-layer3-configuration"], "group": "Properties", "help": {"short": "Common properties for Layer3Configuration."}, "args": [{"type": "object", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "options": ["bmp-configuration"], "help": {"short": "BGP Monitoring Protocol (BMP) Configuration."}, "args": [{"type": "string", "var": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "options": ["configuration-state"], "help": {"short": "(BGP Monitoring Protocol (BMP) configuration state."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "options": ["pe-loopback-ip-address"], "help": {"short": "Provider Edge (PE) Loopback IP Address."}, "item": {"type": "string"}}, {"type": "integer64", "var": "$body.properties.optionBLayer3Configuration.peerASN", "options": ["peer-asn"], "help": {"short": "ASN of PE devices for CE/PE connectivity.Example : 28"}, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "var": "$body.properties.optionBLayer3Configuration.prefixLimits", "options": ["prefix-limits"], "help": {"short": "OptionB Layer3 prefix limit configuration."}, "item": {"type": "object", "args": [{"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes", "options": ["maximum-routes"], "help": {"short": "Maximum number of routes allowed."}}]}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix", "options": ["primary-ipv4-prefix"], "help": {"short": "IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix", "options": ["primary-ipv6-prefix"], "help": {"short": "IPv6 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix", "options": ["secondary-ipv4-prefix"], "help": {"short": "Secondary IPv4 Address Prefix."}}, {"type": "string", "var": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix", "options": ["secondary-ipv6-prefix"], "help": {"short": "Secondary IPv6 Address Prefix."}}, {"type": "integer32", "var": "$body.properties.optionBLayer3Configuration.vlanId", "options": ["vlan-id"], "help": {"short": "VLAN for CE/PE Layer 3 connectivity.Example : 501"}, "format": {"maximum": 4094, "minimum": 100}}]}, {"nullable": true, "type": "object", "var": "$body.properties.staticRouteConfiguration", "options": ["static-route-config", "static-route-configuration"], "group": "Properties", "help": {"short": "Static Route Configuration."}, "args": [{"type": "object", "var": "$body.properties.staticRouteConfiguration.bfdConfiguration", "options": ["bfd-configuration"], "help": {"short": "Bidirectional Forwarding Detection (BFD) configuration properties"}, "args": [{"type": "integer32", "var": "@BfdPatchConfiguration_update.intervalInMilliSeconds", "options": ["interval-in-milli-seconds"], "help": {"short": "Interval in milliseconds. Example: 300."}}, {"type": "integer32", "var": "@BfdPatchConfiguration_update.multiplier", "options": ["multiplier"], "help": {"short": "Multiplier for the Bfd Configuration. Example: 5."}}], "cls": "BfdPatchConfiguration_update"}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv4Routes", "options": ["ipv4-routes"], "help": {"short": "List of IPv4 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}, {"type": "array<@StaticRoutePatchProperties_update>", "var": "$body.properties.staticRouteConfiguration.ipv6Routes", "options": ["ipv6-routes"], "help": {"short": "List of IPv6 Routes."}, "item": {"type": "@StaticRoutePatchProperties_update"}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "ResourceId", "name": "egressAclId", "arg": "$body.properties.egressAclId"}, {"nullable": true, "type": "object", "name": "exportRoutePolicy", "arg": "$body.properties.exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId", "arg": "$body.properties.exportRoutePolicy.exportIpv6RoutePolicyId"}]}, {"nullable": true, "type": "object", "name": "importRoutePolicy", "arg": "$body.properties.importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId", "arg": "$body.properties.importRoutePolicy.importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId", "arg": "$body.properties.ingressAclId"}, {"nullable": true, "type": "object", "name": "layer2Configuration", "arg": "$body.properties.layer2Configuration", "props": [{"type": "array", "name": "interfaces", "arg": "$body.properties.layer2Configuration.interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"type": "integer32", "name": "mtu", "arg": "$body.properties.layer2Configuration.mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"nullable": true, "type": "string", "name": "microBfdState", "arg": "$body.properties.microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"nullable": true, "type": "object", "name": "npbStaticRouteConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "$body.properties.npbStaticRouteConfiguration.bfdConfiguration.multiplier"}]}, {"type": "array", "name": "ipv4Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "arg": "@StaticRoutePatchProperties_update.nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "arg": "@StaticRoutePatchProperties_update.prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.npbStaticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}, {"nullable": true, "type": "object", "name": "optionBLayer3Configuration", "arg": "$body.properties.optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration", "props": [{"type": "string", "name": "configurationState", "arg": "$body.properties.optionBLayer3Configuration.bmpConfiguration.configurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"type": "array", "name": "peLoopbackIpAddress", "arg": "$body.properties.optionBLayer3Configuration.peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "arg": "$body.properties.optionBLayer3Configuration.peerASN", "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits", "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes", "arg": "$body.properties.optionBLayer3Configuration.prefixLimits[].maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix", "arg": "$body.properties.optionBLayer3Configuration.secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "arg": "$body.properties.optionBLayer3Configuration.vlanId", "format": {"maximum": 4094, "minimum": 100}}]}, {"nullable": true, "type": "object", "name": "staticRouteConfiguration", "arg": "$body.properties.staticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "arg": "$body.properties.staticRouteConfiguration.bfdConfiguration", "props": [{"type": "integer32", "name": "intervalInMilliSeconds", "arg": "@BfdPatchConfiguration_update.intervalInMilliSeconds"}, {"type": "integer32", "name": "multiplier", "arg": "@BfdPatchConfiguration_update.multiplier"}], "cls": "BfdPatchConfiguration_update"}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv4Routes", "arg": "$body.properties.staticRouteConfiguration.ipv4Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRoutePatchProperties_update>", "name": "ipv6Routes", "arg": "$body.properties.staticRouteConfiguration.ipv6Routes", "item": {"type": "@StaticRoutePatchProperties_update"}, "identifiers": ["prefix"]}]}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{}/networkToNetworkInterconnects/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "object", "name": "conditionalDefaultRouteConfiguration", "props": [{"type": "array", "name": "ipv4Routes", "item": {"type": "object", "props": [{"type": "array", "name": "nextHop", "required": true, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefix", "required": true, "format": {"minLength": 1}}], "cls": "StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"nullable": true, "type": "ResourceId", "name": "egressAclId"}, {"type": "object", "name": "exportRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "exportIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "exportIpv6RoutePolicyId"}]}, {"type": "object", "name": "importRoutePolicy", "props": [{"nullable": true, "type": "ResourceId", "name": "importIpv4RoutePolicyId"}, {"nullable": true, "type": "ResourceId", "name": "importIpv6RoutePolicyId"}]}, {"nullable": true, "type": "ResourceId", "name": "ingressAclId"}, {"default": {"value": "True"}, "type": "string", "name": "isManagementType", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"type": "object", "name": "layer2Configuration", "props": [{"type": "array", "name": "interfaces", "format": {"minLength": 1}, "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 1500}, "type": "integer32", "name": "mtu", "format": {"maximum": 9200, "minimum": 64}}]}, {"type": "string", "name": "microBfdState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"default": {"value": "CE"}, "type": "string", "name": "nniType", "enum": {"items": [{"value": "CE"}, {"value": "NPB"}]}}, {"type": "object", "name": "npbStaticRouteConfiguration", "props": [{"type": "object", "name": "bfdConfiguration", "props": [{"readOnly": true, "default": {"value": "Disabled"}, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"default": {"value": 300}, "type": "integer32", "name": "intervalInMilliSeconds"}, {"default": {"value": 5}, "type": "integer32", "name": "multiplier"}], "cls": "BfdConfiguration_read"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "format": {"minLength": 1}, "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "object", "name": "optionBLayer3Configuration", "props": [{"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "Disabled"}, "type": "string", "name": "configurationState", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}, {"readOnly": true, "type": "integer64", "name": "fabricASN"}, {"type": "array", "name": "peLoopbackIpAddress", "item": {"type": "string"}}, {"type": "integer64", "name": "peerASN", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}, {"type": "array", "name": "prefixLimits", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "integer32", "name": "maximumRoutes"}]}}, {"type": "string", "name": "primaryIpv4Prefix"}, {"type": "string", "name": "primaryIpv6Prefix"}, {"type": "string", "name": "secondaryIpv4Prefix"}, {"type": "string", "name": "secondaryIpv6Prefix"}, {"type": "integer32", "name": "vlanId", "required": true, "format": {"maximum": 4094, "minimum": 100}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "staticRouteConfiguration", "props": [{"type": "@BfdConfiguration_read", "name": "bfdConfiguration"}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv4Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}, {"type": "array<@StaticRouteProperties_read>", "name": "ipv6Routes", "item": {"type": "@StaticRouteProperties_read"}, "identifiers": ["prefix"]}]}, {"type": "string", "name": "useOptionB", "required": true, "enum": {"items": [{"value": "False"}, {"value": "True"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..af56fa601 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1387 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..1a3b5badc --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric nni", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["nni-name", "resource-name", "network-to-network-interconnect-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..399de2d73 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..1bdc7bca8 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}/updatebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9L3VwZGF0ZUJmZEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric nni", "commands": [{"name": "update-bfd-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}/updatebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9L3VwZGF0ZUJmZEFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["nni-name", "resource-name", "network-to-network-interconnect-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.administrativeState", "options": ["administrative-state"], "group": "Body", "help": {"short": "State. Select either enable or disable."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}, {"name": "MAT", "value": "MAT"}, {"name": "RMA", "value": "RMA"}]}}, {"type": "string", "var": "$body.routeType", "options": ["route-type"], "group": "Body", "help": {"short": "Route Type. Choose either Static or OptionA."}, "enum": {"items": [{"name": "OptionA", "value": "OptionA"}, {"name": "Static", "value": "Static"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_UpdateBfdAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}/updateBfdAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "string", "name": "administrativeState", "arg": "$body.administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"type": "string", "name": "routeType", "arg": "$body.routeType", "enum": {"items": [{"value": "OptionA"}, {"value": "Static"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "MAT"}, {"value": "RMA"}]}}, {"type": "string", "name": "routeType", "enum": {"items": [{"value": "OptionA"}, {"value": "Static"}]}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..94f385382 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGViZmRhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVucGJzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVucGJzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json new file mode 100644 index 000000000..f2c740817 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVucGJzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}/updatenpbstaticroutebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9L3VwZGF0ZU5wYlN0YXRpY1JvdXRlQmZkQWRtaW5pc3RyYXRpdmVTdGF0ZQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric nni", "commands": [{"name": "update-npb-static-route-bfd-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/networktonetworkinterconnects/{}/updatenpbstaticroutebfdadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9uZXR3b3JrVG9OZXR3b3JrSW50ZXJjb25uZWN0cy97bmV0d29ya1RvTmV0d29ya0ludGVyY29ubmVjdE5hbWV9L3VwZGF0ZU5wYlN0YXRpY1JvdXRlQmZkQWRtaW5pc3RyYXRpdmVTdGF0ZQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["fabric", "fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "var": "$Path.networkToNetworkInterconnectName", "options": ["nni-name", "resource-name", "network-to-network-interconnect-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "Name of the Network to Network Interconnect."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkToNetworkInterconnects_UpdateNpbStaticRouteBfdAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}/updateNpbStaticRouteBfdAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "networkToNetworkInterconnectName", "arg": "$Path.networkToNetworkInterconnectName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVucGJzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVucGJzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml new file mode 100644 index 000000000..10bb3f005 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9uZXR3b3JrdG9uZXR3b3JraW50ZXJjb25uZWN0cy97fS91cGRhdGVucGJzdGF0aWNyb3V0ZWJmZGFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9wcm92aXNpb24=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9wcm92aXNpb24=/2026-01-15-preview.json new file mode 100644 index 000000000..b5fa0987e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9wcm92aXNpb24=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/provision", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9wcm92aXNpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "provision", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/provision", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9wcm92aXNpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_Provision", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/provision", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9wcm92aXNpb24=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9wcm92aXNpb24=/2026-01-15-preview.xml new file mode 100644 index 000000000..6ef7cba7d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9wcm92aXNpb24=/2026-01-15-preview.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..40a6fb6c6 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/refreshconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yZWZyZXNoQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "refresh-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/refreshconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yZWZyZXNoQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "string", "var": "$body.configurationRegenerationType", "options": ["configuration-regeneration-type"], "group": "Body", "help": {"short": "Type of configuration regeneration to be performed."}, "enum": {"items": [{"name": "Partial", "value": "Partial"}]}}, {"type": "array", "var": "$body.deviceTypes", "options": ["device-types"], "group": "Body", "help": {"short": "The types of devices for which the configuration needs to be refreshed. If not provided, configuration will be refreshed for all device types."}, "item": {"type": "string", "enum": {"items": [{"name": "CE", "value": "CE"}, {"name": "ManagementSwitch", "value": "ManagementSwitch"}, {"name": "NPB", "value": "NPB"}, {"name": "ToR", "value": "ToR"}]}}}, {"type": "string", "var": "$body.generateBaseConfiguration", "options": ["generate-base-configuration"], "group": "Body", "help": {"short": "Indicates if base configuration needs to be generated afresh."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_RefreshConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/refreshConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "props": [{"type": "string", "name": "configurationRegenerationType", "arg": "$body.configurationRegenerationType", "required": true, "enum": {"items": [{"value": "Partial"}]}}, {"type": "array", "name": "deviceTypes", "arg": "$body.deviceTypes", "item": {"type": "string", "enum": {"items": [{"value": "CE"}, {"value": "ManagementSwitch"}, {"value": "NPB"}, {"value": "ToR"}]}}}, {"type": "string", "name": "generateBaseConfiguration", "arg": "$body.generateBaseConfiguration", "required": true, "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..9c6e5929d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json new file mode 100644 index 000000000..58de66732 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/resynccertificates", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yZXN5bmNDZXJ0aWZpY2F0ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "resync-certificate", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/resynccertificates", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yZXN5bmNDZXJ0aWZpY2F0ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_ResyncCertificates", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/resyncCertificates", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml new file mode 100644 index 000000000..8fb579ed3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json new file mode 100644 index 000000000..7434d5774 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/resyncpasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yZXN5bmNQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "resync-password", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/resyncpasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yZXN5bmNQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_ResyncPasswords", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/resyncPasswords", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml new file mode 100644 index 000000000..09523a76d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json new file mode 100644 index 000000000..0d842d272 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/rotatecertificates", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yb3RhdGVDZXJ0aWZpY2F0ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "rotate-certificate", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/rotatecertificates", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yb3RhdGVDZXJ0aWZpY2F0ZXM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_RotateCertificates", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/rotateCertificates", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml new file mode 100644 index 000000000..7b97d3844 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVjZXJ0aWZpY2F0ZXM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVwYXNzd29yZHM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVwYXNzd29yZHM=/2026-01-15-preview.json new file mode 100644 index 000000000..bbbf670a0 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVwYXNzd29yZHM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/rotatepasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yb3RhdGVQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric fabric", "commands": [{"name": "rotate-password", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkfabrics/{}/rotatepasswords", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya0ZhYnJpY3Mve25ldHdvcmtGYWJyaWNOYW1lfS9yb3RhdGVQYXNzd29yZHM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkFabricName", "options": ["resource-name", "network-fabric-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Fabric."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkFabrics_RotatePasswords", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/rotatePasswords", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkFabricName", "arg": "$Path.networkFabricName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVwYXNzd29yZHM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVwYXNzd29yZHM=/2026-01-15-preview.xml new file mode 100644 index 000000000..fa254d489 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrZmFicmljcy97fS9yb3RhdGVwYXNzd29yZHM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.md new file mode 100644 index 000000000..cd92fcdbd --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networkmonitors 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnM=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.json new file mode 100644 index 000000000..0ed466044 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3JzL3tuZXR3b3JrTW9uaXRvck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric networkmonitor", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3JzL3tuZXR3b3JrTW9uaXRvck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkMonitorName", "options": ["n", "name", "resource-name", "network-monitor-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Monitor."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkMonitors_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{networkMonitorName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkMonitorName", "arg": "$Path.networkMonitorName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "All"}, "type": "string", "name": "exportPolicy", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"default": {"value": ["All"]}, "type": "array", "name": "monitoredAddressFamilies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "ipv4Unicast"}, {"value": "ipv6Unicast"}, {"value": "vpnIpv4"}, {"value": "vpnIpv6"}]}}}, {"type": "array", "name": "monitoredNetworks", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "scopeResourceId"}, {"type": "string", "name": "stationConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "stationConnectionMode", "enum": {"items": [{"value": "Active"}, {"value": "Passive"}]}}, {"type": "object", "name": "stationConnectionProperties", "props": [{"default": {"value": 180}, "type": "integer32", "name": "keepaliveIdleTime", "format": {"maximum": 3600, "minimum": 1}}, {"default": {"value": 10}, "type": "integer32", "name": "probeCount", "format": {"maximum": 100, "minimum": 1}}, {"default": {"value": 60}, "type": "integer32", "name": "probeInterval", "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "name": "stationIp"}, {"type": "string", "name": "stationName"}, {"nullable": true, "type": "ResourceId", "name": "stationNetwork"}, {"default": {"value": 5000}, "type": "integer32", "name": "stationPort", "format": {"maximum": 65535, "minimum": 1}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3JzL3tuZXR3b3JrTW9uaXRvck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkMonitorName", "options": ["n", "name", "resource-name", "network-monitor-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Monitor."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkMonitors_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{networkMonitorName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkMonitorName", "arg": "$Path.networkMonitorName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3JzL3tuZXR3b3JrTW9uaXRvck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkMonitorName", "options": ["n", "name", "resource-name", "network-monitor-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Monitor."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.bmpConfiguration", "options": ["bmp-configuration"], "group": "Properties", "help": {"short": "BMP Configurations for the Network Fabric."}, "args": [{"type": "string", "var": "$body.properties.bmpConfiguration.exportPolicy", "options": ["export-policy"], "help": {"short": "Export Policy for the BMP Configuration."}, "default": {"value": "All"}, "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}, {"type": "object", "var": "$body.properties.bmpConfiguration.exportPolicyConfiguration", "options": ["export-policy-configuration"], "help": {"short": "Export Policy configuration properties for the BMP."}, "args": [{"type": "array", "var": "$body.properties.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"type": "array", "var": "$body.properties.bmpConfiguration.monitoredAddressFamilies", "options": ["monitored-address-families"], "help": {"short": "Monitored Address Families for the BMP Configuration."}, "default": {"value": ["All"]}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "ipv4Unicast", "value": "ipv4Unicast"}, {"name": "ipv6Unicast", "value": "ipv6Unicast"}, {"name": "vpnIpv4", "value": "vpnIpv4"}, {"name": "vpnIpv6", "value": "vpnIpv6"}]}}}, {"type": "array", "var": "$body.properties.bmpConfiguration.monitoredNetworks", "options": ["monitored-networks"], "help": {"short": "The List of Network ID's that need to be monitored."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.bmpConfiguration.scopeResourceId", "options": ["scope-resource-id"], "help": {"short": "Scope resource ARM Identifier."}}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationConfigurationState", "options": ["station-configuration-state"], "help": {"short": "Enabling a station. Either True/False."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationConnectionMode", "options": ["station-connection-mode"], "help": {"short": "Station Connection Mode."}, "enum": {"items": [{"name": "Active", "value": "Active"}, {"name": "Passive", "value": "Passive"}]}}, {"type": "object", "var": "$body.properties.bmpConfiguration.stationConnectionProperties", "options": ["station-connection-properties"], "help": {"short": "Station Connection Properties."}, "args": [{"type": "integer32", "var": "$body.properties.bmpConfiguration.stationConnectionProperties.keepaliveIdleTime", "options": ["keepalive-idle-time"], "help": {"short": "Connection keepalive idle time in seconds"}, "default": {"value": 180}, "format": {"maximum": 3600, "minimum": 1}}, {"type": "integer32", "var": "$body.properties.bmpConfiguration.stationConnectionProperties.probeCount", "options": ["probe-count"], "help": {"short": "Probe count, default value is 10"}, "default": {"value": 10}, "format": {"maximum": 100, "minimum": 1}}, {"type": "integer32", "var": "$body.properties.bmpConfiguration.stationConnectionProperties.probeInterval", "options": ["probe-interval"], "help": {"short": "Probe interval in seconds, default value is 60"}, "default": {"value": 60}, "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationIp", "options": ["station-ip"], "help": {"short": "IP Address of the station."}}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationName", "options": ["station-name"], "help": {"short": "Name of the station."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.bmpConfiguration.stationNetwork", "options": ["station-network"], "help": {"short": "Network of the station"}}, {"type": "integer32", "var": "$body.properties.bmpConfiguration.stationPort", "options": ["station-port"], "help": {"short": "Port of the station. Default value is 5000."}, "default": {"value": 5000}, "format": {"maximum": 65535, "minimum": 1}}]}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkMonitors_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{networkMonitorName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkMonitorName", "arg": "$Path.networkMonitorName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "object", "name": "bmpConfiguration", "arg": "$body.properties.bmpConfiguration", "props": [{"default": {"value": "All"}, "type": "string", "name": "exportPolicy", "arg": "$body.properties.bmpConfiguration.exportPolicy", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.bmpConfiguration.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"default": {"value": ["All"]}, "type": "array", "name": "monitoredAddressFamilies", "arg": "$body.properties.bmpConfiguration.monitoredAddressFamilies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "ipv4Unicast"}, {"value": "ipv6Unicast"}, {"value": "vpnIpv4"}, {"value": "vpnIpv6"}]}}}, {"type": "array", "name": "monitoredNetworks", "arg": "$body.properties.bmpConfiguration.monitoredNetworks", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "scopeResourceId", "arg": "$body.properties.bmpConfiguration.scopeResourceId"}, {"type": "string", "name": "stationConfigurationState", "arg": "$body.properties.bmpConfiguration.stationConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "stationConnectionMode", "arg": "$body.properties.bmpConfiguration.stationConnectionMode", "enum": {"items": [{"value": "Active"}, {"value": "Passive"}]}}, {"type": "object", "name": "stationConnectionProperties", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties", "props": [{"default": {"value": 180}, "type": "integer32", "name": "keepaliveIdleTime", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties.keepaliveIdleTime", "format": {"maximum": 3600, "minimum": 1}}, {"default": {"value": 10}, "type": "integer32", "name": "probeCount", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties.probeCount", "format": {"maximum": 100, "minimum": 1}}, {"default": {"value": 60}, "type": "integer32", "name": "probeInterval", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties.probeInterval", "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "name": "stationIp", "arg": "$body.properties.bmpConfiguration.stationIp"}, {"type": "string", "name": "stationName", "arg": "$body.properties.bmpConfiguration.stationName"}, {"nullable": true, "type": "ResourceId", "name": "stationNetwork", "arg": "$body.properties.bmpConfiguration.stationNetwork"}, {"default": {"value": 5000}, "type": "integer32", "name": "stationPort", "arg": "$body.properties.bmpConfiguration.stationPort", "format": {"maximum": 65535, "minimum": 1}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "All"}, "type": "string", "name": "exportPolicy", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"default": {"value": ["All"]}, "type": "array", "name": "monitoredAddressFamilies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "ipv4Unicast"}, {"value": "ipv6Unicast"}, {"value": "vpnIpv4"}, {"value": "vpnIpv6"}]}}}, {"type": "array", "name": "monitoredNetworks", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "scopeResourceId"}, {"type": "string", "name": "stationConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "stationConnectionMode", "enum": {"items": [{"value": "Active"}, {"value": "Passive"}]}}, {"type": "object", "name": "stationConnectionProperties", "props": [{"default": {"value": 180}, "type": "integer32", "name": "keepaliveIdleTime", "format": {"maximum": 3600, "minimum": 1}}, {"default": {"value": 10}, "type": "integer32", "name": "probeCount", "format": {"maximum": 100, "minimum": 1}}, {"default": {"value": 60}, "type": "integer32", "name": "probeInterval", "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "name": "stationIp"}, {"type": "string", "name": "stationName"}, {"nullable": true, "type": "ResourceId", "name": "stationNetwork"}, {"default": {"value": 5000}, "type": "integer32", "name": "stationPort", "format": {"maximum": 65535, "minimum": 1}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3JzL3tuZXR3b3JrTW9uaXRvck5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkMonitorName", "options": ["n", "name", "resource-name", "network-monitor-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Monitor."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "object", "var": "$body.properties.bmpConfiguration", "options": ["bmp-configuration"], "group": "Properties", "help": {"short": "BGP Monitoring Protocol (BMP) Configurations for the Network Monitor."}, "args": [{"type": "string", "var": "$body.properties.bmpConfiguration.exportPolicy", "options": ["export-policy"], "help": {"short": "Export Policy for the BMP Configuration."}, "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}, {"type": "object", "var": "$body.properties.bmpConfiguration.exportPolicyConfiguration", "options": ["export-policy-configuration"], "help": {"short": "Export Policy configuration properties for the BMP."}, "args": [{"type": "array", "var": "$body.properties.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "options": ["export-policies"], "help": {"short": "Export Policy for the BGP Monitoring Protocol (BMP) Configuration."}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "LocalRib", "value": "LocalRib"}, {"name": "Post-Policy", "value": "Post-Policy"}, {"name": "Pre-Policy", "value": "Pre-Policy"}]}}}]}, {"type": "array", "var": "$body.properties.bmpConfiguration.monitoredAddressFamilies", "options": ["monitored-address-families"], "help": {"short": "Monitored Address Families for the BMP Configuration."}, "item": {"type": "string", "enum": {"items": [{"name": "All", "value": "All"}, {"name": "ipv4Unicast", "value": "ipv4Unicast"}, {"name": "ipv6Unicast", "value": "ipv6Unicast"}, {"name": "vpnIpv4", "value": "vpnIpv4"}, {"name": "vpnIpv6", "value": "vpnIpv6"}]}}}, {"type": "array", "var": "$body.properties.bmpConfiguration.monitoredNetworks", "options": ["monitored-networks"], "help": {"short": "The List of Network ID's that need to be monitored."}, "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.bmpConfiguration.scopeResourceId", "options": ["scope-resource-id"], "help": {"short": "Scope resource ARM Identifier."}}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationConfigurationState", "options": ["station-configuration-state"], "help": {"short": "Enabling a station. Either True/False."}, "enum": {"items": [{"name": "Disabled", "value": "Disabled"}, {"name": "Enabled", "value": "Enabled"}]}}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationConnectionMode", "options": ["station-connection-mode"], "help": {"short": "Station Connection Mode."}, "enum": {"items": [{"name": "Active", "value": "Active"}, {"name": "Passive", "value": "Passive"}]}}, {"type": "object", "var": "$body.properties.bmpConfiguration.stationConnectionProperties", "options": ["station-connection-properties"], "help": {"short": "Station Connection Properties."}, "args": [{"type": "integer32", "var": "$body.properties.bmpConfiguration.stationConnectionProperties.keepaliveIdleTime", "options": ["keepalive-idle-time"], "help": {"short": "Connection keepalive idle time in seconds"}, "format": {"maximum": 3600, "minimum": 1}}, {"type": "integer32", "var": "$body.properties.bmpConfiguration.stationConnectionProperties.probeCount", "options": ["probe-count"], "help": {"short": "Probe count, default value is 10"}, "format": {"maximum": 100, "minimum": 1}}, {"type": "integer32", "var": "$body.properties.bmpConfiguration.stationConnectionProperties.probeInterval", "options": ["probe-interval"], "help": {"short": "Probe interval in seconds, default value is 60"}, "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationIp", "options": ["station-ip"], "help": {"short": "IP Address of the station."}}, {"type": "string", "var": "$body.properties.bmpConfiguration.stationName", "options": ["station-name"], "help": {"short": "Name of the station."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.bmpConfiguration.stationNetwork", "options": ["station-network"], "help": {"short": "Network of the station"}}, {"type": "integer32", "var": "$body.properties.bmpConfiguration.stationPort", "options": ["station-port"], "help": {"short": "Port of the station. Default value is 5000."}, "format": {"maximum": 65535, "minimum": 1}}]}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkMonitors_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{networkMonitorName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkMonitorName", "arg": "$Path.networkMonitorName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "object", "name": "bmpConfiguration", "arg": "$body.properties.bmpConfiguration", "props": [{"type": "string", "name": "exportPolicy", "arg": "$body.properties.bmpConfiguration.exportPolicy", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "arg": "$body.properties.bmpConfiguration.exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "arg": "$body.properties.bmpConfiguration.exportPolicyConfiguration.exportPolicies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"type": "array", "name": "monitoredAddressFamilies", "arg": "$body.properties.bmpConfiguration.monitoredAddressFamilies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "ipv4Unicast"}, {"value": "ipv6Unicast"}, {"value": "vpnIpv4"}, {"value": "vpnIpv6"}]}}}, {"type": "array", "name": "monitoredNetworks", "arg": "$body.properties.bmpConfiguration.monitoredNetworks", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "scopeResourceId", "arg": "$body.properties.bmpConfiguration.scopeResourceId"}, {"type": "string", "name": "stationConfigurationState", "arg": "$body.properties.bmpConfiguration.stationConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "stationConnectionMode", "arg": "$body.properties.bmpConfiguration.stationConnectionMode", "enum": {"items": [{"value": "Active"}, {"value": "Passive"}]}}, {"type": "object", "name": "stationConnectionProperties", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties", "props": [{"type": "integer32", "name": "keepaliveIdleTime", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties.keepaliveIdleTime", "format": {"maximum": 3600, "minimum": 1}}, {"type": "integer32", "name": "probeCount", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties.probeCount", "format": {"maximum": 100, "minimum": 1}}, {"type": "integer32", "name": "probeInterval", "arg": "$body.properties.bmpConfiguration.stationConnectionProperties.probeInterval", "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "name": "stationIp", "arg": "$body.properties.bmpConfiguration.stationIp"}, {"type": "string", "name": "stationName", "arg": "$body.properties.bmpConfiguration.stationName"}, {"nullable": true, "type": "ResourceId", "name": "stationNetwork", "arg": "$body.properties.bmpConfiguration.stationNetwork"}, {"type": "integer32", "name": "stationPort", "arg": "$body.properties.bmpConfiguration.stationPort", "format": {"maximum": 65535, "minimum": 1}}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "bmpConfiguration", "props": [{"default": {"value": "All"}, "type": "string", "name": "exportPolicy", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}, {"type": "object", "name": "exportPolicyConfiguration", "props": [{"type": "array", "name": "exportPolicies", "format": {"minLength": 1}, "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "LocalRib"}, {"value": "Post-Policy"}, {"value": "Pre-Policy"}]}}}]}, {"default": {"value": ["All"]}, "type": "array", "name": "monitoredAddressFamilies", "item": {"type": "string", "enum": {"items": [{"value": "All"}, {"value": "ipv4Unicast"}, {"value": "ipv6Unicast"}, {"value": "vpnIpv4"}, {"value": "vpnIpv6"}]}}}, {"type": "array", "name": "monitoredNetworks", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "scopeResourceId"}, {"type": "string", "name": "stationConfigurationState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}, {"type": "string", "name": "stationConnectionMode", "enum": {"items": [{"value": "Active"}, {"value": "Passive"}]}}, {"type": "object", "name": "stationConnectionProperties", "props": [{"default": {"value": 180}, "type": "integer32", "name": "keepaliveIdleTime", "format": {"maximum": 3600, "minimum": 1}}, {"default": {"value": 10}, "type": "integer32", "name": "probeCount", "format": {"maximum": 100, "minimum": 1}}, {"default": {"value": 60}, "type": "integer32", "name": "probeInterval", "format": {"maximum": 3600, "minimum": 1}}]}, {"type": "string", "name": "stationIp"}, {"type": "string", "name": "stationName"}, {"nullable": true, "type": "ResourceId", "name": "stationNetwork"}, {"default": {"value": 5000}, "type": "integer32", "name": "stationPort", "format": {"maximum": 65535, "minimum": 1}}]}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..2c7a1be83 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30=/2026-01-15-preview.xml @@ -0,0 +1,1036 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json new file mode 100644 index 000000000..29563b095 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3JzL3tuZXR3b3JrTW9uaXRvck5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric networkmonitor", "commands": [{"name": "update-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkmonitors/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya01vbml0b3JzL3tuZXR3b3JrTW9uaXRvck5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkMonitorName", "options": ["resource-name", "network-monitor-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Monitor."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkMonitors_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{networkMonitorName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkMonitorName", "arg": "$Path.networkMonitorName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "array", "name": "failedDevices", "item": {"type": "string"}}, {"type": "array", "name": "successfulDevices", "item": {"type": "string"}}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..8304d1205 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrbW9uaXRvcnMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.md new file mode 100644 index 000000000..c57bb358a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycw==/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.json index 9ec10c16e..2e31fa620 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric npb", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkPacketBrokers_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkPacketBrokers_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric npb", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkPacketBrokers_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$resource.properties.networkFabricId", "required": true}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkPacketBrokers_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.xml index 3e744b8d6..503ad7818 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2025-07-15.xml @@ -206,23 +206,12 @@ - - - - - - - - - - - - + - + @@ -231,12 +220,12 @@ - + - + @@ -246,10 +235,21 @@ - + + + + + + + + + + + + @@ -271,9 +271,9 @@ - + - + @@ -281,21 +281,21 @@ - + - + - + - + - + - + @@ -431,20 +431,12 @@ - - - - - - - - - + - + @@ -453,12 +445,12 @@ - + - + @@ -467,6 +459,14 @@ + + + + + + + + @@ -488,9 +488,9 @@ - + - + @@ -498,17 +498,17 @@ - + - + - + - + @@ -651,19 +651,19 @@ - - + + - + - + @@ -804,11 +804,11 @@ - - + + - + @@ -864,19 +864,19 @@ - - + + - + - + @@ -1017,11 +1017,11 @@ - - + + - + @@ -1078,7 +1078,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..7514c778b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric npb", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkPacketBrokers_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.sourceNetworkTapRuleId", "options": ["source-network-tap-rule-id"], "group": "Properties", "help": {"short": "ARM resource ID of the source Network Tap Rule."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkPacketBrokers_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId", "arg": "$body.properties.sourceNetworkTapRuleId"}]}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkPacketBrokers_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkpacketbrokers/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1BhY2tldEJyb2tlcnMve25ldHdvcmtQYWNrZXRCcm9rZXJOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkPacketBrokerName", "options": ["n", "name", "network-packet-broker-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Packet Broker."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkPacketBrokers_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{networkPacketBrokerName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkPacketBrokerName", "arg": "$Path.networkPacketBrokerName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkDeviceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "array", "name": "sourceInterfaceIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceNetworkTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkPacketBroker_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..dd37b99a3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcGFja2V0YnJva2Vycy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1255 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.md new file mode 100644 index 000000000..ea1640d0a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networkracks 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3M=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.json index 39c2dd9a5..d9d8d10eb 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric rack", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkRacks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkRacks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "string", "var": "$body.properties.networkRackType", "options": ["network-rack-type"], "group": "Properties", "help": {"short": "Network Rack SKU name."}, "enum": {"items": [{"name": "Aggregate", "value": "Aggregate"}, {"name": "Combined", "value": "Combined"}, {"name": "Compute", "value": "Compute"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkRacks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "arg": "$body.properties.networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkRacks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric rack", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkRacks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkRacks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "string", "var": "$resource.properties.networkRackType", "options": ["network-rack-type"], "group": "Properties", "help": {"short": "Network Rack SKU name."}, "enum": {"items": [{"name": "Aggregate", "value": "Aggregate"}, {"name": "Combined", "value": "Combined"}, {"name": "Compute", "value": "Compute"}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkRacks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$resource.properties.networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "arg": "$resource.properties.networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkRacks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.xml index 13bbf32a0..6292779eb 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2025-07-15.xml @@ -185,25 +185,14 @@ - - - - - - - - - - - - + - + - + @@ -212,6 +201,17 @@ + + + + + + + + + + + @@ -233,12 +233,12 @@ - - + + - - - + + + @@ -246,7 +246,7 @@ - + @@ -361,8 +361,8 @@ - - + + @@ -390,8 +390,8 @@ - - + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.json new file mode 100644 index 000000000..d93375cc1 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric rack", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkRacks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkRacks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "string", "var": "$body.properties.networkRackType", "options": ["network-rack-type"], "group": "Properties", "help": {"short": "Network Rack SKU name."}, "enum": {"items": [{"name": "Aggregate", "value": "Aggregate"}, {"name": "Combined", "value": "Combined"}, {"name": "Compute", "value": "Compute"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkRacks_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "arg": "$body.properties.networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkracks/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1JhY2tzL3tuZXR3b3JrUmFja05hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkRackName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Rack."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkRacks_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{networkRackName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkRackName", "arg": "$Path.networkRackName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkRacks/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkDevices", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"type": "string", "name": "networkRackType", "enum": {"items": [{"value": "Aggregate"}, {"value": "Combined"}, {"value": "Compute"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..e0d3f1bde --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrcmFja3Mve30=/2026-01-15-preview.xml @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.md new file mode 100644 index 000000000..0e2775348 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networktaprules 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXM=/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.json index 0c35ddbb8..2eef19dc6 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric taprule", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "required": true, "group": "Properties", "help": {"short": "Input method to configure Network Tap Rule."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"type": "object", "var": "$body.properties.globalNetworkTapRuleActions", "options": ["global-ntr-actions", "global-network-tap-rule-actions"], "group": "Properties", "help": {"short": "Global network tap rule actions"}, "args": [{"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable network tap rule counter."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}]}, {"type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.matchConfigurations[].actions[].destinationId", "options": ["destination-id"], "help": {"short": "Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "options": ["is-timestamp-enabled"], "help": {"short": "The parameter to enable or disable the timestamp."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration. This is used when Goto type is provided."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Goto", "value": "Goto"}, {"name": "Log", "value": "Log"}, {"name": "Mirror", "value": "Mirror"}, {"name": "Redirect", "value": "Redirect"}, {"name": "Replicate", "value": "Replicate"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "options": ["encapsulation-type"], "help": {"short": "Encapsulation Type that needs to be matched."}, "default": {"value": "None"}, "enum": {"items": [{"name": "GTPv1", "value": "GTPv1"}, {"name": "None", "value": "None"}]}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "required": true, "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration.."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"type": "integer32", "var": "$body.properties.pollingIntervalInSeconds", "options": ["polling-interval", "polling-interval-in-seconds"], "group": "Properties", "help": {"short": "Polling interval in seconds."}, "default": {"value": 30}}, {"type": "string", "var": "$body.properties.tapRulesUrl", "options": ["tap-rules-url"], "group": "Properties", "help": {"short": "Network Tap Rules file URL."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "arg": "$body.properties.globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "arg": "$body.properties.globalNetworkTapRuleActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "arg": "$body.properties.globalNetworkTapRuleActions.truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.matchConfigurations[].actions[].destinationId"}, {"type": "string", "name": "isTimestampEnabled", "arg": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "arg": "$body.properties.matchConfigurations[].actions[].truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "arg": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds", "arg": "$body.properties.pollingIntervalInSeconds"}, {"type": "string", "name": "tapRulesUrl", "arg": "$body.properties.tapRulesUrl"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "group": "Properties", "help": {"short": "Input method to configure Network Tap Rule."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "var": "$body.properties.globalNetworkTapRuleActions", "options": ["global-ntr-actions", "global-network-tap-rule-actions"], "group": "Properties", "help": {"short": "Global network tap rule actions"}, "args": [{"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable network tap rule counter."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}]}, {"nullable": true, "type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"nullable": true, "type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.matchConfigurations[].actions[].destinationId", "options": ["destination-id"], "help": {"short": "Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "options": ["is-timestamp-enabled"], "help": {"short": "The parameter to enable or disable the timestamp."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration. This is used when Goto type is provided."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Goto", "value": "Goto"}, {"name": "Log", "value": "Log"}, {"name": "Mirror", "value": "Mirror"}, {"name": "Redirect", "value": "Redirect"}, {"name": "Replicate", "value": "Replicate"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "options": ["encapsulation-type"], "help": {"short": "Encapsulation Type that needs to be matched."}, "enum": {"items": [{"name": "GTPv1", "value": "GTPv1"}, {"name": "None", "value": "None"}]}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration.."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"nullable": true, "type": "string", "var": "$body.properties.tapRulesUrl", "options": ["tap-rules-url"], "group": "Properties", "help": {"short": "Network Tap Rules file URL."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"nullable": true, "type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "name": "globalNetworkTapRuleActions", "arg": "$body.properties.globalNetworkTapRuleActions", "props": [{"type": "string", "name": "enableCount", "arg": "$body.properties.globalNetworkTapRuleActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "arg": "$body.properties.globalNetworkTapRuleActions.truncate", "format": {"minLength": 1}}]}, {"nullable": true, "type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"nullable": true, "type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.matchConfigurations[].actions[].destinationId"}, {"type": "string", "name": "isTimestampEnabled", "arg": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "arg": "$body.properties.matchConfigurations[].actions[].truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "item": {"type": "object", "props": [{"type": "string", "name": "encapsulationType", "arg": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"nullable": true, "type": "string", "name": "tapRulesUrl", "arg": "$body.properties.tapRulesUrl"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric taprule", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$resource.properties.configurationType", "options": ["configuration-type"], "required": true, "group": "Properties", "help": {"short": "Input method to configure Network Tap Rule."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"type": "object", "var": "$resource.properties.globalNetworkTapRuleActions", "options": ["global-ntr-actions", "global-network-tap-rule-actions"], "group": "Properties", "help": {"short": "Global network tap rule actions"}, "args": [{"type": "string", "var": "$resource.properties.globalNetworkTapRuleActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable network tap rule counter."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$resource.properties.globalNetworkTapRuleActions.truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}]}, {"type": "object", "var": "$resource.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$resource.properties.identitySelector.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"type": "array", "var": "$resource.properties.matchConfigurations", "options": ["match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.matchConfigurations[].actions[].destinationId", "options": ["destination-id"], "help": {"short": "Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup."}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].isTimestampEnabled", "options": ["is-timestamp-enabled"], "help": {"short": "The parameter to enable or disable the timestamp."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration. This is used when Goto type is provided."}, "format": {"minLength": 1}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Goto", "value": "Goto"}, {"name": "Log", "value": "Log"}, {"name": "Mirror", "value": "Mirror"}, {"name": "Redirect", "value": "Redirect"}, {"name": "Replicate", "value": "Replicate"}]}}]}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "item": {"type": "object", "args": [{"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].encapsulationType", "options": ["encapsulation-type"], "help": {"short": "Encapsulation Type that needs to be matched."}, "default": {"value": "None"}, "enum": {"items": [{"name": "GTPv1", "value": "GTPv1"}, {"name": "None", "value": "None"}]}}, {"type": "object", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "object", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "required": true, "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$resource.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$resource.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration.."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"type": "integer32", "var": "$resource.properties.pollingIntervalInSeconds", "options": ["polling-interval", "polling-interval-in-seconds"], "group": "Properties", "help": {"short": "Polling interval in seconds."}, "default": {"value": 30}}, {"type": "string", "var": "$resource.properties.tapRulesUrl", "options": ["tap-rules-url"], "group": "Properties", "help": {"short": "Network Tap Rules file URL."}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "string", "name": "configurationType", "arg": "$resource.properties.configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "arg": "$resource.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$resource.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$resource.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$resource.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$resource.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$resource.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$resource.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "arg": "$resource.properties.globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "arg": "$resource.properties.globalNetworkTapRuleActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "arg": "$resource.properties.globalNetworkTapRuleActions.truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "arg": "$resource.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$resource.properties.identitySelector.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$resource.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"type": "array", "name": "matchConfigurations", "arg": "$resource.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$resource.properties.matchConfigurations[].actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$resource.properties.matchConfigurations[].actions[].destinationId"}, {"type": "string", "name": "isTimestampEnabled", "arg": "$resource.properties.matchConfigurations[].actions[].isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$resource.properties.matchConfigurations[].actions[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "arg": "$resource.properties.matchConfigurations[].actions[].truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "arg": "$resource.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$resource.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$resource.properties.matchConfigurations[].matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "arg": "$resource.properties.matchConfigurations[].matchConditions[].encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$resource.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "string", "name": "layer4Protocol", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$resource.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "arg": "$resource.properties.matchConfigurations[].matchConditions[].protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$resource.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$resource.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$resource.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds", "arg": "$resource.properties.pollingIntervalInSeconds"}, {"type": "string", "name": "tapRulesUrl", "arg": "$resource.properties.tapRulesUrl"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$properties.properties.configurationType", "options": ["configuration-type"], "group": "Properties", "help": {"short": "Input method to configure Network Tap Rule."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"nullable": true, "type": "array", "var": "$properties.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "item": {"type": "object", "args": [{"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "var": "$properties.properties.globalNetworkTapRuleActions", "options": ["global-ntr-actions", "global-network-tap-rule-actions"], "group": "Properties", "help": {"short": "Global network tap rule actions"}, "args": [{"type": "string", "var": "$properties.properties.globalNetworkTapRuleActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable network tap rule counter."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$properties.properties.globalNetworkTapRuleActions.truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}]}, {"nullable": true, "type": "object", "var": "$properties.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$properties.properties.identitySelector.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"nullable": true, "type": "array", "var": "$properties.properties.matchConfigurations", "options": ["match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.matchConfigurations[].actions[].destinationId", "options": ["destination-id"], "help": {"short": "Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup."}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].isTimestampEnabled", "options": ["is-timestamp-enabled"], "help": {"short": "The parameter to enable or disable the timestamp."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration. This is used when Goto type is provided."}, "format": {"minLength": 1}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Goto", "value": "Goto"}, {"name": "Log", "value": "Log"}, {"name": "Mirror", "value": "Mirror"}, {"name": "Redirect", "value": "Redirect"}, {"name": "Replicate", "value": "Replicate"}]}}]}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "item": {"type": "object", "args": [{"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].encapsulationType", "options": ["encapsulation-type"], "help": {"short": "Encapsulation Type that needs to be matched."}, "enum": {"items": [{"name": "GTPv1", "value": "GTPv1"}, {"name": "None", "value": "None"}]}}, {"type": "object", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "object", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$properties.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$properties.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration.."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"nullable": true, "type": "string", "var": "$properties.properties.tapRulesUrl", "options": ["tap-rules-url"], "group": "Properties", "help": {"short": "Network Tap Rules file URL."}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "string", "name": "configurationType", "arg": "$properties.properties.configurationType", "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"nullable": true, "type": "array", "name": "dynamicMatchConfigurations", "arg": "$properties.properties.dynamicMatchConfigurations", "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$properties.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$properties.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$properties.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$properties.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$properties.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$properties.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "name": "globalNetworkTapRuleActions", "arg": "$properties.properties.globalNetworkTapRuleActions", "props": [{"type": "string", "name": "enableCount", "arg": "$properties.properties.globalNetworkTapRuleActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "arg": "$properties.properties.globalNetworkTapRuleActions.truncate", "format": {"minLength": 1}}]}, {"nullable": true, "type": "object", "name": "identitySelector", "arg": "$properties.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$properties.properties.identitySelector.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$properties.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"nullable": true, "type": "array", "name": "matchConfigurations", "arg": "$properties.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$properties.properties.matchConfigurations[].actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$properties.properties.matchConfigurations[].actions[].destinationId"}, {"type": "string", "name": "isTimestampEnabled", "arg": "$properties.properties.matchConfigurations[].actions[].isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$properties.properties.matchConfigurations[].actions[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "arg": "$properties.properties.matchConfigurations[].actions[].truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "arg": "$properties.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$properties.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$properties.properties.matchConfigurations[].matchConditions", "item": {"type": "object", "props": [{"type": "string", "name": "encapsulationType", "arg": "$properties.properties.matchConfigurations[].matchConditions[].encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$properties.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "string", "name": "layer4Protocol", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$properties.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "arg": "$properties.properties.matchConfigurations[].matchConditions[].protocolTypes", "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$properties.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$properties.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$properties.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"nullable": true, "type": "string", "name": "tapRulesUrl", "arg": "$properties.properties.tapRulesUrl"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.xml index a9507f7df..1c11ab361 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2025-07-15.xml @@ -402,23 +402,12 @@ - - - - - - - - - - - - + - + @@ -427,12 +416,12 @@ - + - + @@ -442,61 +431,61 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -504,9 +493,9 @@ - + - + @@ -514,50 +503,50 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -571,17 +560,17 @@ - + - + - + @@ -589,26 +578,26 @@ - + - + - + - + - + @@ -617,9 +606,9 @@ - + - + @@ -627,11 +616,11 @@ - + - + @@ -639,29 +628,29 @@ - + - + - + - + - + - + @@ -669,24 +658,35 @@ - + - + - + - + + + + + + + + + + + + @@ -708,9 +708,9 @@ - + - + @@ -718,106 +718,106 @@ - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - + - + - - + + - + - + - + @@ -830,37 +830,37 @@ - + - + - + - - + + - + - + - + @@ -868,62 +868,62 @@ - - + + - + - + - + - + - - + + - + - + - + - + - + - + - + @@ -1255,20 +1255,12 @@ - - - - - - - - - + - + @@ -1277,12 +1269,12 @@ - + - + @@ -1292,60 +1284,60 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1353,59 +1345,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1419,41 +1411,41 @@ - + - + - + - + - + - + - + - + @@ -1462,9 +1454,9 @@ - + - + @@ -1472,11 +1464,11 @@ - + - + @@ -1484,45 +1476,51 @@ - + - + - + - + - + - + - + - + - + + + + + + + @@ -1545,9 +1543,9 @@ - + - + @@ -1555,103 +1553,103 @@ - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - + - + - - + + - + - + - + @@ -1664,34 +1662,34 @@ - + - + - + - - + + - + - + - + @@ -1699,55 +1697,55 @@ - - + + - + - + - + - + - - + + - + - + - + - + - + - + @@ -2086,19 +2084,19 @@ - - + + - + - + @@ -2435,11 +2433,11 @@ - - + + - + @@ -2495,19 +2493,19 @@ - - + + - + - + @@ -2844,11 +2842,11 @@ - - + + - + @@ -2905,7 +2903,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.json new file mode 100644 index 000000000..cf7451566 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric taprule", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "required": true, "group": "Properties", "help": {"short": "Input method to configure Network Tap Rule."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"type": "object", "var": "$body.properties.globalNetworkTapRuleActions", "options": ["global-ntr-actions", "global-network-tap-rule-actions"], "group": "Properties", "help": {"short": "Global network tap rule actions"}, "args": [{"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable network tap rule counter."}, "default": {"value": "False"}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}]}, {"type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "required": true, "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.matchConfigurations[].actions[].destinationId", "options": ["destination-id"], "help": {"short": "Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "options": ["is-timestamp-enabled"], "help": {"short": "The parameter to enable or disable the timestamp."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration. This is used when Goto type is provided."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Goto", "value": "Goto"}, {"name": "Log", "value": "Log"}, {"name": "Mirror", "value": "Mirror"}, {"name": "Redirect", "value": "Redirect"}, {"name": "Replicate", "value": "Replicate"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "options": ["encapsulation-type"], "help": {"short": "Encapsulation Type that needs to be matched."}, "default": {"value": "None"}, "enum": {"items": [{"name": "GTPv1", "value": "GTPv1"}, {"name": "None", "value": "None"}]}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "required": true, "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration.."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"type": "integer32", "var": "$body.properties.pollingIntervalInSeconds", "options": ["polling-interval", "polling-interval-in-seconds"], "group": "Properties", "help": {"short": "Polling interval in seconds."}, "default": {"value": 30}}, {"type": "string", "var": "$body.properties.tapRulesUrl", "options": ["tap-rules-url"], "group": "Properties", "help": {"short": "Network Tap Rules file URL."}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "arg": "$body.properties.globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "arg": "$body.properties.globalNetworkTapRuleActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "arg": "$body.properties.globalNetworkTapRuleActions.truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.matchConfigurations[].actions[].destinationId"}, {"type": "string", "name": "isTimestampEnabled", "arg": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "arg": "$body.properties.matchConfigurations[].actions[].truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "arg": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds", "arg": "$body.properties.pollingIntervalInSeconds"}, {"type": "string", "name": "tapRulesUrl", "arg": "$body.properties.tapRulesUrl"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "string", "var": "$body.properties.configurationType", "options": ["configuration-type"], "group": "Properties", "help": {"short": "Input method to configure Network Tap Rule."}, "enum": {"items": [{"name": "File", "value": "File"}, {"name": "Inline", "value": "Inline"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.dynamicMatchConfigurations", "options": ["dynamic-match-configs", "dynamic-match-configurations"], "group": "Properties", "help": {"short": "List of dynamic match configurations."}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups", "options": ["ip-groups"], "help": {"short": "List of IP Groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "IP Address type."}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "options": ["ip-prefixes"], "help": {"short": "List of IP Prefixes."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "options": ["name"], "help": {"short": "IP Group name."}, "format": {"minLength": 1}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups", "options": ["port-groups"], "help": {"short": "List of the port groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "options": ["name"], "help": {"short": "The name of the port group."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "options": ["ports"], "help": {"short": "List of the ports that need to be matched."}, "item": {"type": "string"}}]}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "options": ["vlan-groups"], "help": {"short": "List of vlan groups."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "options": ["name"], "help": {"short": "Vlan group name."}, "format": {"minLength": 1}}, {"type": "array", "var": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "options": ["vlans"], "help": {"short": "List of vlans."}, "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "var": "$body.properties.globalNetworkTapRuleActions", "options": ["global-ntr-actions", "global-network-tap-rule-actions"], "group": "Properties", "help": {"short": "Global network tap rule actions"}, "args": [{"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.enableCount", "options": ["enable-count"], "help": {"short": "Configuration to enable network tap rule counter."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.globalNetworkTapRuleActions.truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}]}, {"nullable": true, "type": "object", "var": "$body.properties.identitySelector", "options": ["identity-selector"], "group": "Properties", "help": {"short": "The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned."}, "args": [{"type": "string", "var": "$body.properties.identitySelector.identityType", "options": ["identity-type"], "help": {"short": "The type of managed identity that is being selected."}, "enum": {"items": [{"name": "SystemAssignedIdentity", "value": "SystemAssignedIdentity"}, {"name": "UserAssignedIdentity", "value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.identitySelector.userAssignedIdentityResourceId", "options": ["user-assigned-identity-resource-id"], "help": {"short": "The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type."}}]}, {"nullable": true, "type": "array", "var": "$body.properties.matchConfigurations", "options": ["match-configurations"], "group": "Properties", "help": {"short": "List of match configurations."}, "format": {"minLength": 1}, "item": {"type": "object", "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].actions", "options": ["actions"], "help": {"short": "List of actions that need to be performed for the matched conditions."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.matchConfigurations[].actions[].destinationId", "options": ["destination-id"], "help": {"short": "Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup."}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "options": ["is-timestamp-enabled"], "help": {"short": "The parameter to enable or disable the timestamp."}, "enum": {"items": [{"name": "False", "value": "False"}, {"name": "True", "value": "True"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration. This is used when Goto type is provided."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].truncate", "options": ["truncate"], "help": {"short": "Truncate. 0 indicates do not truncate."}, "format": {"minLength": 1}}, {"type": "string", "var": "$body.properties.matchConfigurations[].actions[].type", "options": ["type"], "help": {"short": "Type of actions that can be performed."}, "enum": {"items": [{"name": "Count", "value": "Count"}, {"name": "Drop", "value": "Drop"}, {"name": "Goto", "value": "Goto"}, {"name": "Log", "value": "Log"}, {"name": "Mirror", "value": "Mirror"}, {"name": "Redirect", "value": "Redirect"}, {"name": "Replicate", "value": "Replicate"}]}}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].ipAddressType", "options": ["ip-address-type"], "help": {"short": "Type of IP Address. IPv4 or IPv6"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions", "options": ["match-conditions"], "help": {"short": "List of the match conditions."}, "item": {"type": "object", "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "options": ["encapsulation-type"], "help": {"short": "Encapsulation Type that needs to be matched."}, "enum": {"items": [{"name": "GTPv1", "value": "GTPv1"}, {"name": "None", "value": "None"}]}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "options": ["ip-condition"], "help": {"short": "IP condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "options": ["ip-group-names"], "help": {"short": "The List of IP Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "options": ["ip-prefix-values"], "help": {"short": "The list of IP Prefixes that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "options": ["prefix-type"], "help": {"short": "IP Prefix Type that needs to be matched."}, "enum": {"items": [{"name": "LongestPrefix", "value": "LongestPrefix"}, {"name": "Prefix", "value": "Prefix"}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "options": ["type"], "help": {"short": "IP Address type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationIP", "value": "DestinationIP"}, {"name": "SourceIP", "value": "SourceIP"}]}}]}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "options": ["port-condition"], "help": {"short": "Defines the port condition that needs to be matched."}, "args": [{"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "options": ["layer4-protocol"], "help": {"short": "Layer4 protocol type that needs to be matched."}, "enum": {"items": [{"name": "SCTP", "value": "SCTP"}, {"name": "TCP", "value": "TCP"}, {"name": "UDP", "value": "UDP"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "options": ["port-group-names"], "help": {"short": "List of the port Group Names that need to be matched."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "options": ["port-type"], "help": {"short": "Port type that needs to be matched."}, "enum": {"items": [{"name": "Bidirectional", "value": "Bidirectional"}, {"name": "DestinationPort", "value": "DestinationPort"}, {"name": "SourcePort", "value": "SourcePort"}]}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "options": ["ports"], "help": {"short": "List of the Ports that need to be matched."}, "item": {"type": "string"}}]}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "options": ["protocol-types"], "help": {"short": "List of the protocols that need to be matched."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "options": ["vlan-match-condition"], "help": {"short": "Vlan match condition that needs to be matched."}, "args": [{"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "options": ["inner-vlans"], "help": {"short": "List of inner vlans that need to be matched.Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "options": ["vlan-group-names"], "help": {"short": "List of vlan group names that need to be matched."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "options": ["vlans"], "help": {"short": "List of vlans that need to be matched. Inputs can be single vlan or the range of vlans."}, "item": {"type": "string"}}]}]}}, {"type": "string", "var": "$body.properties.matchConfigurations[].matchConfigurationName", "options": ["match-configuration-name"], "help": {"short": "The name of the match configuration."}, "format": {"minLength": 1}}, {"type": "integer64", "var": "$body.properties.matchConfigurations[].sequenceNumber", "options": ["sequence-number"], "help": {"short": "Sequence Number of the match configuration.."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"nullable": true, "type": "string", "var": "$body.properties.tapRulesUrl", "options": ["tap-rules-url"], "group": "Properties", "help": {"short": "Network Tap Rules file URL."}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "string", "name": "configurationType", "arg": "$body.properties.configurationType", "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"nullable": true, "type": "array", "name": "dynamicMatchConfigurations", "arg": "$body.properties.dynamicMatchConfigurations", "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].ipGroups[].name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "arg": "$body.properties.dynamicMatchConfigurations[].portGroups[].ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "arg": "$body.properties.dynamicMatchConfigurations[].vlanGroups[].vlans", "item": {"type": "string"}}]}}]}}, {"nullable": true, "type": "object", "name": "globalNetworkTapRuleActions", "arg": "$body.properties.globalNetworkTapRuleActions", "props": [{"type": "string", "name": "enableCount", "arg": "$body.properties.globalNetworkTapRuleActions.enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "arg": "$body.properties.globalNetworkTapRuleActions.truncate", "format": {"minLength": 1}}]}, {"nullable": true, "type": "object", "name": "identitySelector", "arg": "$body.properties.identitySelector", "props": [{"type": "string", "name": "identityType", "arg": "$body.properties.identitySelector.identityType", "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId", "arg": "$body.properties.identitySelector.userAssignedIdentityResourceId"}]}, {"nullable": true, "type": "array", "name": "matchConfigurations", "arg": "$body.properties.matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "arg": "$body.properties.matchConfigurations[].actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.matchConfigurations[].actions[].destinationId"}, {"type": "string", "name": "isTimestampEnabled", "arg": "$body.properties.matchConfigurations[].actions[].isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].actions[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "arg": "$body.properties.matchConfigurations[].actions[].truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].actions[].type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "arg": "$body.properties.matchConfigurations[].ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "arg": "$body.properties.matchConfigurations[].matchConditions", "item": {"type": "object", "props": [{"type": "string", "name": "encapsulationType", "arg": "$body.properties.matchConfigurations[].matchConditions[].encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.ipPrefixValues", "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "arg": "$body.properties.matchConfigurations[].matchConditions[].ipCondition.type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition", "props": [{"type": "string", "name": "layer4Protocol", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.layer4Protocol", "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "arg": "$body.properties.matchConfigurations[].matchConditions[].portCondition.ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "arg": "$body.properties.matchConfigurations[].matchConditions[].protocolTypes", "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.innerVlans", "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlanGroupNames", "item": {"type": "string"}}, {"type": "array", "name": "vlans", "arg": "$body.properties.matchConfigurations[].matchConditions[].vlanMatchCondition.vlans", "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "arg": "$body.properties.matchConfigurations[].matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.matchConfigurations[].sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"nullable": true, "type": "string", "name": "tapRulesUrl", "arg": "$body.properties.tapRulesUrl"}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTapRules_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["n", "name", "network-tap-rule-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTapRules_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "configurationType", "required": true, "enum": {"items": [{"value": "File"}, {"value": "Inline"}]}}, {"type": "array", "name": "dynamicMatchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "ipGroups", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "ipPrefixes", "item": {"type": "string"}}, {"type": "string", "name": "name", "format": {"minLength": 1}}]}}, {"type": "array", "name": "portGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}}, {"type": "array", "name": "vlanGroups", "item": {"type": "object", "props": [{"type": "string", "name": "name", "format": {"minLength": 1}}, {"type": "array", "name": "vlans", "item": {"type": "string"}}]}}]}}, {"type": "object", "name": "globalNetworkTapRuleActions", "props": [{"default": {"value": "False"}, "type": "string", "name": "enableCount", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}]}, {"type": "object", "name": "identitySelector", "props": [{"type": "string", "name": "identityType", "required": true, "enum": {"items": [{"value": "SystemAssignedIdentity"}, {"value": "UserAssignedIdentity"}]}}, {"nullable": true, "type": "ResourceId", "name": "userAssignedIdentityResourceId"}]}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "dateTime", "name": "lastSyncedTime"}, {"type": "array", "name": "matchConfigurations", "format": {"minLength": 1}, "item": {"type": "object", "props": [{"type": "array", "name": "actions", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId"}, {"type": "string", "name": "isTimestampEnabled", "enum": {"items": [{"value": "False"}, {"value": "True"}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "string", "name": "truncate", "format": {"minLength": 1}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Count"}, {"value": "Drop"}, {"value": "Goto"}, {"value": "Log"}, {"value": "Mirror"}, {"value": "Redirect"}, {"value": "Replicate"}]}}]}}, {"type": "string", "name": "ipAddressType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "array", "name": "matchConditions", "item": {"type": "object", "props": [{"default": {"value": "None"}, "type": "string", "name": "encapsulationType", "enum": {"items": [{"value": "GTPv1"}, {"value": "None"}]}}, {"type": "object", "name": "ipCondition", "props": [{"type": "array", "name": "ipGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "ipPrefixValues", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "string", "name": "prefixType", "enum": {"items": [{"value": "LongestPrefix"}, {"value": "Prefix"}]}}, {"type": "string", "name": "type", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationIP"}, {"value": "SourceIP"}]}}]}, {"type": "object", "name": "portCondition", "props": [{"type": "string", "name": "layer4Protocol", "required": true, "enum": {"items": [{"value": "SCTP"}, {"value": "TCP"}, {"value": "UDP"}]}}, {"type": "array", "name": "portGroupNames", "item": {"type": "string"}}, {"type": "string", "name": "portType", "enum": {"items": [{"value": "Bidirectional"}, {"value": "DestinationPort"}, {"value": "SourcePort"}]}}, {"type": "array", "name": "ports", "item": {"type": "string"}}]}, {"type": "array", "name": "protocolTypes", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "object", "name": "vlanMatchCondition", "props": [{"type": "array", "name": "innerVlans", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlanGroupNames", "format": {"minLength": 1}, "item": {"type": "string"}}, {"type": "array", "name": "vlans", "format": {"minLength": 1}, "item": {"type": "string"}}]}]}}, {"type": "string", "name": "matchConfigurationName", "format": {"minLength": 1}}, {"type": "integer64", "name": "sequenceNumber", "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"readOnly": true, "type": "string", "name": "networkTapId"}, {"readOnly": true, "type": "array", "name": "networkTapIds", "item": {"nullable": true, "type": "ResourceId"}}, {"default": {"value": 30}, "type": "integer32", "name": "pollingIntervalInSeconds"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "string", "name": "tapRulesUrl"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTapRule_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml new file mode 100644 index 000000000..f4eeefdd1 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30=/2026-01-15-preview.xml @@ -0,0 +1,3270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vcmVzeW5j/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vcmVzeW5j/2026-01-15-preview.json new file mode 100644 index 000000000..f95632275 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vcmVzeW5j/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9L3Jlc3luYw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric taprule", "commands": [{"name": "resync", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9L3Jlc3luYw==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_Resync", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}/resync", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vcmVzeW5j/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vcmVzeW5j/2026-01-15-preview.xml new file mode 100644 index 000000000..c6d27a837 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vcmVzeW5j/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json new file mode 100644 index 000000000..3452ae7e9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric taprule", "commands": [{"name": "update-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9L3VwZGF0ZUFkbWluaXN0cmF0aXZlU3RhdGU=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name", "network-tap-rule-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..c2511c359 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json new file mode 100644 index 000000000..1183d2f35 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric taprule", "commands": [{"name": "validate-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaprules/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcFJ1bGVzL3tuZXR3b3JrVGFwUnVsZU5hbWV9L3ZhbGlkYXRlQ29uZmlndXJhdGlvbg==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapRuleName", "options": ["resource-name", "network-tap-rule-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap Rule."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTapRules_ValidateConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}/validateConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkTapRuleName", "arg": "$Path.networkTapRuleName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "url"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml new file mode 100644 index 000000000..0a3ee7d16 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcnVsZXMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.md new file mode 100644 index 000000000..b34db02c0 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/networktaps 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcw==/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.json index 2f6763876..eb2f2d919 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric tap", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.destinations", "options": ["destinations"], "required": true, "group": "Properties", "help": {"short": "List of destinations to send the filter traffic."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationId", "options": ["destination-id"], "required": true, "help": {"short": "The destination Id. ARM Resource ID of either NNI or Internal Networks."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationTapRuleId", "options": ["destination-tap-rule-id"], "help": {"short": "ARM Resource ID of destination Tap Rule that contains match configurations."}}, {"type": "string", "var": "$body.properties.destinations[].destinationType", "options": ["destination-type"], "required": true, "help": {"short": "Type of destination. Input can be IsolationDomain or Direct."}, "enum": {"items": [{"name": "Direct", "value": "Direct"}, {"name": "IsolationDomain", "value": "IsolationDomain"}]}}, {"type": "object", "var": "$body.properties.destinations[].isolationDomainProperties", "options": ["isolation-domain-properties"], "help": {"short": "Isolation Domain Properties."}, "args": [{"type": "string", "var": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "options": ["encapsulation"], "help": {"short": "Type of encapsulation."}, "enum": {"items": [{"name": "GRE", "value": "GRE"}, {"name": "None", "value": "None"}]}}, {"type": "array", "var": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "options": ["neighbor-group-ids"], "help": {"short": "List of Neighbor Group IDs."}, "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "var": "$body.properties.destinations[].name", "options": ["name"], "required": true, "help": {"short": "Destination name."}, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkPacketBrokerId", "options": ["npb-id", "network-packet-broker-id"], "required": true, "group": "Properties", "help": {"short": "ARM resource ID of the Network Packet Broker."}}, {"type": "string", "var": "$body.properties.pollingType", "options": ["polling-type"], "group": "Properties", "help": {"short": "Polling type."}, "default": {"value": "Pull"}, "enum": {"items": [{"name": "Pull", "value": "Pull"}, {"name": "Push", "value": "Push"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "destinations", "arg": "$body.properties.destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.destinations[].destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId", "arg": "$body.properties.destinations[].destinationTapRuleId"}, {"type": "string", "name": "destinationType", "arg": "$body.properties.destinations[].destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "arg": "$body.properties.destinations[].isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "arg": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "arg": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "arg": "$body.properties.destinations[].name", "required": true, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "arg": "$body.properties.networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "arg": "$body.properties.pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$body.properties.destinations", "options": ["destinations"], "group": "Properties", "help": {"short": "List of destination properties to send the filter traffic."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationId", "options": ["destination-id"], "help": {"short": "The destination Id. ARM Resource ID of either NNI or Internal Networks."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationTapRuleId", "options": ["destination-tap-rule-id"], "help": {"short": "ARM Resource ID of destination Tap Rule that contains match configurations."}}, {"type": "string", "var": "$body.properties.destinations[].destinationType", "options": ["destination-type"], "help": {"short": "Type of destination. Input can be IsolationDomain or Direct."}, "enum": {"items": [{"name": "Direct", "value": "Direct"}, {"name": "IsolationDomain", "value": "IsolationDomain"}]}}, {"type": "object", "var": "$body.properties.destinations[].isolationDomainProperties", "options": ["isolation-domain-properties"], "help": {"short": "Isolation Domain Properties."}, "args": [{"type": "string", "var": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "options": ["encapsulation"], "help": {"short": "Type of encapsulation."}, "enum": {"items": [{"name": "GRE", "value": "GRE"}, {"name": "None", "value": "None"}]}}, {"type": "array", "var": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "options": ["neighbor-group-ids"], "help": {"short": "List of Neighbor Group IDs."}, "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "var": "$body.properties.destinations[].name", "options": ["name"], "help": {"short": "Destination name."}, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "string", "var": "$body.properties.pollingType", "options": ["polling-type"], "group": "Properties", "help": {"short": "Polling type."}, "enum": {"items": [{"name": "Pull", "value": "Pull"}, {"name": "Push", "value": "Push"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "array", "name": "destinations", "arg": "$body.properties.destinations", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.destinations[].destinationId"}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId", "arg": "$body.properties.destinations[].destinationTapRuleId"}, {"type": "string", "name": "destinationType", "arg": "$body.properties.destinations[].destinationType", "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "arg": "$body.properties.destinations[].isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "arg": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "arg": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "arg": "$body.properties.destinations[].name", "format": {"minLength": 1}}]}}, {"nullable": true, "type": "string", "name": "pollingType", "arg": "$body.properties.pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric tap", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$resource.properties.destinations", "options": ["destinations"], "required": true, "group": "Properties", "help": {"short": "List of destinations to send the filter traffic."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$resource.properties.destinations[].destinationId", "options": ["destination-id"], "required": true, "help": {"short": "The destination Id. ARM Resource ID of either NNI or Internal Networks."}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.destinations[].destinationTapRuleId", "options": ["destination-tap-rule-id"], "help": {"short": "ARM Resource ID of destination Tap Rule that contains match configurations."}}, {"type": "string", "var": "$resource.properties.destinations[].destinationType", "options": ["destination-type"], "required": true, "help": {"short": "Type of destination. Input can be IsolationDomain or Direct."}, "enum": {"items": [{"name": "Direct", "value": "Direct"}, {"name": "IsolationDomain", "value": "IsolationDomain"}]}}, {"type": "object", "var": "$resource.properties.destinations[].isolationDomainProperties", "options": ["isolation-domain-properties"], "help": {"short": "Isolation Domain Properties."}, "args": [{"type": "string", "var": "$resource.properties.destinations[].isolationDomainProperties.encapsulation", "options": ["encapsulation"], "help": {"short": "Type of encapsulation."}, "enum": {"items": [{"name": "GRE", "value": "GRE"}, {"name": "None", "value": "None"}]}}, {"type": "array", "var": "$resource.properties.destinations[].isolationDomainProperties.neighborGroupIds", "options": ["neighbor-group-ids"], "help": {"short": "List of Neighbor Group IDs."}, "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "var": "$resource.properties.destinations[].name", "options": ["name"], "required": true, "help": {"short": "Destination name."}, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkPacketBrokerId", "options": ["npb-id", "network-packet-broker-id"], "required": true, "group": "Properties", "help": {"short": "ARM resource ID of the Network Packet Broker."}}, {"type": "string", "var": "$resource.properties.pollingType", "options": ["polling-type"], "group": "Properties", "help": {"short": "Polling type."}, "default": {"value": "Pull"}, "enum": {"items": [{"name": "Pull", "value": "Pull"}, {"name": "Push", "value": "Push"}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"type": "array", "name": "destinations", "arg": "$resource.properties.destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$resource.properties.destinations[].destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId", "arg": "$resource.properties.destinations[].destinationTapRuleId"}, {"type": "string", "name": "destinationType", "arg": "$resource.properties.destinations[].destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "arg": "$resource.properties.destinations[].isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "arg": "$resource.properties.destinations[].isolationDomainProperties.encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "arg": "$resource.properties.destinations[].isolationDomainProperties.neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "arg": "$resource.properties.destinations[].name", "required": true, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "arg": "$resource.properties.networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "arg": "$resource.properties.pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$properties.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$properties.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$properties.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$properties.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$properties.properties.destinations", "options": ["destinations"], "group": "Properties", "help": {"short": "List of destination properties to send the filter traffic."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$properties.properties.destinations[].destinationId", "options": ["destination-id"], "help": {"short": "The destination Id. ARM Resource ID of either NNI or Internal Networks."}}, {"nullable": true, "type": "ResourceId", "var": "$properties.properties.destinations[].destinationTapRuleId", "options": ["destination-tap-rule-id"], "help": {"short": "ARM Resource ID of destination Tap Rule that contains match configurations."}}, {"type": "string", "var": "$properties.properties.destinations[].destinationType", "options": ["destination-type"], "help": {"short": "Type of destination. Input can be IsolationDomain or Direct."}, "enum": {"items": [{"name": "Direct", "value": "Direct"}, {"name": "IsolationDomain", "value": "IsolationDomain"}]}}, {"type": "object", "var": "$properties.properties.destinations[].isolationDomainProperties", "options": ["isolation-domain-properties"], "help": {"short": "Isolation Domain Properties."}, "args": [{"type": "string", "var": "$properties.properties.destinations[].isolationDomainProperties.encapsulation", "options": ["encapsulation"], "help": {"short": "Type of encapsulation."}, "enum": {"items": [{"name": "GRE", "value": "GRE"}, {"name": "None", "value": "None"}]}}, {"type": "array", "var": "$properties.properties.destinations[].isolationDomainProperties.neighborGroupIds", "options": ["neighbor-group-ids"], "help": {"short": "List of Neighbor Group IDs."}, "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "var": "$properties.properties.destinations[].name", "options": ["name"], "help": {"short": "Destination name."}, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "string", "var": "$properties.properties.pollingType", "options": ["polling-type"], "group": "Properties", "help": {"short": "Polling type."}, "enum": {"items": [{"name": "Pull", "value": "Pull"}, {"name": "Push", "value": "Push"}]}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$properties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$properties.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$properties.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$properties.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "annotation", "arg": "$properties.properties.annotation"}, {"nullable": true, "type": "array", "name": "destinations", "arg": "$properties.properties.destinations", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$properties.properties.destinations[].destinationId"}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId", "arg": "$properties.properties.destinations[].destinationTapRuleId"}, {"type": "string", "name": "destinationType", "arg": "$properties.properties.destinations[].destinationType", "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "arg": "$properties.properties.destinations[].isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "arg": "$properties.properties.destinations[].isolationDomainProperties.encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "arg": "$properties.properties.destinations[].isolationDomainProperties.neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "arg": "$properties.properties.destinations[].name", "format": {"minLength": 1}}]}}, {"nullable": true, "type": "string", "name": "pollingType", "arg": "$properties.properties.pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2025-07-15", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.xml index c69744527..0152a78b2 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2025-07-15.xml @@ -242,23 +242,12 @@ - - - - - - - - - - - - + - + @@ -267,12 +256,12 @@ - + - + @@ -282,49 +271,49 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -333,6 +322,17 @@ + + + + + + + + + + + @@ -354,9 +354,9 @@ - + - + @@ -364,47 +364,47 @@ - + - + - + - + - - + + - - - + + + - - + + - + - + - - + + @@ -412,7 +412,7 @@ - + @@ -584,20 +584,12 @@ - - - - - - - - - + - + @@ -606,12 +598,12 @@ - + - + @@ -621,52 +613,58 @@ - + - + - + - + - + - + - + - + - + - + + + + + + + @@ -689,9 +687,9 @@ - + - + @@ -699,52 +697,52 @@ - + - + - + - - + + - - - + + + - - + + - + - + - + - + @@ -923,19 +921,19 @@ - - + + - + - + @@ -1112,11 +1110,11 @@ - - + + - + @@ -1172,19 +1170,19 @@ - - + + - + - + @@ -1361,11 +1359,11 @@ - - + + - + @@ -1422,7 +1420,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.json new file mode 100644 index 000000000..1af00d034 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric tap", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "array", "var": "$body.properties.destinations", "options": ["destinations"], "required": true, "group": "Properties", "help": {"short": "List of destinations to send the filter traffic."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationId", "options": ["destination-id"], "required": true, "help": {"short": "The destination Id. ARM Resource ID of either NNI or Internal Networks."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationTapRuleId", "options": ["destination-tap-rule-id"], "help": {"short": "ARM Resource ID of destination Tap Rule that contains match configurations."}}, {"type": "string", "var": "$body.properties.destinations[].destinationType", "options": ["destination-type"], "required": true, "help": {"short": "Type of destination. Input can be IsolationDomain or Direct."}, "enum": {"items": [{"name": "Direct", "value": "Direct"}, {"name": "IsolationDomain", "value": "IsolationDomain"}]}}, {"type": "object", "var": "$body.properties.destinations[].isolationDomainProperties", "options": ["isolation-domain-properties"], "help": {"short": "Isolation Domain Properties."}, "args": [{"type": "string", "var": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "options": ["encapsulation"], "help": {"short": "Type of encapsulation."}, "enum": {"items": [{"name": "GRE", "value": "GRE"}, {"name": "None", "value": "None"}]}}, {"type": "array", "var": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "options": ["neighbor-group-ids"], "help": {"short": "List of Neighbor Group IDs."}, "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "var": "$body.properties.destinations[].name", "options": ["name"], "required": true, "help": {"short": "Destination name."}, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkPacketBrokerId", "options": ["npb-id", "network-packet-broker-id"], "required": true, "group": "Properties", "help": {"short": "ARM resource ID of the Network Packet Broker."}}, {"type": "string", "var": "$body.properties.pollingType", "options": ["polling-type"], "group": "Properties", "help": {"short": "Polling type."}, "default": {"value": "Pull"}, "enum": {"items": [{"name": "Pull", "value": "Pull"}, {"name": "Push", "value": "Push"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"type": "array", "name": "destinations", "arg": "$body.properties.destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.destinations[].destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId", "arg": "$body.properties.destinations[].destinationTapRuleId"}, {"type": "string", "name": "destinationType", "arg": "$body.properties.destinations[].destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "arg": "$body.properties.destinations[].isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "arg": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "arg": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "arg": "$body.properties.destinations[].name", "required": true, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "arg": "$body.properties.networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "arg": "$body.properties.pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$body.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "The type of managed identity assigned to this resource."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$body.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The identities assigned to this resource by the user."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"nullable": true, "type": "array", "var": "$body.properties.destinations", "options": ["destinations"], "group": "Properties", "help": {"short": "List of destination properties to send the filter traffic."}, "item": {"type": "object", "args": [{"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationId", "options": ["destination-id"], "help": {"short": "The destination Id. ARM Resource ID of either NNI or Internal Networks."}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.destinations[].destinationTapRuleId", "options": ["destination-tap-rule-id"], "help": {"short": "ARM Resource ID of destination Tap Rule that contains match configurations."}}, {"type": "string", "var": "$body.properties.destinations[].destinationType", "options": ["destination-type"], "help": {"short": "Type of destination. Input can be IsolationDomain or Direct."}, "enum": {"items": [{"name": "Direct", "value": "Direct"}, {"name": "IsolationDomain", "value": "IsolationDomain"}]}}, {"type": "object", "var": "$body.properties.destinations[].isolationDomainProperties", "options": ["isolation-domain-properties"], "help": {"short": "Isolation Domain Properties."}, "args": [{"type": "string", "var": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "options": ["encapsulation"], "help": {"short": "Type of encapsulation."}, "enum": {"items": [{"name": "GRE", "value": "GRE"}, {"name": "None", "value": "None"}]}}, {"type": "array", "var": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "options": ["neighbor-group-ids"], "help": {"short": "List of Neighbor Group IDs."}, "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "var": "$body.properties.destinations[].name", "options": ["name"], "help": {"short": "Destination name."}, "format": {"minLength": 1}}]}}, {"nullable": true, "type": "string", "var": "$body.properties.pollingType", "options": ["polling-type"], "group": "Properties", "help": {"short": "Polling type."}, "enum": {"items": [{"name": "Pull", "value": "Pull"}, {"name": "Push", "value": "Push"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$body.identity.type", "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$body.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"nullable": true, "type": "array", "name": "destinations", "arg": "$body.properties.destinations", "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "arg": "$body.properties.destinations[].destinationId"}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId", "arg": "$body.properties.destinations[].destinationTapRuleId"}, {"type": "string", "name": "destinationType", "arg": "$body.properties.destinations[].destinationType", "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "arg": "$body.properties.destinations[].isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "arg": "$body.properties.destinations[].isolationDomainProperties.encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "arg": "$body.properties.destinations[].isolationDomainProperties.neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "arg": "$body.properties.destinations[].name", "format": {"minLength": 1}}]}}, {"nullable": true, "type": "string", "name": "pollingType", "arg": "$body.properties.pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$body.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Body.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$body.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Body.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "body.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$body.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$body.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "NetworkTaps_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}", "version": "2026-01-15-preview", "subresource": "identity", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["n", "name", "network-tap-name"], "required": true, "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "body", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "NetworkTaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "array", "name": "destinations", "required": true, "item": {"type": "object", "props": [{"nullable": true, "type": "ResourceId", "name": "destinationId", "required": true}, {"nullable": true, "type": "ResourceId", "name": "destinationTapRuleId"}, {"type": "string", "name": "destinationType", "required": true, "enum": {"items": [{"value": "Direct"}, {"value": "IsolationDomain"}]}}, {"type": "object", "name": "isolationDomainProperties", "props": [{"type": "string", "name": "encapsulation", "enum": {"items": [{"value": "GRE"}, {"value": "None"}]}}, {"type": "array", "name": "neighborGroupIds", "item": {"nullable": true, "type": "ResourceId"}}]}, {"type": "string", "name": "name", "required": true, "format": {"minLength": 1}}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"readOnly": true, "type": "array", "name": "networkFabricIds", "item": {"nullable": true, "type": "ResourceId"}}, {"nullable": true, "type": "ResourceId", "name": "networkPacketBrokerId", "required": true}, {"default": {"value": "Pull"}, "type": "string", "name": "pollingType", "enum": {"items": [{"value": "Pull"}, {"value": "Push"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "sourceTapRuleId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "NetworkTap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml new file mode 100644 index 000000000..4a758fd42 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fQ==/2026-01-15-preview.xml @@ -0,0 +1,1621 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json new file mode 100644 index 000000000..5bfd8e7c7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric tap", "commands": [{"name": "update-admin-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml new file mode 100644 index 000000000..3ce41bb20 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS9yZXN5bmM=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS9yZXN5bmM=/2026-01-15-preview.json new file mode 100644 index 000000000..646995250 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS9yZXN5bmM=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfS9yZXN5bmM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric tap", "commands": [{"name": "resync", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networktaps/{}/resync", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvbmV0d29ya1RhcHMve25ldHdvcmtUYXBOYW1lfS9yZXN5bmM=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkTapName", "options": ["resource-name", "network-tap-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Network Tap."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "NetworkTaps_Resync", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTaps/{networkTapName}/resync", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "networkTapName", "arg": "$Path.networkTapName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS9yZXN5bmM=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS9yZXN5bmM=/2026-01-15-preview.xml new file mode 100644 index 000000000..2aaa9e24e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrdGFwcy97fS9yZXN5bmM=/2026-01-15-preview.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.md new file mode 100644 index 000000000..0450d7172 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.managednetworkfabric/routepolicies 2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVz/2026-01-15-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.json index 52f198da9..f7d20beb2 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric routepolicy", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "RoutePolicies_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.addressFamilyType", "options": ["address-family-type"], "group": "Properties", "help": {"short": "AddressFamilyType. This parameter decides whether the given ipv4 or ipv6 route policy."}, "default": {"value": "IPv4"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "default": {"value": "Deny"}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "array", "var": "$body.properties.statements", "options": ["statements"], "required": true, "group": "Properties", "help": {"short": "Route Policy statements."}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.statements[].action", "options": ["action"], "required": true, "help": {"short": "Route policy action properties."}, "args": [{"type": "string", "var": "$body.properties.statements[].action.actionType", "options": ["action-type"], "required": true, "help": {"short": "Action type. Example: Permit | Deny | Continue."}, "enum": {"items": [{"name": "Continue", "value": "Continue"}, {"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties", "options": ["ip-community-properties"], "help": {"short": "IP Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Community IDs."}, "args": [{"type": "array", "var": "@IpCommunityIdList_create.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpCommunityIdList_create"}, {"type": "@IpCommunityIdList_create", "var": "$body.properties.statements[].action.ipCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Community IDs."}}, {"type": "@IpCommunityIdList_create", "var": "$body.properties.statements[].action.ipCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Community IDs."}}]}, {"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties", "options": ["ip-extended-community-properties"], "help": {"short": "IP Extended Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Extended Community IDs."}, "args": [{"type": "array", "var": "@IpExtendedCommunityIdList_create.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_create"}, {"type": "@IpExtendedCommunityIdList_create", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Extended Community IDs."}}, {"type": "@IpExtendedCommunityIdList_create", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Extended Community IDs."}}]}, {"type": "integer64", "var": "$body.properties.statements[].action.localPreference", "options": ["local-preference"], "help": {"short": "Local Preference of the route policy."}, "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "var": "$body.properties.statements[].annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.statements[].condition", "options": ["condition"], "required": true, "help": {"short": "Route policy condition properties."}, "args": [{"type": "array", "var": "$body.properties.statements[].condition.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.statements[].condition.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.statements[].condition.ipPrefixId", "options": ["ip-prefix-id"], "help": {"short": "Arm Resource Id of IpPrefix."}}, {"type": "string", "var": "$body.properties.statements[].condition.type", "options": ["type"], "help": {"short": "Type of the condition used."}, "default": {"value": "Or"}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}]}, {"type": "integer64", "var": "$body.properties.statements[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "RoutePolicies_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "arg": "$body.properties.addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"type": "array", "name": "statements", "arg": "$body.properties.statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.statements[].action", "required": true, "props": [{"type": "string", "name": "actionType", "arg": "$body.properties.statements[].action.actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "arg": "$body.properties.statements[].action.ipCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipCommunityProperties.add", "props": [{"type": "array", "name": "ipCommunityIds", "arg": "@IpCommunityIdList_create.ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_create"}, {"type": "@IpCommunityIdList_create", "name": "delete", "arg": "$body.properties.statements[].action.ipCommunityProperties.delete"}, {"type": "@IpCommunityIdList_create", "name": "set", "arg": "$body.properties.statements[].action.ipCommunityProperties.set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "arg": "@IpExtendedCommunityIdList_create.ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_create"}, {"type": "@IpExtendedCommunityIdList_create", "name": "delete", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete"}, {"type": "@IpExtendedCommunityIdList_create", "name": "set", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.set"}]}, {"type": "integer64", "name": "localPreference", "arg": "$body.properties.statements[].action.localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation", "arg": "$body.properties.statements[].annotation"}, {"type": "object", "name": "condition", "arg": "$body.properties.statements[].condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "arg": "$body.properties.statements[].condition.ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "arg": "$body.properties.statements[].condition.ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId", "arg": "$body.properties.statements[].condition.ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "arg": "$body.properties.statements[].condition.type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.statements[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.statements", "options": ["statements"], "group": "Properties", "help": {"short": "Route Policy statements."}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.statements[].action", "options": ["action"], "required": true, "help": {"short": "Route policy action properties."}, "args": [{"type": "string", "var": "$body.properties.statements[].action.actionType", "options": ["action-type"], "required": true, "help": {"short": "Action type. Example: Permit | Deny | Continue."}, "enum": {"items": [{"name": "Continue", "value": "Continue"}, {"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties", "options": ["ip-community-properties"], "help": {"short": "IP Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Community IDs."}, "args": [{"type": "array", "var": "@IpCommunityIdList_update.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpCommunityIdList_update"}, {"type": "@IpCommunityIdList_update", "var": "$body.properties.statements[].action.ipCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Community IDs."}}, {"type": "@IpCommunityIdList_update", "var": "$body.properties.statements[].action.ipCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Community IDs."}}]}, {"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties", "options": ["ip-extended-community-properties"], "help": {"short": "IP Extended Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Extended Community IDs."}, "args": [{"type": "array", "var": "@IpExtendedCommunityIdList_update.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_update"}, {"type": "@IpExtendedCommunityIdList_update", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Extended Community IDs."}}, {"type": "@IpExtendedCommunityIdList_update", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Extended Community IDs."}}]}, {"type": "integer64", "var": "$body.properties.statements[].action.localPreference", "options": ["local-preference"], "help": {"short": "Local Preference of the route policy."}, "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "var": "$body.properties.statements[].annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.statements[].condition", "options": ["condition"], "required": true, "help": {"short": "Route policy condition properties."}, "args": [{"type": "array", "var": "$body.properties.statements[].condition.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.statements[].condition.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.statements[].condition.ipPrefixId", "options": ["ip-prefix-id"], "help": {"short": "Arm Resource Id of IpPrefix."}}, {"type": "string", "var": "$body.properties.statements[].condition.type", "options": ["type"], "help": {"short": "Type of the condition used."}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}]}, {"type": "integer64", "var": "$body.properties.statements[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "array", "name": "statements", "arg": "$body.properties.statements", "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.statements[].action", "required": true, "props": [{"type": "string", "name": "actionType", "arg": "$body.properties.statements[].action.actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "arg": "$body.properties.statements[].action.ipCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipCommunityProperties.add", "props": [{"type": "array", "name": "ipCommunityIds", "arg": "@IpCommunityIdList_update.ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_update"}, {"type": "@IpCommunityIdList_update", "name": "delete", "arg": "$body.properties.statements[].action.ipCommunityProperties.delete"}, {"type": "@IpCommunityIdList_update", "name": "set", "arg": "$body.properties.statements[].action.ipCommunityProperties.set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "arg": "@IpExtendedCommunityIdList_update.ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_update"}, {"type": "@IpExtendedCommunityIdList_update", "name": "delete", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete"}, {"type": "@IpExtendedCommunityIdList_update", "name": "set", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.set"}]}, {"type": "integer64", "name": "localPreference", "arg": "$body.properties.statements[].action.localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation", "arg": "$body.properties.statements[].annotation"}, {"type": "object", "name": "condition", "arg": "$body.properties.statements[].condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "arg": "$body.properties.statements[].condition.ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "arg": "$body.properties.statements[].condition.ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId", "arg": "$body.properties.statements[].condition.ipPrefixId"}, {"type": "string", "name": "type", "arg": "$body.properties.statements[].condition.type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.statements[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "commandGroups": [{"name": "networkfabric routepolicy", "commands": [{"name": "show", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "RoutePolicies_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$resource.properties.addressFamilyType", "options": ["address-family-type"], "group": "Properties", "help": {"short": "AddressFamilyType. This parameter decides whether the given ipv4 or ipv6 route policy."}, "default": {"value": "IPv4"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "string", "var": "$resource.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$resource.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "default": {"value": "Deny"}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "ResourceId", "var": "$resource.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "array", "var": "$resource.properties.statements", "options": ["statements"], "required": true, "group": "Properties", "help": {"short": "Route Policy statements."}, "item": {"type": "object", "args": [{"type": "object", "var": "$resource.properties.statements[].action", "options": ["action"], "required": true, "help": {"short": "Route policy action properties."}, "args": [{"type": "string", "var": "$resource.properties.statements[].action.actionType", "options": ["action-type"], "required": true, "help": {"short": "Action type. Example: Permit | Deny | Continue."}, "enum": {"items": [{"name": "Continue", "value": "Continue"}, {"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "object", "var": "$resource.properties.statements[].action.ipCommunityProperties", "options": ["ip-community-properties"], "help": {"short": "IP Community Properties."}, "args": [{"type": "object", "var": "$resource.properties.statements[].action.ipCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Community IDs."}, "args": [{"type": "array", "var": "@IpCommunityIdList_create.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpCommunityIdList_create"}, {"type": "@IpCommunityIdList_create", "var": "$resource.properties.statements[].action.ipCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Community IDs."}}, {"type": "@IpCommunityIdList_create", "var": "$resource.properties.statements[].action.ipCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Community IDs."}}]}, {"type": "object", "var": "$resource.properties.statements[].action.ipExtendedCommunityProperties", "options": ["ip-extended-community-properties"], "help": {"short": "IP Extended Community Properties."}, "args": [{"type": "object", "var": "$resource.properties.statements[].action.ipExtendedCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Extended Community IDs."}, "args": [{"type": "array", "var": "@IpExtendedCommunityIdList_create.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_create"}, {"type": "@IpExtendedCommunityIdList_create", "var": "$resource.properties.statements[].action.ipExtendedCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Extended Community IDs."}}, {"type": "@IpExtendedCommunityIdList_create", "var": "$resource.properties.statements[].action.ipExtendedCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Extended Community IDs."}}]}, {"type": "integer64", "var": "$resource.properties.statements[].action.localPreference", "options": ["local-preference"], "help": {"short": "Local Preference of the route policy."}, "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "var": "$resource.properties.statements[].annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$resource.properties.statements[].condition", "options": ["condition"], "required": true, "help": {"short": "Route policy condition properties."}, "args": [{"type": "array", "var": "$resource.properties.statements[].condition.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}, {"type": "array", "var": "$resource.properties.statements[].condition.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.statements[].condition.ipPrefixId", "options": ["ip-prefix-id"], "help": {"short": "Arm Resource Id of IpPrefix."}}, {"type": "string", "var": "$resource.properties.statements[].condition.type", "options": ["type"], "help": {"short": "Type of the condition used."}, "default": {"value": "Or"}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}]}, {"type": "integer64", "var": "$resource.properties.statements[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "RoutePolicies_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "arg": "$resource.properties.addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "annotation", "arg": "$resource.properties.annotation"}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "arg": "$resource.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$resource.properties.networkFabricId", "required": true}, {"type": "array", "name": "statements", "arg": "$resource.properties.statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$resource.properties.statements[].action", "required": true, "props": [{"type": "string", "name": "actionType", "arg": "$resource.properties.statements[].action.actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "arg": "$resource.properties.statements[].action.ipCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$resource.properties.statements[].action.ipCommunityProperties.add", "props": [{"type": "array", "name": "ipCommunityIds", "arg": "@IpCommunityIdList_create.ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_create"}, {"type": "@IpCommunityIdList_create", "name": "delete", "arg": "$resource.properties.statements[].action.ipCommunityProperties.delete"}, {"type": "@IpCommunityIdList_create", "name": "set", "arg": "$resource.properties.statements[].action.ipCommunityProperties.set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "arg": "$resource.properties.statements[].action.ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$resource.properties.statements[].action.ipExtendedCommunityProperties.add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "arg": "@IpExtendedCommunityIdList_create.ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_create"}, {"type": "@IpExtendedCommunityIdList_create", "name": "delete", "arg": "$resource.properties.statements[].action.ipExtendedCommunityProperties.delete"}, {"type": "@IpExtendedCommunityIdList_create", "name": "set", "arg": "$resource.properties.statements[].action.ipExtendedCommunityProperties.set"}]}, {"type": "integer64", "name": "localPreference", "arg": "$resource.properties.statements[].action.localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation", "arg": "$resource.properties.statements[].annotation"}, {"type": "object", "name": "condition", "arg": "$resource.properties.statements[].condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "arg": "$resource.properties.statements[].condition.ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "arg": "$resource.properties.statements[].condition.ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId", "arg": "$resource.properties.statements[].condition.ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "arg": "$resource.properties.statements[].condition.type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "arg": "$resource.properties.statements[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-07-15", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2025-07-15", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNS0wNy0xNQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$properties.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "array", "var": "$properties.properties.statements", "options": ["statements"], "group": "Properties", "help": {"short": "Route Policy statements."}, "item": {"type": "object", "args": [{"type": "object", "var": "$properties.properties.statements[].action", "options": ["action"], "required": true, "help": {"short": "Route policy action properties."}, "args": [{"type": "string", "var": "$properties.properties.statements[].action.actionType", "options": ["action-type"], "required": true, "help": {"short": "Action type. Example: Permit | Deny | Continue."}, "enum": {"items": [{"name": "Continue", "value": "Continue"}, {"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "object", "var": "$properties.properties.statements[].action.ipCommunityProperties", "options": ["ip-community-properties"], "help": {"short": "IP Community Properties."}, "args": [{"type": "object", "var": "$properties.properties.statements[].action.ipCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Community IDs."}, "args": [{"type": "array", "var": "@IpCommunityIdList_update.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpCommunityIdList_update"}, {"type": "@IpCommunityIdList_update", "var": "$properties.properties.statements[].action.ipCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Community IDs."}}, {"type": "@IpCommunityIdList_update", "var": "$properties.properties.statements[].action.ipCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Community IDs."}}]}, {"type": "object", "var": "$properties.properties.statements[].action.ipExtendedCommunityProperties", "options": ["ip-extended-community-properties"], "help": {"short": "IP Extended Community Properties."}, "args": [{"type": "object", "var": "$properties.properties.statements[].action.ipExtendedCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Extended Community IDs."}, "args": [{"type": "array", "var": "@IpExtendedCommunityIdList_update.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_update"}, {"type": "@IpExtendedCommunityIdList_update", "var": "$properties.properties.statements[].action.ipExtendedCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Extended Community IDs."}}, {"type": "@IpExtendedCommunityIdList_update", "var": "$properties.properties.statements[].action.ipExtendedCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Extended Community IDs."}}]}, {"type": "integer64", "var": "$properties.properties.statements[].action.localPreference", "options": ["local-preference"], "help": {"short": "Local Preference of the route policy."}, "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "var": "$properties.properties.statements[].annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$properties.properties.statements[].condition", "options": ["condition"], "required": true, "help": {"short": "Route policy condition properties."}, "args": [{"type": "array", "var": "$properties.properties.statements[].condition.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}, {"type": "array", "var": "$properties.properties.statements[].condition.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}, {"type": "string", "var": "$properties.properties.statements[].condition.ipPrefixId", "options": ["ip-prefix-id"], "help": {"short": "Arm Resource Id of IpPrefix."}}, {"type": "string", "var": "$properties.properties.statements[].condition.type", "options": ["type"], "help": {"short": "Type of the condition used."}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}]}, {"type": "integer64", "var": "$properties.properties.statements[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-07-15"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "properties", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "defaultAction", "arg": "$properties.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "array", "name": "statements", "arg": "$properties.properties.statements", "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$properties.properties.statements[].action", "required": true, "props": [{"type": "string", "name": "actionType", "arg": "$properties.properties.statements[].action.actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "arg": "$properties.properties.statements[].action.ipCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$properties.properties.statements[].action.ipCommunityProperties.add", "props": [{"type": "array", "name": "ipCommunityIds", "arg": "@IpCommunityIdList_update.ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_update"}, {"type": "@IpCommunityIdList_update", "name": "delete", "arg": "$properties.properties.statements[].action.ipCommunityProperties.delete"}, {"type": "@IpCommunityIdList_update", "name": "set", "arg": "$properties.properties.statements[].action.ipCommunityProperties.set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "arg": "$properties.properties.statements[].action.ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$properties.properties.statements[].action.ipExtendedCommunityProperties.add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "arg": "@IpExtendedCommunityIdList_update.ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_update"}, {"type": "@IpExtendedCommunityIdList_update", "name": "delete", "arg": "$properties.properties.statements[].action.ipExtendedCommunityProperties.delete"}, {"type": "@IpExtendedCommunityIdList_update", "name": "set", "arg": "$properties.properties.statements[].action.ipExtendedCommunityProperties.set"}]}, {"type": "integer64", "name": "localPreference", "arg": "$properties.properties.statements[].action.localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation", "arg": "$properties.properties.statements[].annotation"}, {"type": "object", "name": "condition", "arg": "$properties.properties.statements[].condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "arg": "$properties.properties.statements[].condition.ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "arg": "$properties.properties.statements[].condition.ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId", "arg": "$properties.properties.statements[].condition.ipPrefixId"}, {"type": "string", "name": "type", "arg": "$properties.properties.statements[].condition.type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "arg": "$properties.properties.statements[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$properties.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.xml index 548f4a1ed..5dd80f98a 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2025-07-15.xml @@ -253,19 +253,8 @@ - - - - - - - - - - - - + @@ -273,10 +262,10 @@ - + - + @@ -284,15 +273,15 @@ - + - + - + - + @@ -300,60 +289,60 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -362,13 +351,24 @@ - + + + + + + + + + + + + @@ -390,67 +390,67 @@ - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - - + + + - + - - + + @@ -458,13 +458,13 @@ - + - + @@ -647,28 +647,20 @@ - - - - - - - - - + - + - + - + @@ -676,60 +668,60 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -737,12 +729,18 @@ - + + + + + + + @@ -765,69 +763,69 @@ - + - + - + - - + + - - + + - - + + - - + + - - + + - + - - - + + + - + - - + + - + - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.json new file mode 100644 index 000000000..27b0ab68a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric routepolicy", "commands": [{"name": "show", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "RoutePolicies_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": ""}, {"name": "create", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "ResourceLocation", "var": "$body.location", "options": ["l", "location"], "required": true, "group": "Body", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$body.properties.addressFamilyType", "options": ["address-family-type"], "group": "Properties", "help": {"short": "AddressFamilyType. This parameter decides whether the given ipv4 or ipv6 route policy."}, "default": {"value": "IPv4"}, "enum": {"items": [{"name": "IPv4", "value": "IPv4"}, {"name": "IPv6", "value": "IPv6"}]}}, {"type": "string", "var": "$body.properties.annotation", "options": ["annotation"], "group": "Properties", "help": {"short": "Switch configuration description."}}, {"type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "default": {"value": "Deny"}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "ResourceId", "var": "$body.properties.networkFabricId", "options": ["nf-id", "network-fabric-id"], "required": true, "group": "Properties", "help": {"short": "ARM Resource ID of the Network Fabric."}}, {"type": "array", "var": "$body.properties.statements", "options": ["statements"], "required": true, "group": "Properties", "help": {"short": "Route Policy statements."}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.statements[].action", "options": ["action"], "required": true, "help": {"short": "Route policy action properties."}, "args": [{"type": "string", "var": "$body.properties.statements[].action.actionType", "options": ["action-type"], "required": true, "help": {"short": "Action type. Example: Permit | Deny | Continue."}, "enum": {"items": [{"name": "Continue", "value": "Continue"}, {"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties", "options": ["ip-community-properties"], "help": {"short": "IP Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Community IDs."}, "args": [{"type": "array", "var": "@IpCommunityIdList_create.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpCommunityIdList_create"}, {"type": "@IpCommunityIdList_create", "var": "$body.properties.statements[].action.ipCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Community IDs."}}, {"type": "@IpCommunityIdList_create", "var": "$body.properties.statements[].action.ipCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Community IDs."}}]}, {"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties", "options": ["ip-extended-community-properties"], "help": {"short": "IP Extended Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Extended Community IDs."}, "args": [{"type": "array", "var": "@IpExtendedCommunityIdList_create.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_create"}, {"type": "@IpExtendedCommunityIdList_create", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Extended Community IDs."}}, {"type": "@IpExtendedCommunityIdList_create", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Extended Community IDs."}}]}, {"type": "integer64", "var": "$body.properties.statements[].action.localPreference", "options": ["local-preference"], "help": {"short": "Local Preference of the route policy."}, "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "var": "$body.properties.statements[].annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.statements[].condition", "options": ["condition"], "required": true, "help": {"short": "Route policy condition properties."}, "args": [{"type": "array", "var": "$body.properties.statements[].condition.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.statements[].condition.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.statements[].condition.ipPrefixId", "options": ["ip-prefix-id"], "help": {"short": "Arm Resource Id of IpPrefix."}}, {"type": "string", "var": "$body.properties.statements[].condition.type", "options": ["type"], "help": {"short": "Type of the condition used."}, "default": {"value": "Or"}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}]}, {"type": "integer64", "var": "$body.properties.statements[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "RoutePolicies_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$body.location", "required": true}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "arg": "$body.properties.addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"type": "string", "name": "annotation", "arg": "$body.properties.annotation"}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "arg": "$body.properties.networkFabricId", "required": true}, {"type": "array", "name": "statements", "arg": "$body.properties.statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.statements[].action", "required": true, "props": [{"type": "string", "name": "actionType", "arg": "$body.properties.statements[].action.actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "arg": "$body.properties.statements[].action.ipCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipCommunityProperties.add", "props": [{"type": "array", "name": "ipCommunityIds", "arg": "@IpCommunityIdList_create.ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_create"}, {"type": "@IpCommunityIdList_create", "name": "delete", "arg": "$body.properties.statements[].action.ipCommunityProperties.delete"}, {"type": "@IpCommunityIdList_create", "name": "set", "arg": "$body.properties.statements[].action.ipCommunityProperties.set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "arg": "@IpExtendedCommunityIdList_create.ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_create"}, {"type": "@IpExtendedCommunityIdList_create", "name": "delete", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete"}, {"type": "@IpExtendedCommunityIdList_create", "name": "set", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.set"}]}, {"type": "integer64", "name": "localPreference", "arg": "$body.properties.statements[].action.localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation", "arg": "$body.properties.statements[].annotation"}, {"type": "object", "name": "condition", "arg": "$body.properties.statements[].condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "arg": "$body.properties.statements[].condition.ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "arg": "$body.properties.statements[].condition.ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId", "arg": "$body.properties.statements[].condition.ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "arg": "$body.properties.statements[].condition.type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.statements[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfQ==/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "object", "var": "$body.tags", "options": ["tags"], "group": "Body", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$body.properties.defaultAction", "options": ["default-action"], "group": "Properties", "help": {"short": "Default action that needs to be applied when no condition is matched. Example: Permit | Deny."}, "enum": {"items": [{"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"nullable": true, "type": "array", "var": "$body.properties.statements", "options": ["statements"], "group": "Properties", "help": {"short": "Route Policy statements."}, "item": {"type": "object", "args": [{"type": "object", "var": "$body.properties.statements[].action", "options": ["action"], "required": true, "help": {"short": "Route policy action properties."}, "args": [{"type": "string", "var": "$body.properties.statements[].action.actionType", "options": ["action-type"], "required": true, "help": {"short": "Action type. Example: Permit | Deny | Continue."}, "enum": {"items": [{"name": "Continue", "value": "Continue"}, {"name": "Deny", "value": "Deny"}, {"name": "Permit", "value": "Permit"}]}}, {"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties", "options": ["ip-community-properties"], "help": {"short": "IP Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Community IDs."}, "args": [{"type": "array", "var": "@IpCommunityIdList_update.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpCommunityIdList_update"}, {"type": "@IpCommunityIdList_update", "var": "$body.properties.statements[].action.ipCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Community IDs."}}, {"type": "@IpCommunityIdList_update", "var": "$body.properties.statements[].action.ipCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Community IDs."}}]}, {"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties", "options": ["ip-extended-community-properties"], "help": {"short": "IP Extended Community Properties."}, "args": [{"type": "object", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "options": ["add"], "help": {"short": "List of IP Extended Community IDs."}, "args": [{"type": "array", "var": "@IpExtendedCommunityIdList_update.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_update"}, {"type": "@IpExtendedCommunityIdList_update", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete", "options": ["delete"], "help": {"short": "List of IP Extended Community IDs."}}, {"type": "@IpExtendedCommunityIdList_update", "var": "$body.properties.statements[].action.ipExtendedCommunityProperties.set", "options": ["set"], "help": {"short": "List of IP Extended Community IDs."}}]}, {"type": "integer64", "var": "$body.properties.statements[].action.localPreference", "options": ["local-preference"], "help": {"short": "Local Preference of the route policy."}, "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "var": "$body.properties.statements[].annotation", "options": ["annotation"], "help": {"short": "Switch configuration description."}}, {"type": "object", "var": "$body.properties.statements[].condition", "options": ["condition"], "required": true, "help": {"short": "Route policy condition properties."}, "args": [{"type": "array", "var": "$body.properties.statements[].condition.ipCommunityIds", "options": ["ip-community-ids"], "help": {"short": "List of IP Community resource IDs."}, "item": {"type": "string"}}, {"type": "array", "var": "$body.properties.statements[].condition.ipExtendedCommunityIds", "options": ["ip-extended-community-ids"], "help": {"short": "List of IP Extended Community resource IDs."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.properties.statements[].condition.ipPrefixId", "options": ["ip-prefix-id"], "help": {"short": "Arm Resource Id of IpPrefix."}}, {"type": "string", "var": "$body.properties.statements[].condition.type", "options": ["type"], "help": {"short": "Type of the condition used."}, "enum": {"items": [{"name": "And", "value": "And"}, {"name": "Or", "value": "Or"}]}}]}, {"type": "integer64", "var": "$body.properties.statements[].sequenceNumber", "options": ["sequence-number"], "required": true, "help": {"short": "Sequence to insert to/delete from existing route."}, "format": {"maximum": 4294967295, "minimum": 1}}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"nullable": true, "type": "string", "name": "defaultAction", "arg": "$body.properties.defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"nullable": true, "type": "array", "name": "statements", "arg": "$body.properties.statements", "item": {"type": "object", "props": [{"type": "object", "name": "action", "arg": "$body.properties.statements[].action", "required": true, "props": [{"type": "string", "name": "actionType", "arg": "$body.properties.statements[].action.actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "arg": "$body.properties.statements[].action.ipCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipCommunityProperties.add", "props": [{"type": "array", "name": "ipCommunityIds", "arg": "@IpCommunityIdList_update.ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_update"}, {"type": "@IpCommunityIdList_update", "name": "delete", "arg": "$body.properties.statements[].action.ipCommunityProperties.delete"}, {"type": "@IpCommunityIdList_update", "name": "set", "arg": "$body.properties.statements[].action.ipCommunityProperties.set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "arg": "@IpExtendedCommunityIdList_update.ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_update"}, {"type": "@IpExtendedCommunityIdList_update", "name": "delete", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.delete"}, {"type": "@IpExtendedCommunityIdList_update", "name": "set", "arg": "$body.properties.statements[].action.ipExtendedCommunityProperties.set"}]}, {"type": "integer64", "name": "localPreference", "arg": "$body.properties.statements[].action.localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation", "arg": "$body.properties.statements[].annotation"}, {"type": "object", "name": "condition", "arg": "$body.properties.statements[].condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "arg": "$body.properties.statements[].condition.ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "arg": "$body.properties.statements[].condition.ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId", "arg": "$body.properties.statements[].condition.ipPrefixId"}, {"type": "string", "name": "type", "arg": "$body.properties.statements[].condition.type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "arg": "$body.properties.statements[].sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$body.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"default": {"value": "IPv4"}, "type": "string", "name": "addressFamilyType", "enum": {"items": [{"value": "IPv4"}, {"value": "IPv6"}]}}, {"readOnly": true, "type": "string", "name": "administrativeState", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}, {"value": "EnabledDegraded"}, {"value": "MAT"}, {"value": "RMA"}, {"value": "UnderMaintenance"}]}}, {"type": "string", "name": "annotation"}, {"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"default": {"value": "Deny"}, "type": "string", "name": "defaultAction", "enum": {"items": [{"value": "Deny"}, {"value": "Permit"}]}}, {"readOnly": true, "type": "object", "name": "lastOperation", "props": [{"readOnly": true, "type": "string", "name": "details"}]}, {"nullable": true, "type": "ResourceId", "name": "networkFabricId", "required": true}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "array", "name": "statements", "required": true, "item": {"type": "object", "props": [{"type": "object", "name": "action", "required": true, "props": [{"type": "string", "name": "actionType", "required": true, "enum": {"items": [{"value": "Continue"}, {"value": "Deny"}, {"value": "Permit"}]}}, {"type": "object", "name": "ipCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}], "cls": "IpCommunityIdList_read"}, {"type": "@IpCommunityIdList_read", "name": "delete"}, {"type": "@IpCommunityIdList_read", "name": "set"}]}, {"type": "object", "name": "ipExtendedCommunityProperties", "props": [{"type": "object", "name": "add", "props": [{"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}], "cls": "IpExtendedCommunityIdList_read"}, {"type": "@IpExtendedCommunityIdList_read", "name": "delete"}, {"type": "@IpExtendedCommunityIdList_read", "name": "set"}]}, {"type": "integer64", "name": "localPreference", "format": {"maximum": 4294967295, "minimum": 0}}]}, {"type": "string", "name": "annotation"}, {"type": "object", "name": "condition", "required": true, "props": [{"type": "array", "name": "ipCommunityIds", "item": {"type": "string"}}, {"type": "array", "name": "ipExtendedCommunityIds", "item": {"type": "string"}}, {"type": "string", "name": "ipPrefixId"}, {"default": {"value": "Or"}, "type": "string", "name": "type", "enum": {"items": [{"value": "And"}, {"value": "Or"}]}}]}, {"type": "integer64", "name": "sequenceNumber", "required": true, "format": {"maximum": 4294967295, "minimum": 1}}]}, "identifiers": ["sequenceNumber"]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.xml new file mode 100644 index 000000000..87d36967a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9/2026-01-15-preview.xml @@ -0,0 +1,1019 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L2NvbW1pdGNvbmZpZ3VyYXRpb24=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L2NvbW1pdGNvbmZpZ3VyYXRpb24=/2026-01-15-preview.json new file mode 100644 index 000000000..caa09bd9f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L2NvbW1pdGNvbmZpZ3VyYXRpb24=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfS9jb21taXRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric routepolicy", "commands": [{"name": "commit-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}/commitconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfS9jb21taXRDb25maWd1cmF0aW9u/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name", "route-policy-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_CommitConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}/commitConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L2NvbW1pdGNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L2NvbW1pdGNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml new file mode 100644 index 000000000..1da2d30d4 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L2NvbW1pdGNvbmZpZ3VyYXRpb24=/2026-01-15-preview.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3VwZGF0ZWFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3VwZGF0ZWFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json new file mode 100644 index 000000000..ddd10ae9a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3VwZGF0ZWFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric routepolicy", "commands": [{"name": "update-administrative-state", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}/updateadministrativestate", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfS91cGRhdGVBZG1pbmlzdHJhdGl2ZVN0YXRl/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name", "route-policy-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Body", "args": [{"type": "array", "var": "$body.resourceIds", "options": ["resource-ids"], "group": "Body", "help": {"short": "Network Fabrics or Network Rack resource Id."}, "item": {"type": "string"}}, {"type": "string", "var": "$body.state", "options": ["state"], "group": "Body", "help": {"short": "Administrative state."}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "UnderMaintenance", "value": "UnderMaintenance"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_UpdateAdministrativeState", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}/updateAdministrativeState", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "body", "required": true, "props": [{"type": "array", "name": "resourceIds", "arg": "$body.resourceIds", "item": {"type": "string"}}, {"type": "string", "name": "state", "arg": "$body.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "UnderMaintenance"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"type": "array", "name": "failedResources", "item": {"nullable": true, "type": "ResourceId"}}, {"type": "array", "name": "successfulResources", "item": {"nullable": true, "type": "ResourceId"}}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3VwZGF0ZWFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3VwZGF0ZWFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml new file mode 100644 index 000000000..660b127a2 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3VwZGF0ZWFkbWluaXN0cmF0aXZlc3RhdGU=/2026-01-15-preview.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3ZhbGlkYXRlY29uZmlndXJhdGlvbg==/2026-01-15-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3ZhbGlkYXRlY29uZmlndXJhdGlvbg==/2026-01-15-preview.json new file mode 100644 index 000000000..c0e271ef4 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3ZhbGlkYXRlY29uZmlndXJhdGlvbg==/2026-01-15-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfS92YWxpZGF0ZUNvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "commandGroups": [{"name": "networkfabric routepolicy", "commands": [{"name": "validate-configuration", "version": "2026-01-15-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/routepolicies/{}/validateconfiguration", "version": "2026-01-15-preview", "swagger": "mgmt-plane/managednetworkfabric/ResourceProviders/Microsoft.ManagedNetworkFabric/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlZE5ldHdvcmtGYWJyaWMvcm91dGVQb2xpY2llcy97cm91dGVQb2xpY3lOYW1lfS92YWxpZGF0ZUNvbmZpZ3VyYXRpb24=/V/MjAyNi0wMS0xNS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.routePolicyName", "options": ["resource-name", "route-policy-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name of the Route Policy."}, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "RoutePolicies_ValidateConfiguration", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/routePolicies/{routePolicyName}/validateConfiguration", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "routePolicyName", "arg": "$Path.routePolicyName", "required": true, "format": {"pattern": "^[a-zA-Z]{1}[a-zA-Z0-9-_]{2,127}$"}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2026-01-15-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info", "additionalProps": {"readOnly": true, "item": {"type": "any"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"nullable": true, "type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array", "name": "operations", "item": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "@ErrorDetail_read", "name": "error"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}, {"type": "float64", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "configurationState", "enum": {"items": [{"value": "Accepted"}, {"value": "CommitRollbackFailed"}, {"value": "CommitStageFailed"}, {"value": "CommitStaged"}, {"value": "DeferredControl"}, {"value": "Deprovisioned"}, {"value": "Deprovisioning"}, {"value": "ErrorDeprovisioning"}, {"value": "ErrorProvisioning"}, {"value": "Failed"}, {"value": "PendingAdministrativeUpdate"}, {"value": "PendingCommit"}, {"value": "Provisioned"}, {"value": "Provisioning"}, {"value": "Rejected"}, {"value": "Succeeded"}]}}, {"type": "string", "name": "url"}]}, {"readOnly": true, "nullable": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3ZhbGlkYXRlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3ZhbGlkYXRlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml new file mode 100644 index 000000000..2cf205bef --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9yb3V0ZXBvbGljaWVzL3t9L3ZhbGlkYXRlY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+