diff --git a/Commands/network/manager/_update.md b/Commands/network/manager/_update.md
index 9c7e5feab..8a5b91dc9 100644
--- a/Commands/network/manager/_update.md
+++ b/Commands/network/manager/_update.md
@@ -7,3 +7,10 @@ Update a Network Manager.
### [2022-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fQ==/2022-01-01.xml) **Stable**
+
+#### examples
+
+- Update Azure Virtual Network Manager
+ ```bash
+ network manager update --name "TestNetworkManager" -l eastus2euap --description "My Test Network Manager" --scope-accesses "SecurityAdmin" "Connectivity" --network-manager-scopes management-groups="/providers/Microsoft.Management/testmg" subscriptions="/subscriptions/00000000-0000-0000-0000-000000000000" --resource-group "rg1"
+ ```
diff --git a/Commands/network/manager/connect-config/_create.md b/Commands/network/manager/connect-config/_create.md
index 0dc451dc3..92c67429c 100644
--- a/Commands/network/manager/connect-config/_create.md
+++ b/Commands/network/manager/connect-config/_create.md
@@ -12,5 +12,5 @@ Create a new network manager connectivity configuration
- Create/Update Azure Virtual Network Manager Connectivity Configuration
```bash
- network manager connect-config create --configuration-name "myTestConnectivityConfig" --description "Sample Configuration" --applies-to-groups group-connectivity="None" is- global=false network-group-id="subscriptions/subscriptionA/resourceGroups/myResourceGroup/pr oviders/Microsoft.Network/networkManagers/testNetworkManager/networkManagerGroups/group1" use-hub-gateway=true --connectivity-topology "HubAndSpoke" --delete-existing-peering true --hub resource-id="subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Micr osoft.Network/virtualNetworks/myTestConnectivityConfig" resource- type="Microsoft.Network/virtualNetworks" --is-global true --network-manager-name "testNetworkManager" --resource-group "myResourceGroup"
+ network manager connect-config create --configuration-name "myTestConnectivityConfig" --description "Sample Configuration" --applies-to-groups group-connectivity="None" is-global=false network-group-id="/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNetworkManager/networkManagerGroups/group1" use-hub-gateway=true --connectivity-topology "HubAndSpoke" --delete-existing-peering true --hub resource-id="subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Micr osoft.Network/virtualNetworks/myTestConnectivityConfig" resource- type="Microsoft.Network/virtualNetworks" --is-global true --network-manager-name "testNetworkManager" --resource-group "myResourceGroup"
```
diff --git a/Commands/network/manager/connection/management-group/_create.md b/Commands/network/manager/connection/management-group/_create.md
index 2e02779f4..2bf763f05 100644
--- a/Commands/network/manager/connection/management-group/_create.md
+++ b/Commands/network/manager/connection/management-group/_create.md
@@ -12,5 +12,5 @@ Create a network manager connection on this management group.
- Create network manager connection management-group
```bash
- network manager connection management-group create --management-group-id "testManagementGroupId" --connection-name "testNetworkManagerConnection" --network-manager "testNetworkManagerId" --description "A sample policy"
+ network manager connection management-group create --management-group-id "testManagementGroupId" --connection-name "testNetworkManagerConnection" --network-manager "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testGroup/providers/Microsoft.Network/networkManagers/testNm" --description "A sample connection."
```
diff --git a/Commands/network/manager/group/static-member/_create.md b/Commands/network/manager/group/static-member/_create.md
index 4f10bb58c..8176cfd5a 100644
--- a/Commands/network/manager/group/static-member/_create.md
+++ b/Commands/network/manager/group/static-member/_create.md
@@ -12,5 +12,5 @@ Create a static member.
- Create network manager group static-member
```bash
- network manager group static-member create --network-group-name "testNetworkManagerGroup" --network-manager-name "testNetworkManager" --resource-group "rg1" --static-member-name "testStaticMember" --resource_id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/ Microsoft.Network/virtualnetworks/virtual_network"
+ network manager group static-member create --network-group-name "testNetworkManagerGroup" --network-manager-name "testNetworkManager" --resource-group "rg1" --static-member-name "testStaticMember" --resource-id "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/ Microsoft.Network/virtualnetworks/virtual_network"
```
diff --git a/Commands/network/manager/group/static-member/_list.md b/Commands/network/manager/group/static-member/_list.md
index e96a490d2..4f705e31e 100644
--- a/Commands/network/manager/group/static-member/_list.md
+++ b/Commands/network/manager/group/static-member/_list.md
@@ -1,6 +1,6 @@
# [Command] _network manager group static-member list_
-List the specified static member.
+List the static members within a specific network group.
## Versions
diff --git a/Commands/network/manager/group/static-member/readme.md b/Commands/network/manager/group/static-member/readme.md
index 554638a7e..cd2f93a1d 100644
--- a/Commands/network/manager/group/static-member/readme.md
+++ b/Commands/network/manager/group/static-member/readme.md
@@ -11,7 +11,7 @@ Manage static members with network manager group.
: Delete a static member.
- [list](/Commands/network/manager/group/static-member/_list.md)
-: List the specified static member.
+: List the static members within a specific network group.
- [show](/Commands/network/manager/group/static-member/_show.md)
: Get the specified static member.
diff --git a/Commands/network/manager/security-admin-config/_delete.md b/Commands/network/manager/security-admin-config/_delete.md
index 5010b8231..82c0cc6ab 100644
--- a/Commands/network/manager/security-admin-config/_delete.md
+++ b/Commands/network/manager/security-admin-config/_delete.md
@@ -12,5 +12,5 @@ Delete a network manager security admin configuration.
- Delete a network manager security admin configuration.
```bash
- network manager security-admin-config delete --configuration-name "myTestSecurityConfig" --network-manager-name "testNetworkManager" --resource-group "rg1" --force
+ network manager security-admin-config delete --configuration-name "myTestSecurityConfig" --network-manager-name "testNetworkManager" --resource-group "rg1" --force n
```
diff --git a/Commands/network/manager/security-admin-config/rule-collection/_create.md b/Commands/network/manager/security-admin-config/rule-collection/_create.md
index 79a4600c9..84f54a6cb 100644
--- a/Commands/network/manager/security-admin-config/rule-collection/_create.md
+++ b/Commands/network/manager/security-admin-config/rule-collection/_create.md
@@ -12,5 +12,5 @@ Create an admin rule collection.
- Create security admin rule collections
```bash
- network manager security-admin-config rule-collection create --configuration-name "myTestSecurityConfig" --network-manager-name "testNetworkManager" -g "rg1" --rule-collection-name "myTestCollection" --description "A sample description" --applies-to-groups network-group-id="/subscriptions/sub_id/resourceGroups/rgid/providers/Microsoft.Network/networkManagers/TestNetworkManager/networkGroups/TestNetworkGroup"
+ network manager security-admin-config rule-collection create --configuration-name "myTestSecurityConfig" --network-manager-name "testNetworkManager" -g "rg1" --rule-collection-name "myTestCollection" --description "A sample description" --applies-to-groups network-group-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/testNetworkGroup"
```
diff --git a/Commands/network/manager/security-admin-config/rule-collection/_update.md b/Commands/network/manager/security-admin-config/rule-collection/_update.md
index ddf9aaf0c..474200a41 100644
--- a/Commands/network/manager/security-admin-config/rule-collection/_update.md
+++ b/Commands/network/manager/security-admin-config/rule-collection/_update.md
@@ -12,5 +12,5 @@ Update an admin rule collection.
- Update security admin rule collection
```bash
- network manager security-admin-config rule-collection update --configuration-name "myTestSecurityConfig" --network-manager-name "testNetworkManager" --resource-group "rg1" --rule-collection-name "myTestCollection"
+ network manager security-admin-config rule-collection update --configuration-name "myTestSecurityConfig" --network-manager-name "testNetworkManager" --resource-group "rg1" --rule-collection-name "myTestCollection" --description "Updated description." --applies-to-groups network-group-id="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/testNetworkGroup"
```
diff --git a/Commands/tree.json b/Commands/tree.json
index 3881aebaa..7bfa73cb5 100644
--- a/Commands/tree.json
+++ b/Commands/tree.json
@@ -52815,7 +52815,7 @@
"examples": [
{
"commands": [
- "network manager connect-config create --configuration-name \"myTestConnectivityConfig\" --description \"Sample Configuration\" --applies-to-groups group-connectivity=\"None\" is- global=false network-group-id=\"subscriptions/subscriptionA/resourceGroups/myResourceGroup/pr oviders/Microsoft.Network/networkManagers/testNetworkManager/networkManagerGroups/group1\" use-hub-gateway=true --connectivity-topology \"HubAndSpoke\" --delete-existing-peering true --hub resource-id=\"subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Micr osoft.Network/virtualNetworks/myTestConnectivityConfig\" resource- type=\"Microsoft.Network/virtualNetworks\" --is-global true --network-manager-name \"testNetworkManager\" --resource-group \"myResourceGroup\""
+ "network manager connect-config create --configuration-name \"myTestConnectivityConfig\" --description \"Sample Configuration\" --applies-to-groups group-connectivity=\"None\" is-global=false network-group-id=\"/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNetworkManager/networkManagerGroups/group1\" use-hub-gateway=true --connectivity-topology \"HubAndSpoke\" --delete-existing-peering true --hub resource-id=\"subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Micr osoft.Network/virtualNetworks/myTestConnectivityConfig\" resource- type=\"Microsoft.Network/virtualNetworks\" --is-global true --network-manager-name \"testNetworkManager\" --resource-group \"myResourceGroup\""
],
"name": "Create/Update Azure Virtual Network Manager Connectivity Configuration"
}
@@ -52977,7 +52977,7 @@
"examples": [
{
"commands": [
- "network manager connection management-group create --management-group-id \"testManagementGroupId\" --connection-name \"testNetworkManagerConnection\" --network-manager \"testNetworkManagerId\" --description \"A sample policy\""
+ "network manager connection management-group create --management-group-id \"testManagementGroupId\" --connection-name \"testNetworkManagerConnection\" --network-manager \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testGroup/providers/Microsoft.Network/networkManagers/testNm\" --description \"A sample connection.\""
],
"name": "Create network manager connection management-group"
}
@@ -53335,7 +53335,7 @@
"examples": [
{
"commands": [
- "network manager group static-member create --network-group-name \"testNetworkManagerGroup\" --network-manager-name \"testNetworkManager\" --resource-group \"rg1\" --static-member-name \"testStaticMember\" --resource_id \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/ Microsoft.Network/virtualnetworks/virtual_network\""
+ "network manager group static-member create --network-group-name \"testNetworkManagerGroup\" --network-manager-name \"testNetworkManager\" --resource-group \"rg1\" --static-member-name \"testStaticMember\" --resource-id \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/ Microsoft.Network/virtualnetworks/virtual_network\""
],
"name": "Create network manager group static-member"
}
@@ -53385,7 +53385,7 @@
},
"list": {
"help": {
- "short": "List the specified static member."
+ "short": "List the static members within a specific network group."
},
"names": [
"network",
@@ -54009,7 +54009,7 @@
"examples": [
{
"commands": [
- "network manager security-admin-config rule-collection create --configuration-name \"myTestSecurityConfig\" --network-manager-name \"testNetworkManager\" -g \"rg1\" --rule-collection-name \"myTestCollection\" --description \"A sample description\" --applies-to-groups network-group-id=\"/subscriptions/sub_id/resourceGroups/rgid/providers/Microsoft.Network/networkManagers/TestNetworkManager/networkGroups/TestNetworkGroup\""
+ "network manager security-admin-config rule-collection create --configuration-name \"myTestSecurityConfig\" --network-manager-name \"testNetworkManager\" -g \"rg1\" --rule-collection-name \"myTestCollection\" --description \"A sample description\" --applies-to-groups network-group-id=\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/testNetworkGroup\""
],
"name": "Create security admin rule collections"
}
@@ -54137,7 +54137,7 @@
"examples": [
{
"commands": [
- "network manager security-admin-config rule-collection update --configuration-name \"myTestSecurityConfig\" --network-manager-name \"testNetworkManager\" --resource-group \"rg1\" --rule-collection-name \"myTestCollection\""
+ "network manager security-admin-config rule-collection update --configuration-name \"myTestSecurityConfig\" --network-manager-name \"testNetworkManager\" --resource-group \"rg1\" --rule-collection-name \"myTestCollection\" --description \"Updated description.\" --applies-to-groups network-group-id=\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager/networkGroups/testNetworkGroup\""
],
"name": "Update security admin rule collection"
}
@@ -54212,7 +54212,7 @@
"examples": [
{
"commands": [
- "network manager security-admin-config delete --configuration-name \"myTestSecurityConfig\" --network-manager-name \"testNetworkManager\" --resource-group \"rg1\" --force"
+ "network manager security-admin-config delete --configuration-name \"myTestSecurityConfig\" --network-manager-name \"testNetworkManager\" --resource-group \"rg1\" --force n"
],
"name": "Delete a network manager security admin configuration."
}
@@ -54649,6 +54649,14 @@
],
"versions": [
{
+ "examples": [
+ {
+ "commands": [
+ "network manager update --name \"TestNetworkManager\" -l eastus2euap --description \"My Test Network Manager\" --scope-accesses \"SecurityAdmin\" \"Connectivity\" --network-manager-scopes management-groups=\"/providers/Microsoft.Management/testmg\" subscriptions=\"/subscriptions/00000000-0000-0000-0000-000000000000\" --resource-group \"rg1\""
+ ],
+ "name": "Update Azure Virtual Network Manager"
+ }
+ ],
"name": "2022-01-01",
"resources": [
{
diff --git a/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.json b/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.json
index d941d7809..4b5ae1abe 100644
--- a/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.json
+++ b/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.json
@@ -1 +1 @@
-{"plane": "mgmt-plane", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "commandGroups": [{"name": "network manager connection management-group", "commands": [{"name": "show", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_Get", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_Delete", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_Get", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, {"operationId": "ManagementGroupNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]}
\ No newline at end of file
+{"plane": "mgmt-plane", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "commandGroups": [{"name": "network manager connection management-group", "commands": [{"name": "show", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_Get", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_Delete", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2022-01-01", "resources": [{"id": "/providers/microsoft.management/managementgroups/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3ttYW5hZ2VtZW50R3JvdXBJZH0vcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbnMve25ldHdvcmtNYW5hZ2VyQ29ubmVjdGlvbk5hbWV9/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.managementGroupId", "options": ["management-group-id"], "required": true, "help": {"short": "The management group Id which uniquely identify the Microsoft Azure management group."}}, {"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "help": {"short": "Name for the network manager connection."}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "hide": true, "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "ManagementGroupNetworkManagerConnections_Get", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, {"operationId": "ManagementGroupNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "managementGroupId", "arg": "$Path.managementGroupId", "required": true}, {"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]}
\ No newline at end of file
diff --git a/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.xml b/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.xml
index 959a1661e..9dcfbe1bd 100644
--- a/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.xml
+++ b/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudC9tYW5hZ2VtZW50Z3JvdXBzL3t9L3Byb3ZpZGVycy9taWNyb3NvZnQubmV0d29yay9uZXR3b3JrbWFuYWdlcmNvbm5lY3Rpb25zL3t9/2022-01-01.xml
@@ -231,7 +231,7 @@
-
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.json
index 91bb2943e..2aab7d240 100644
--- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.json
+++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.json
@@ -1 +1 @@
-{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "commandGroups": [{"name": "network manager connection subscription", "commands": [{"name": "show", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_Delete", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, {"operationId": "SubscriptionNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]}
\ No newline at end of file
+{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "commandGroups": [{"name": "network manager connection subscription", "commands": [{"name": "show", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_Delete", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/networkmanagerconnections/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya01hbmFnZXJDb25uZWN0aW9ucy97bmV0d29ya01hbmFnZXJDb25uZWN0aW9uTmFtZX0=/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.networkManagerConnectionName", "options": ["n", "name", "connection-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Name for the network manager connection."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "A description of the network manager connection."}}, {"nullable": true, "type": "string", "var": "$parameters.properties.networkManagerId", "options": ["network-manager", "network-manager-id"], "hide": true, "group": "Properties", "help": {"short": "Network Manager Id."}}]}], "operations": [{"operationId": "SubscriptionNetworkManagerConnections_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "connectionState", "enum": {"items": [{"value": "Conflict"}, {"value": "Connected"}, {"value": "Pending"}, {"value": "Rejected"}, {"value": "Revoked"}]}}, {"type": "string", "name": "description"}, {"type": "string", "name": "networkManagerId"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description"}, {"type": "string", "name": "networkManagerId", "arg": "$parameters.properties.networkManagerId"}], "clientFlatten": true}], "clientFlatten": true}}}}, {"operationId": "SubscriptionNetworkManagerConnections_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "networkManagerConnectionName", "arg": "$Path.networkManagerConnectionName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@NetworkManagerConnection_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]}
\ No newline at end of file
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.xml
index 683ddc800..3c72006c0 100644
--- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.xml
+++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2VyY29ubmVjdGlvbnMve30=/2022-01-01.xml
@@ -223,7 +223,7 @@
-
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9jb25uZWN0aXZpdHljb25maWd1cmF0aW9ucy97fQ==/2022-01-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9jb25uZWN0aXZpdHljb25maWd1cmF0aW9ucy97fQ==/2022-01-01.json
index 69aa58ed1..9e590b52b 100644
--- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9jb25uZWN0aXZpdHljb25maWd1cmF0aW9ucy97fQ==/2022-01-01.json
+++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9jb25uZWN0aXZpdHljb25maWd1cmF0aW9ucy97fQ==/2022-01-01.json
@@ -1 +1 @@
-{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/connectivityconfigurations/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrTWFuYWdlcnMve25ldHdvcmtNYW5hZ2VyTmFtZX0vY29ubmVjdGl2aXR5Q29uZmlndXJhdGlvbnMve2NvbmZpZ3VyYXRpb25OYW1lfQ==/V/MjAyMi0wMS0wMQ=="}], "commandGroups": [{"name": "network manager connect-config", "commands": [{"name": "show", "version": "2022-01-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/connectivityconfigurations/{}", "version": "2022-01-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrTWFuYWdlcnMve25ldHdvcmtNYW5hZ2VyTmFtZX0vY29ubmVjdGl2aXR5Q29uZmlndXJhdGlvbnMve2NvbmZpZ3VyYXRpb25OYW1lfQ==/V/MjAyMi0wMS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.configurationName", "options": ["configuration-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "The name of the network manager connectivity configuration."}}, {"type": "string", "var": "$Path.networkManagerName", "options": ["n", "name", "network-manager-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the network manager."}}, {"type": "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": "ConnectivityConfigurations_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "configurationName", "arg": "$Path.configurationName", "required": true}, {"type": "string", "name": "networkManagerName", "arg": "$Path.networkManagerName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2022-01-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Network/networkManagers/{}/connectivityConfigurations/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "array