From 01b76087a92903ed54e1fcae993b37d081129a44 Mon Sep 17 00:00:00 2001 From: Hong Ma Date: Wed, 16 Oct 2024 10:31:53 -0700 Subject: [PATCH] update help --- .../arc-multicloud/_generate-aws-template.md | 2 + .../public-cloud-connector/_create.md | 9 +- .../public-cloud-connector/_delete.md | 4 +- .../public-cloud-connector/_list.md | 4 +- .../public-cloud-connector/_show.md | 4 +- .../_test-permission.md | 4 +- .../public-cloud-connector/_update.md | 4 +- .../public-cloud-connector/readme.md | 4 +- Commands/arc-multicloud/readme.md | 10 ++- .../solution-configuration/_create.md | 2 + .../solution-configuration/_delete.md | 2 + .../solution-configuration/_list.md | 2 + .../solution-configuration/_show.md | 2 + .../solution-configuration/_sync-now.md | 2 + .../solution-configuration/_update.md | 2 + .../solution-configuration/readme.md | 4 +- .../arc-multicloud/solution-type/_list.md | 4 +- .../arc-multicloud/solution-type/_show.md | 4 +- .../arc-multicloud/solution-type/readme.md | 4 +- Commands/readme.md | 2 +- Commands/tree.json | 87 ++++++++++++++++--- .../2024-12-01.json | 2 +- .../2024-12-01.xml | 2 +- .../2024-12-01.json | 2 +- .../2024-12-01.xml | 2 +- .../2024-12-01.json | 2 +- .../2024-12-01.xml | 6 +- .../2024-12-01.json | 2 +- .../2024-12-01.xml | 2 +- .../2024-12-01.json | 2 +- .../2024-12-01.xml | 2 +- .../2024-12-01.json | 2 +- .../2024-12-01.xml | 2 +- 33 files changed, 148 insertions(+), 42 deletions(-) diff --git a/Commands/arc-multicloud/_generate-aws-template.md b/Commands/arc-multicloud/_generate-aws-template.md index 4b5697772..8400a4e46 100644 --- a/Commands/arc-multicloud/_generate-aws-template.md +++ b/Commands/arc-multicloud/_generate-aws-template.md @@ -2,6 +2,8 @@ Retrieve AWS Cloud Formation template +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.xml) **Stable** diff --git a/Commands/arc-multicloud/public-cloud-connector/_create.md b/Commands/arc-multicloud/public-cloud-connector/_create.md index 4ed884c39..f2b59abda 100644 --- a/Commands/arc-multicloud/public-cloud-connector/_create.md +++ b/Commands/arc-multicloud/public-cloud-connector/_create.md @@ -2,6 +2,8 @@ Create a PublicCloudConnector +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml) **Stable** @@ -12,5 +14,10 @@ Create a PublicCloudConnector - PublicCloudConnectors_CreateOrUpdate ```bash - arc-multicloud public-cloud-connector create --resource-group rgpublicCloud --name myConnector--aws-cloud-profile "{account-id:123456789123,excluded-accounts:[123456789124,123456789125],is-organizational-account:True}" --host-type AWS --tags "{a:b}" --location eastus + arc-multicloud public-cloud-connector create --resource-group multiCloudRG --name awsConnector --aws-cloud-profile "{account-id:123456789123,excluded-accounts:[123456789124,123456789125],is-organizational-account:True}" --host-type AWS --tags "{a:b}" --location eastus + ``` + +- PublicCloudConnectors_CreateOrUpdate + ```bash + arc-multicloud public-cloud-connector create --resource-group multiCloudRG --name awsConnector --aws-cloud-profile account-id=123456789123 is-organizational-account=false --host-type AWS --tags a=b --location eastus ``` diff --git a/Commands/arc-multicloud/public-cloud-connector/_delete.md b/Commands/arc-multicloud/public-cloud-connector/_delete.md index ab791c371..f7d9af3d8 100644 --- a/Commands/arc-multicloud/public-cloud-connector/_delete.md +++ b/Commands/arc-multicloud/public-cloud-connector/_delete.md @@ -2,6 +2,8 @@ Delete a PublicCloudConnector +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml) **Stable** @@ -12,5 +14,5 @@ Delete a PublicCloudConnector - PublicCloudConnectors_Delete ```bash - arc-multicloud public-cloud-connector delete --resource-group rgpublicCloud --name myConnector + arc-multicloud public-cloud-connector delete --resource-group multiCloudRG --name awsConnector ``` diff --git a/Commands/arc-multicloud/public-cloud-connector/_list.md b/Commands/arc-multicloud/public-cloud-connector/_list.md index d8bac4cf4..8b9f21ccd 100644 --- a/Commands/arc-multicloud/public-cloud-connector/_list.md +++ b/Commands/arc-multicloud/public-cloud-connector/_list.md @@ -2,6 +2,8 @@ List PublicCloudConnector resources within the current subscription, and limit to the specified resource group if one is provided. +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3Jz/2024-12-01.xml) **Stable** @@ -13,5 +15,5 @@ List PublicCloudConnector resources within the current subscription, and limit t - PublicCloudConnectors_ListBySubscription ```bash - arc-multicloud public-cloud-connector list --resource-group rgpublicCloud + arc-multicloud public-cloud-connector list --resource-group multiCloudRG ``` diff --git a/Commands/arc-multicloud/public-cloud-connector/_show.md b/Commands/arc-multicloud/public-cloud-connector/_show.md index 6c2940383..5cc6d8f35 100644 --- a/Commands/arc-multicloud/public-cloud-connector/_show.md +++ b/Commands/arc-multicloud/public-cloud-connector/_show.md @@ -2,6 +2,8 @@ Get a PublicCloudConnector +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml) **Stable** @@ -12,5 +14,5 @@ Get a PublicCloudConnector - publicCloudConnectors_Get ```bash - arc-multicloud public-cloud-connector show --resource-group rgpublicCloud --name myConnector + arc-multicloud public-cloud-connector show --resource-group multiCloudRG --name awsConnector ``` diff --git a/Commands/arc-multicloud/public-cloud-connector/_test-permission.md b/Commands/arc-multicloud/public-cloud-connector/_test-permission.md index 940351e45..43c779fd0 100644 --- a/Commands/arc-multicloud/public-cloud-connector/_test-permission.md +++ b/Commands/arc-multicloud/public-cloud-connector/_test-permission.md @@ -2,6 +2,8 @@ A long-running resource action. +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.xml) **Stable** @@ -12,5 +14,5 @@ A long-running resource action. - PublicCloudConnectors_TestPermissions ```bash - arc-multicloud public-cloud-connector test-permission --resource-group rgpublicCloud --name myConnector + arc-multicloud public-cloud-connector test-permission --resource-group multiCloudRG --name awsConnector ``` diff --git a/Commands/arc-multicloud/public-cloud-connector/_update.md b/Commands/arc-multicloud/public-cloud-connector/_update.md index 51b3c0524..e5cace762 100644 --- a/Commands/arc-multicloud/public-cloud-connector/_update.md +++ b/Commands/arc-multicloud/public-cloud-connector/_update.md @@ -2,6 +2,8 @@ Update a PublicCloudConnector +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml) **Stable** @@ -12,5 +14,5 @@ Update a PublicCloudConnector - publicCloudConnectors_Update ```bash - arc-multicloud public-cloud-connector update --resource-group rgpublicCloud --name myConnector --aws-cloud-profile "{excluded-accounts:[123456789123,123456789124]}" --tags "{}" + arc-multicloud public-cloud-connector update --resource-group multiCloudRG --name awsConnector --aws-cloud-profile "{excluded-accounts:[123456789123,123456789124]}" --tags "{}" ``` diff --git a/Commands/arc-multicloud/public-cloud-connector/readme.md b/Commands/arc-multicloud/public-cloud-connector/readme.md index 65da41a1a..c2aeab992 100644 --- a/Commands/arc-multicloud/public-cloud-connector/readme.md +++ b/Commands/arc-multicloud/public-cloud-connector/readme.md @@ -1,6 +1,8 @@ # [Group] _arc-multicloud public-cloud-connector_ -commands for multicloudConnector +Commands for multicloudConnector + +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest ## Commands diff --git a/Commands/arc-multicloud/readme.md b/Commands/arc-multicloud/readme.md index d7251251d..53af0d922 100644 --- a/Commands/arc-multicloud/readme.md +++ b/Commands/arc-multicloud/readme.md @@ -1,17 +1,19 @@ # [Group] _arc-multicloud_ -commands for arc-multicloud +Commands for arc-multicloud + +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest ## Subgroups - [public-cloud-connector](/Commands/arc-multicloud/public-cloud-connector/readme.md) -: commands for multicloudConnector +: Commands for multicloudConnector - [solution-configuration](/Commands/arc-multicloud/solution-configuration/readme.md) -: commands for solution-configuration +: Commands for solution-configuration - [solution-type](/Commands/arc-multicloud/solution-type/readme.md) -: commands for solution-type +: Commands for solution-type ## Commands diff --git a/Commands/arc-multicloud/solution-configuration/_create.md b/Commands/arc-multicloud/solution-configuration/_create.md index 68a1855f0..0f46bff36 100644 --- a/Commands/arc-multicloud/solution-configuration/_create.md +++ b/Commands/arc-multicloud/solution-configuration/_create.md @@ -2,6 +2,8 @@ Create a SolutionConfiguration +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml) **Stable** diff --git a/Commands/arc-multicloud/solution-configuration/_delete.md b/Commands/arc-multicloud/solution-configuration/_delete.md index 79299285f..e097ca7b3 100644 --- a/Commands/arc-multicloud/solution-configuration/_delete.md +++ b/Commands/arc-multicloud/solution-configuration/_delete.md @@ -2,6 +2,8 @@ Delete a SolutionConfiguration +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml) **Stable** diff --git a/Commands/arc-multicloud/solution-configuration/_list.md b/Commands/arc-multicloud/solution-configuration/_list.md index ae1e80470..e69160643 100644 --- a/Commands/arc-multicloud/solution-configuration/_list.md +++ b/Commands/arc-multicloud/solution-configuration/_list.md @@ -2,6 +2,8 @@ List SolutionConfiguration resources by parent public cloud connector +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucw==/2024-12-01.xml) **Stable** diff --git a/Commands/arc-multicloud/solution-configuration/_show.md b/Commands/arc-multicloud/solution-configuration/_show.md index fdf063dcc..de1b5c8b4 100644 --- a/Commands/arc-multicloud/solution-configuration/_show.md +++ b/Commands/arc-multicloud/solution-configuration/_show.md @@ -2,6 +2,8 @@ Get a SolutionConfiguration +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml) **Stable** diff --git a/Commands/arc-multicloud/solution-configuration/_sync-now.md b/Commands/arc-multicloud/solution-configuration/_sync-now.md index d80456ab7..0ec2dd02e 100644 --- a/Commands/arc-multicloud/solution-configuration/_sync-now.md +++ b/Commands/arc-multicloud/solution-configuration/_sync-now.md @@ -2,6 +2,8 @@ Trigger immediate sync with source cloud +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.xml) **Stable** diff --git a/Commands/arc-multicloud/solution-configuration/_update.md b/Commands/arc-multicloud/solution-configuration/_update.md index 2b166b63a..a20cb4d26 100644 --- a/Commands/arc-multicloud/solution-configuration/_update.md +++ b/Commands/arc-multicloud/solution-configuration/_update.md @@ -2,6 +2,8 @@ Update a SolutionConfiguration +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml) **Stable** diff --git a/Commands/arc-multicloud/solution-configuration/readme.md b/Commands/arc-multicloud/solution-configuration/readme.md index 7948e94e2..2d8b09608 100644 --- a/Commands/arc-multicloud/solution-configuration/readme.md +++ b/Commands/arc-multicloud/solution-configuration/readme.md @@ -1,6 +1,8 @@ # [Group] _arc-multicloud solution-configuration_ -commands for solution-configuration +Commands for solution-configuration + +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest ## Commands diff --git a/Commands/arc-multicloud/solution-type/_list.md b/Commands/arc-multicloud/solution-type/_list.md index 89f323ab0..30e15f234 100644 --- a/Commands/arc-multicloud/solution-type/_list.md +++ b/Commands/arc-multicloud/solution-type/_list.md @@ -2,6 +2,8 @@ List SolutionTypeResource within the current subscription, and limit to the specified resource group if one is provided. +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcw==/2024-12-01.xml) **Stable** @@ -13,5 +15,5 @@ List SolutionTypeResource within the current subscription, and limit to the spec - SolutionTypes_ListBySubscription ```bash - arc-multicloud solution-type list --resource-group rgpublicCloud --subscription 2c60e476-6048-5ff0-9635-373175a378d9 + arc-multicloud solution-type list --resource-group multiCloudRG --subscription 2c60e476-6048-5ff0-9635-373175a378d9 ``` diff --git a/Commands/arc-multicloud/solution-type/_show.md b/Commands/arc-multicloud/solution-type/_show.md index 4459a7a1f..846a706b9 100644 --- a/Commands/arc-multicloud/solution-type/_show.md +++ b/Commands/arc-multicloud/solution-type/_show.md @@ -2,6 +2,8 @@ Get a SolutionTypeResource +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest + ## Versions ### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.xml) **Stable** @@ -12,5 +14,5 @@ Get a SolutionTypeResource - SolutionTypes_Get ```bash - arc-multicloud solution-type show --resource-group rgpublicCloud --name "Microsoft.AssetManagement" + arc-multicloud solution-type show --resource-group multiCloudRG --name "Microsoft.AssetManagement" ``` diff --git a/Commands/arc-multicloud/solution-type/readme.md b/Commands/arc-multicloud/solution-type/readme.md index bf730d68e..a4544f412 100644 --- a/Commands/arc-multicloud/solution-type/readme.md +++ b/Commands/arc-multicloud/solution-type/readme.md @@ -1,6 +1,8 @@ # [Group] _arc-multicloud solution-type_ -commands for solution-type +Commands for solution-type + +For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest ## Commands diff --git a/Commands/readme.md b/Commands/readme.md index e91078da2..7f1ff2f86 100644 --- a/Commands/readme.md +++ b/Commands/readme.md @@ -27,7 +27,7 @@ : Manage Azure Arc Machines. - [arc-multicloud](/Commands/arc-multicloud/readme.md) -: commands for arc-multicloud +: Commands for arc-multicloud - [astronomer](/Commands/astronomer/readme.md) : Manage Azure Astronomer resources. diff --git a/Commands/tree.json b/Commands/tree.json index dcf5eb76f..65db25ac5 100644 --- a/Commands/tree.json +++ b/Commands/tree.json @@ -7752,6 +7752,9 @@ "commands": { "create": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Create a PublicCloudConnector" }, "names": [ @@ -7764,7 +7767,13 @@ "examples": [ { "commands": [ - "arc-multicloud public-cloud-connector create --resource-group rgpublicCloud --name myConnector--aws-cloud-profile \"{account-id:123456789123,excluded-accounts:[123456789124,123456789125],is-organizational-account:True}\" --host-type AWS --tags \"{a:b}\" --location eastus" + "arc-multicloud public-cloud-connector create --resource-group multiCloudRG --name awsConnector --aws-cloud-profile \"{account-id:123456789123,excluded-accounts:[123456789124,123456789125],is-organizational-account:True}\" --host-type AWS --tags \"{a:b}\" --location eastus" + ], + "name": "PublicCloudConnectors_CreateOrUpdate" + }, + { + "commands": [ + "arc-multicloud public-cloud-connector create --resource-group multiCloudRG --name awsConnector --aws-cloud-profile account-id=123456789123 is-organizational-account=false --host-type AWS --tags a=b --location eastus" ], "name": "PublicCloudConnectors_CreateOrUpdate" } @@ -7782,6 +7791,9 @@ }, "delete": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Delete a PublicCloudConnector" }, "names": [ @@ -7794,7 +7806,7 @@ "examples": [ { "commands": [ - "arc-multicloud public-cloud-connector delete --resource-group rgpublicCloud --name myConnector" + "arc-multicloud public-cloud-connector delete --resource-group multiCloudRG --name awsConnector" ], "name": "PublicCloudConnectors_Delete" } @@ -7812,6 +7824,9 @@ }, "list": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "List PublicCloudConnector resources within the current subscription, and limit to the specified resource group if one is provided." }, "names": [ @@ -7824,7 +7839,7 @@ "examples": [ { "commands": [ - "arc-multicloud public-cloud-connector list --resource-group rgpublicCloud" + "arc-multicloud public-cloud-connector list --resource-group multiCloudRG" ], "name": "PublicCloudConnectors_ListBySubscription" } @@ -7847,6 +7862,9 @@ }, "show": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Get a PublicCloudConnector" }, "names": [ @@ -7859,7 +7877,7 @@ "examples": [ { "commands": [ - "arc-multicloud public-cloud-connector show --resource-group rgpublicCloud --name myConnector" + "arc-multicloud public-cloud-connector show --resource-group multiCloudRG --name awsConnector" ], "name": "publicCloudConnectors_Get" } @@ -7877,6 +7895,9 @@ }, "test-permission": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "A long-running resource action." }, "names": [ @@ -7889,7 +7910,7 @@ "examples": [ { "commands": [ - "arc-multicloud public-cloud-connector test-permission --resource-group rgpublicCloud --name myConnector" + "arc-multicloud public-cloud-connector test-permission --resource-group multiCloudRG --name awsConnector" ], "name": "PublicCloudConnectors_TestPermissions" } @@ -7907,6 +7928,9 @@ }, "update": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Update a PublicCloudConnector" }, "names": [ @@ -7919,7 +7943,7 @@ "examples": [ { "commands": [ - "arc-multicloud public-cloud-connector update --resource-group rgpublicCloud --name myConnector --aws-cloud-profile \"{excluded-accounts:[123456789123,123456789124]}\" --tags \"{}\"" + "arc-multicloud public-cloud-connector update --resource-group multiCloudRG --name awsConnector --aws-cloud-profile \"{excluded-accounts:[123456789123,123456789124]}\" --tags \"{}\"" ], "name": "publicCloudConnectors_Update" } @@ -7937,7 +7961,10 @@ } }, "help": { - "short": "commands for multicloudConnector" + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], + "short": "Commands for multicloudConnector" }, "names": [ "arc-multicloud", @@ -7948,6 +7975,9 @@ "commands": { "create": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Create a SolutionConfiguration" }, "names": [ @@ -7984,6 +8014,9 @@ }, "delete": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Delete a SolutionConfiguration" }, "names": [ @@ -8014,6 +8047,9 @@ }, "list": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "List SolutionConfiguration resources by parent public cloud connector" }, "names": [ @@ -8044,6 +8080,9 @@ }, "show": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Get a SolutionConfiguration" }, "names": [ @@ -8074,6 +8113,9 @@ }, "sync-now": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Trigger immediate sync with source cloud" }, "names": [ @@ -8104,6 +8146,9 @@ }, "update": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Update a SolutionConfiguration" }, "names": [ @@ -8134,7 +8179,10 @@ } }, "help": { - "short": "commands for solution-configuration" + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], + "short": "Commands for solution-configuration" }, "names": [ "arc-multicloud", @@ -8145,6 +8193,9 @@ "commands": { "list": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "List SolutionTypeResource within the current subscription, and limit to the specified resource group if one is provided." }, "names": [ @@ -8157,7 +8208,7 @@ "examples": [ { "commands": [ - "arc-multicloud solution-type list --resource-group rgpublicCloud --subscription 2c60e476-6048-5ff0-9635-373175a378d9" + "arc-multicloud solution-type list --resource-group multiCloudRG --subscription 2c60e476-6048-5ff0-9635-373175a378d9" ], "name": "SolutionTypes_ListBySubscription" } @@ -8180,6 +8231,9 @@ }, "show": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Get a SolutionTypeResource" }, "names": [ @@ -8192,7 +8246,7 @@ "examples": [ { "commands": [ - "arc-multicloud solution-type show --resource-group rgpublicCloud --name \"Microsoft.AssetManagement\"" + "arc-multicloud solution-type show --resource-group multiCloudRG --name \"Microsoft.AssetManagement\"" ], "name": "SolutionTypes_Get" } @@ -8210,7 +8264,10 @@ } }, "help": { - "short": "commands for solution-type" + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], + "short": "Commands for solution-type" }, "names": [ "arc-multicloud", @@ -8221,6 +8278,9 @@ "commands": { "generate-aws-template": { "help": { + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], "short": "Retrieve AWS Cloud Formation template" }, "names": [ @@ -8250,7 +8310,10 @@ } }, "help": { - "short": "commands for arc-multicloud" + "lines": [ + "For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest" + ], + "short": "Commands for arc-multicloud" }, "names": [ "arc-multicloud" diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.json index dea054d47..63f84e675 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.hybridconnectivity/generateawstemplate", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lkh5YnJpZENvbm5lY3Rpdml0eS9nZW5lcmF0ZUF3c1RlbXBsYXRl/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud", "commands": [{"name": "generate-aws-template", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.hybridconnectivity/generateawstemplate", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lkh5YnJpZENvbm5lY3Rpdml0eS9nZW5lcmF0ZUF3c1RlbXBsYXRl/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "GenerateAwsTemplateRequest", "args": [{"type": "string", "var": "$generateAwsTemplateRequest.connectorId", "options": ["connector-id"], "required": true, "group": "GenerateAwsTemplateRequest", "help": {"short": "The fully qualified Azure Resource manager identifier of the public cloud connector"}}, {"type": "array", "var": "$generateAwsTemplateRequest.solutionTypes", "options": ["solution-types"], "hide": true, "group": "GenerateAwsTemplateRequest", "help": {"short": "The list of solution types and their settings"}, "item": {"type": "object", "args": [{"type": "object", "var": "$generateAwsTemplateRequest.solutionTypes[].solutionSettings", "options": ["solution-settings"], "help": {"short": "Solution settings"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "var": "$generateAwsTemplateRequest.solutionTypes[].solutionType", "options": ["solution-type"], "required": true, "help": {"short": "The type of the solution"}}]}}]}], "operations": [{"operationId": "GenerateAwsTemplate_Post", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.HybridConnectivity/generateAwsTemplate", "request": {"method": "post", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "generateAwsTemplateRequest", "required": true, "props": [{"type": "string", "name": "connectorId", "arg": "$generateAwsTemplateRequest.connectorId", "required": true}, {"type": "array", "name": "solutionTypes", "arg": "$generateAwsTemplateRequest.solutionTypes", "item": {"type": "object", "props": [{"type": "object", "name": "solutionSettings", "arg": "$generateAwsTemplateRequest.solutionTypes[].solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "arg": "$generateAwsTemplateRequest.solutionTypes[].solutionType", "required": true}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "additionalProps": {"anyType": true}}}}}, {"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/{}/providers/microsoft.hybridconnectivity/generateawstemplate", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lkh5YnJpZENvbm5lY3Rpdml0eS9nZW5lcmF0ZUF3c1RlbXBsYXRl/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud", "commands": [{"name": "generate-aws-template", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.hybridconnectivity/generateawstemplate", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lkh5YnJpZENvbm5lY3Rpdml0eS9nZW5lcmF0ZUF3c1RlbXBsYXRl/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "GenerateAwsTemplateRequest", "args": [{"type": "string", "var": "$generateAwsTemplateRequest.connectorId", "options": ["connector-id"], "required": true, "group": "GenerateAwsTemplateRequest", "help": {"short": "The fully qualified Azure Resource manager identifier of the public cloud connector"}}, {"type": "array", "var": "$generateAwsTemplateRequest.solutionTypes", "options": ["solution-types"], "hide": true, "group": "GenerateAwsTemplateRequest", "help": {"short": "The list of solution types and their settings"}, "item": {"type": "object", "args": [{"type": "object", "var": "$generateAwsTemplateRequest.solutionTypes[].solutionSettings", "options": ["solution-settings"], "help": {"short": "Solution settings"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "var": "$generateAwsTemplateRequest.solutionTypes[].solutionType", "options": ["solution-type"], "required": true, "help": {"short": "The type of the solution"}}]}}]}], "operations": [{"operationId": "GenerateAwsTemplate_Post", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.HybridConnectivity/generateAwsTemplate", "request": {"method": "post", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "generateAwsTemplateRequest", "required": true, "props": [{"type": "string", "name": "connectorId", "arg": "$generateAwsTemplateRequest.connectorId", "required": true}, {"type": "array", "name": "solutionTypes", "arg": "$generateAwsTemplateRequest.solutionTypes", "item": {"type": "object", "props": [{"type": "object", "name": "solutionSettings", "arg": "$generateAwsTemplateRequest.solutionTypes[].solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "arg": "$generateAwsTemplateRequest.solutionTypes[].solutionType", "required": true}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "additionalProps": {"anyType": true}}}}}, {"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/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.xml index fcd726677..151fecf4c 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvZ2VuZXJhdGVhd3N0ZW1wbGF0ZQ==/2024-12-01.xml @@ -2,7 +2,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.json index 684949f42..d85a76394 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/solutiontypes/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3NvbHV0aW9uVHlwZXMve3NvbHV0aW9uVHlwZX0=/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud solution-type", "commands": [{"name": "show", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/solutiontypes/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3NvbHV0aW9uVHlwZXMve3NvbHV0aW9uVHlwZX0=/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.solutionType", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the Solution Type resource"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SolutionTypes_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/solutionTypes/{solutionType}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "solutionType", "arg": "$Path.solutionType", "required": true}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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.HybridConnectivity/solutionTypes/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "description"}, {"type": "array", "name": "solutionSettings", "item": {"type": "object", "props": [{"type": "array", "name": "allowedValues", "required": true, "item": {"type": "string"}}, {"type": "string", "name": "defaultValue", "required": true}, {"type": "string", "name": "description", "required": true}, {"type": "string", "name": "displayName", "required": true}, {"type": "string", "name": "name", "required": true}, {"type": "string", "name": "type", "required": true}]}}, {"type": "string", "name": "solutionType"}, {"type": "array", "name": "supportedAzureRegions", "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/solutiontypes/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3NvbHV0aW9uVHlwZXMve3NvbHV0aW9uVHlwZX0=/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud solution-type", "commands": [{"name": "show", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/solutiontypes/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3NvbHV0aW9uVHlwZXMve3NvbHV0aW9uVHlwZX0=/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.solutionType", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the Solution Type resource"}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SolutionTypes_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/solutionTypes/{solutionType}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "solutionType", "arg": "$Path.solutionType", "required": true}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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.HybridConnectivity/solutionTypes/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "description"}, {"type": "array", "name": "solutionSettings", "item": {"type": "object", "props": [{"type": "array", "name": "allowedValues", "required": true, "item": {"type": "string"}}, {"type": "string", "name": "defaultValue", "required": true}, {"type": "string", "name": "description", "required": true}, {"type": "string", "name": "displayName", "required": true}, {"type": "string", "name": "name", "required": true}, {"type": "string", "name": "type", "required": true}]}}, {"type": "string", "name": "solutionType"}, {"type": "array", "name": "supportedAzureRegions", "item": {"type": "string"}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.xml index 86be2b9e1..c325fc573 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb250eXBlcy97fQ==/2024-12-01.xml @@ -2,7 +2,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.json index de4298b28..1b5e5b1c3 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud public-cloud-connector", "commands": [{"name": "show", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connector name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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": "PublicCloudConnectors_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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.HybridConnectivity/publicCloudConnectors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount"}]}, {"readOnly": true, "type": "string", "name": "connectorPrimaryIdentifier"}, {"type": "string", "name": "hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "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": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connector name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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": "PublicCloudConnectors_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connector name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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.awsCloudProfile", "options": ["aws-cloud-profile"], "group": "Properties", "help": {"short": "Cloud profile for AWS."}, "args": [{"type": "string", "var": "$resource.properties.awsCloudProfile.accountId", "options": ["account-id"], "required": true, "help": {"short": "Account id for the AWS account."}}, {"type": "array", "var": "$resource.properties.awsCloudProfile.excludedAccounts", "options": ["excluded-accounts"], "help": {"short": "List of AWS accounts which need to be excluded."}, "item": {"type": "string"}}, {"type": "boolean", "var": "$resource.properties.awsCloudProfile.isOrganizationalAccount", "options": ["is-organizational-account"], "help": {"short": "Boolean value that indicates whether the account is organizational or not. True represents organization account, whereas false represents a single account."}, "default": {"value": false}}]}, {"type": "string", "var": "$resource.properties.hostType", "options": ["host-type"], "group": "Properties", "help": {"short": "Host cloud the public cloud connector."}, "enum": {"items": [{"name": "AWS", "value": "AWS"}]}}]}, {"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": "PublicCloudConnectors_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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", "props": [{"type": "object", "name": "awsCloudProfile", "arg": "$resource.properties.awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "arg": "$resource.properties.awsCloudProfile.accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "arg": "$resource.properties.awsCloudProfile.excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount", "arg": "$resource.properties.awsCloudProfile.isOrganizationalAccount"}]}, {"type": "string", "name": "hostType", "arg": "$resource.properties.hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}]}, {"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.HybridConnectivity/publicCloudConnectors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount"}]}, {"readOnly": true, "type": "string", "name": "connectorPrimaryIdentifier"}, {"type": "string", "name": "hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "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": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connectors name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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.properties.awsCloudProfile", "options": ["aws-cloud-profile"], "group": "Properties", "help": {"short": "Cloud profile for AWS."}, "args": [{"type": "array", "var": "$properties.properties.awsCloudProfile.excludedAccounts", "options": ["excluded-accounts"], "help": {"short": "List of AWS accounts which need to be excluded."}, "item": {"type": "string"}}]}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"operationId": "PublicCloudConnectors_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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": [{"type": "object", "name": "awsCloudProfile", "arg": "$properties.properties.awsCloudProfile", "props": [{"type": "array", "name": "excludedAccounts", "arg": "$properties.properties.awsCloudProfile.excludedAccounts", "item": {"type": "string"}}]}]}, {"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.HybridConnectivity/publicCloudConnectors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount"}]}, {"readOnly": true, "type": "string", "name": "connectorPrimaryIdentifier"}, {"type": "string", "name": "hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "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}]}]}]} \ No newline at end of file +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud public-cloud-connector", "commands": [{"name": "show", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connector name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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": "PublicCloudConnectors_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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.HybridConnectivity/publicCloudConnectors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount"}]}, {"readOnly": true, "type": "string", "name": "connectorPrimaryIdentifier"}, {"type": "string", "name": "hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "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": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connector name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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": "PublicCloudConnectors_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connector name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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.awsCloudProfile", "options": ["aws-cloud-profile"], "group": "Properties", "help": {"short": "Cloud profile for AWS."}, "args": [{"type": "string", "var": "$resource.properties.awsCloudProfile.accountId", "options": ["account-id"], "required": true, "help": {"short": "Account id for the AWS account."}}, {"type": "array", "var": "$resource.properties.awsCloudProfile.excludedAccounts", "options": ["excluded-accounts"], "help": {"short": "List of AWS accounts which need to be excluded."}, "item": {"type": "string"}}, {"type": "boolean", "var": "$resource.properties.awsCloudProfile.isOrganizationalAccount", "options": ["is-organizational-account"], "help": {"short": "Boolean value that indicates whether the account is organizational or not. True represents organization account, whereas false represents a single account."}, "default": {"value": false}}]}, {"type": "string", "var": "$resource.properties.hostType", "options": ["host-type"], "group": "Properties", "help": {"short": "Host cloud the public cloud connector."}, "enum": {"items": [{"name": "AWS", "value": "AWS"}]}}]}, {"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": "PublicCloudConnectors_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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", "props": [{"type": "object", "name": "awsCloudProfile", "arg": "$resource.properties.awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "arg": "$resource.properties.awsCloudProfile.accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "arg": "$resource.properties.awsCloudProfile.excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount", "arg": "$resource.properties.awsCloudProfile.isOrganizationalAccount"}]}, {"type": "string", "name": "hostType", "arg": "$resource.properties.hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}]}, {"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.HybridConnectivity/publicCloudConnectors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount"}]}, {"readOnly": true, "type": "string", "name": "connectorPrimaryIdentifier"}, {"type": "string", "name": "hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "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": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connectors name."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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.properties.awsCloudProfile", "options": ["aws-cloud-profile"], "group": "Properties", "help": {"short": "Cloud profile for AWS."}, "args": [{"type": "array", "var": "$properties.properties.awsCloudProfile.excludedAccounts", "options": ["excluded-accounts"], "help": {"short": "List of AWS accounts which need to be excluded."}, "item": {"type": "string"}}]}, {"type": "object", "var": "$properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"operationId": "PublicCloudConnectors_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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": [{"type": "object", "name": "awsCloudProfile", "arg": "$properties.properties.awsCloudProfile", "props": [{"type": "array", "name": "excludedAccounts", "arg": "$properties.properties.awsCloudProfile.excludedAccounts", "item": {"type": "string"}}]}]}, {"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.HybridConnectivity/publicCloudConnectors/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "awsCloudProfile", "required": true, "props": [{"type": "string", "name": "accountId", "required": true}, {"type": "array", "name": "excludedAccounts", "item": {"type": "string"}}, {"default": {"value": false}, "type": "boolean", "name": "isOrganizationalAccount"}]}, {"readOnly": true, "type": "string", "name": "connectorPrimaryIdentifier"}, {"type": "string", "name": "hostType", "required": true, "enum": {"items": [{"value": "AWS"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "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": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml index 041127e1c..691e7ddf3 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9/2024-12-01.xml @@ -2,7 +2,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -315,7 +315,7 @@ - + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.json index 55acd233a..21ef74b31 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.json +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}/testpermissions", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9L3Rlc3RQZXJtaXNzaW9ucw==/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud public-cloud-connector", "commands": [{"name": "test-permission", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}/testpermissions", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9L3Rlc3RQZXJtaXNzaW9ucw==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connectors resource."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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": "PublicCloudConnectors_TestPermissions", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}/testPermissions", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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"}, {"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 +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}/testpermissions", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9L3Rlc3RQZXJtaXNzaW9ucw==/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud public-cloud-connector", "commands": [{"name": "test-permission", "version": "2024-12-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridconnectivity/publiccloudconnectors/{}/testpermissions", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSHlicmlkQ29ubmVjdGl2aXR5L3B1YmxpY0Nsb3VkQ29ubmVjdG9ycy97cHVibGljQ2xvdWRDb25uZWN0b3J9L3Rlc3RQZXJtaXNzaW9ucw==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.publicCloudConnector", "options": ["n", "name"], "required": true, "group": "", "idPart": "name", "help": {"short": "Represent public cloud connectors resource."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "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": "PublicCloudConnectors_TestPermissions", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{publicCloudConnector}/testPermissions", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "publicCloudConnector", "arg": "$Path.publicCloudConnector", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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"}, {"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/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.xml index 9c82e31ec..6f3739d68 100644 --- a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.xml +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvcHVibGljY2xvdWRjb25uZWN0b3JzL3t9L3Rlc3RwZXJtaXNzaW9ucw==/2024-12-01.xml @@ -2,7 +2,7 @@ - + diff --git a/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.json b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.json index f52121006..4a5b0889e 100644 --- a/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.json +++ b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud solution-configuration", "commands": [{"name": "show", "version": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}], "operations": [{"operationId": "SolutionConfigurations_Get", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "dateTime", "name": "lastSyncTime"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "required": true}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "Completed"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "New"}]}}, {"readOnly": true, "type": "string", "name": "statusDetails"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}], "operations": [{"operationId": "SolutionConfigurations_Delete", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$resource.properties.solutionSettings", "options": ["solution-settings"], "group": "Properties", "help": {"short": "Solution settings"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "var": "$resource.properties.solutionType", "options": ["solution-type"], "group": "Properties", "help": {"short": "The type of the solution"}}]}], "operations": [{"operationId": "SolutionConfigurations_CreateOrUpdate", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "object", "name": "solutionSettings", "arg": "$resource.properties.solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "arg": "$resource.properties.solutionType", "required": true}]}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "dateTime", "name": "lastSyncTime"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "required": true}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "Completed"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "New"}]}}, {"readOnly": true, "type": "string", "name": "statusDetails"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$properties.properties.solutionSettings", "options": ["solution-settings"], "group": "Properties", "help": {"short": "Solution settings"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "var": "$properties.properties.solutionType", "options": ["solution-type"], "group": "Properties", "help": {"short": "The type of the solution"}}]}], "operations": [{"operationId": "SolutionConfigurations_Update", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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": [{"type": "object", "name": "solutionSettings", "arg": "$properties.properties.solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "arg": "$properties.properties.solutionType"}]}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "dateTime", "name": "lastSyncTime"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "required": true}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "Completed"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "New"}]}}, {"readOnly": true, "type": "string", "name": "statusDetails"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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 +{"plane": "mgmt-plane", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud solution-configuration", "commands": [{"name": "show", "version": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}], "operations": [{"operationId": "SolutionConfigurations_Get", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "dateTime", "name": "lastSyncTime"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "required": true}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "Completed"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "New"}]}}, {"readOnly": true, "type": "string", "name": "statusDetails"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}], "operations": [{"operationId": "SolutionConfigurations_Delete", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$resource.properties.solutionSettings", "options": ["solution-settings"], "group": "Properties", "help": {"short": "Solution settings"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "var": "$resource.properties.solutionType", "options": ["solution-type"], "group": "Properties", "help": {"short": "The type of the solution"}}]}], "operations": [{"operationId": "SolutionConfigurations_CreateOrUpdate", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "object", "name": "solutionSettings", "arg": "$resource.properties.solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "arg": "$resource.properties.solutionType", "required": true}]}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "dateTime", "name": "lastSyncTime"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "required": true}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "Completed"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "New"}]}}, {"readOnly": true, "type": "string", "name": "statusDetails"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufQ==/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource."}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$properties.properties.solutionSettings", "options": ["solution-settings"], "group": "Properties", "help": {"short": "Solution settings"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "var": "$properties.properties.solutionType", "options": ["solution-type"], "group": "Properties", "help": {"short": "The type of the solution"}}]}], "operations": [{"operationId": "SolutionConfigurations_Update", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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": [{"type": "object", "name": "solutionSettings", "arg": "$properties.properties.solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "arg": "$properties.properties.solutionType"}]}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "dateTime", "name": "lastSyncTime"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "solutionSettings", "additionalProps": {"item": {"type": "string"}}}, {"type": "string", "name": "solutionType", "required": true}, {"readOnly": true, "type": "string", "name": "status", "enum": {"items": [{"value": "Completed"}, {"value": "Failed"}, {"value": "InProgress"}, {"value": "New"}]}}, {"readOnly": true, "type": "string", "name": "statusDetails"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"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/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml index c2c10783a..a21f47f41 100644 --- a/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml +++ b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fQ==/2024-12-01.xml @@ -2,7 +2,7 @@ - + diff --git a/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.json b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.json index 725aa8e4a..03273d6c0 100644 --- a/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.json +++ b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.json @@ -1 +1 @@ -{"plane": "mgmt-plane", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}/syncnow", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufS9zeW5jTm93/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud solution-configuration", "commands": [{"name": "sync-now", "version": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}/syncnow", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufS9zeW5jTm93/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "SolutionConfigurations_SyncNow", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}/syncNow", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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"}, {"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 +{"plane": "mgmt-plane", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}/syncnow", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufS9zeW5jTm93/V/MjAyNC0xMi0wMQ=="}], "commandGroups": [{"name": "arc-multicloud solution-configuration", "commands": [{"name": "sync-now", "version": "2024-12-01", "resources": [{"id": "/{resourceuri}/providers/microsoft.hybridconnectivity/solutionconfigurations/{}/syncnow", "version": "2024-12-01", "swagger": "mgmt-plane/hybridconnectivity/ResourceProviders/Microsoft.HybridConnectivity/Paths/L3tyZXNvdXJjZVVyaX0vcHJvdmlkZXJzL01pY3Jvc29mdC5IeWJyaWRDb25uZWN0aXZpdHkvc29sdXRpb25Db25maWd1cmF0aW9ucy97c29sdXRpb25Db25maWd1cmF0aW9ufS9zeW5jTm93/V/MjAyNC0xMi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.resourceUri", "options": ["connector-id"], "required": true, "group": "", "help": {"short": "The fully qualified Azure Resource manager identifier of the resource."}}, {"type": "string", "var": "$Path.solutionConfiguration", "options": ["n", "name"], "required": true, "group": "", "help": {"short": "Represent Solution Configuration Resource Name"}, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "SolutionConfigurations_SyncNow", "http": {"path": "/{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}/syncNow", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "resourceUri", "arg": "$Path.resourceUri", "required": true, "skipUrlEncoding": true}, {"type": "string", "name": "solutionConfiguration", "arg": "$Path.solutionConfiguration", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]{3,63}$"}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-12-01"}, "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"}, {"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/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.xml b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.xml index 5ca11629b..a648a1782 100644 --- a/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.xml +++ b/Resources/mgmt-plane/L3tyZXNvdXJjZXVyaX0vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb25uZWN0aXZpdHkvc29sdXRpb25jb25maWd1cmF0aW9ucy97fS9zeW5jbm93/2024-12-01.xml @@ -2,7 +2,7 @@ - +