From bc918c5d809ba6012bfc3e027afad134e3385895 Mon Sep 17 00:00:00 2001 From: Harshit Surana Date: Thu, 24 Apr 2025 12:47:12 +0530 Subject: [PATCH 1/3] Initial commit --- src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMDisk.ps1 | 2 +- src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMGuestAgent.ps1 | 4 ++-- src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMNic.ps1 | 2 +- src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMExtension.ps1 | 4 ++-- src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMGuestAgent.ps1 | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMDisk.ps1 b/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMDisk.ps1 index 5d533c74e2ba..5ca288048b62 100644 --- a/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMDisk.ps1 +++ b/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMDisk.ps1 @@ -27,7 +27,7 @@ Get-AzScVmmVMDisk -vmName "test-vm" -ResourceGroupName "test-rg-01" -DiskName "d .Outputs Microsoft.Azure.PowerShell.Cmdlets.ScVmm.Models.VirtualDisk .Link -https://learn.microsoft.com/powershell/module/az.scvmm/update-azscvmmvmdisk +https://learn.microsoft.com/powershell/module/az.scvmm/get-azscvmmvmdisk #> function Get-AzScVmmVMDisk { diff --git a/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMGuestAgent.ps1 b/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMGuestAgent.ps1 index 2f2fd67b9e58..b54891c0190f 100644 --- a/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMGuestAgent.ps1 +++ b/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMGuestAgent.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. .Description -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. .Example Get-AzScVmmVMGuestAgent -Name "test-vm" -ResourceGroupName "test-rg-01" diff --git a/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMNic.ps1 b/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMNic.ps1 index 2e9729edb01b..6f0758b52eb9 100644 --- a/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMNic.ps1 +++ b/src/ScVmm/ScVmm.Autorest/custom/Get-AzScVmmVMNic.ps1 @@ -27,7 +27,7 @@ Get-AzScVmmVMNic -vmName "test-vm" -ResourceGroupName "test-rg-01" -NicName "nic .Outputs Microsoft.Azure.PowerShell.Cmdlets.ScVmm.Models.INetworkInterface .Link -https://learn.microsoft.com/powershell/module/az.scvmm/update-azscvmmvmnic +https://learn.microsoft.com/powershell/module/az.scvmm/get-azscvmmvmnic #> function Get-AzScVmmVMNic { diff --git a/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMExtension.ps1 b/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMExtension.ps1 index 36aa392e3aa8..4440cc86f766 100644 --- a/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMExtension.ps1 +++ b/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMExtension.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. .Description -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. .Example New-AzScVmmVMExtension -vmName 'test-vm' -ResourceGroupName 'test-rg-01' -Location 'eastus' -ExtensionName 'RunCommand' -Type 'CustomScriptExtension' -Publisher 'Microsoft.Compute' -Setting @{"commandToExecute"= "whoami"} diff --git a/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMGuestAgent.ps1 b/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMGuestAgent.ps1 index f1c5616e0c89..84cda9882357 100644 --- a/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMGuestAgent.ps1 +++ b/src/ScVmm/ScVmm.Autorest/custom/New-AzScVmmVMGuestAgent.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Enables Guest Management on the Virtual Machine. +Installs Azure Arc agent on the Virtual Machine. .Description -Enables Guest Management on the Virtual Machine by installing GuestAgent. +Installs Azure Arc agent on the Virtual Machine .Example $securePassword = ConvertTo-SecureString "*****" -AsPlainText -Force New-AzScVmmVMGuestAgent -Name "test-vm" -ResourceGroupName "test-rg-01" -CredentialsPassword $securePassword -CredentialsUsername 'testUser' From b79308d567de2d4282558c865a6ade4c3e891f44 Mon Sep 17 00:00:00 2001 From: Harshit Surana Date: Thu, 24 Apr 2025 12:57:51 +0530 Subject: [PATCH 2/3] build changes --- src/ScVmm/ScVmm.Autorest/docs/Az.ScVmm.md | 6 +++--- .../ScVmm.Autorest/docs/Get-AzScVmmVMGuestAgent.md | 4 ++-- .../ScVmm.Autorest/docs/New-AzScVmmVMExtension.md | 4 ++-- .../ScVmm.Autorest/docs/New-AzScVmmVMGuestAgent.md | 4 ++-- src/ScVmm/ScVmm.Autorest/generate-info.json | 2 +- src/ScVmm/ScVmm.sln | 10 +++++----- src/ScVmm/ScVmm/Az.ScVmm.psd1 | 4 ++-- src/ScVmm/ScVmm/help/Az.ScVmm.md | 14 +++++++------- src/ScVmm/ScVmm/help/Get-AzScVmmVMGuestAgent.md | 4 ++-- src/ScVmm/ScVmm/help/New-AzScVmmVMExtension.md | 4 ++-- src/ScVmm/ScVmm/help/New-AzScVmmVMGuestAgent.md | 4 ++-- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/ScVmm/ScVmm.Autorest/docs/Az.ScVmm.md b/src/ScVmm/ScVmm.Autorest/docs/Az.ScVmm.md index c9f9fd318629..9f7b8ac20a34 100644 --- a/src/ScVmm/ScVmm.Autorest/docs/Az.ScVmm.md +++ b/src/ScVmm/ScVmm.Autorest/docs/Az.ScVmm.md @@ -42,7 +42,7 @@ The operation to Get a virtual machine virtual disk. The operation to get the extension on a virtual machine. ### [Get-AzScVmmVMGuestAgent](Get-AzScVmmVMGuestAgent.md) -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. ### [Get-AzScVmmVMNic](Get-AzScVmmVMNic.md) The operation to Get a virtual machine network interface. @@ -82,10 +82,10 @@ Please note some properties can be set only during virtual machine creation. create a checkpoint in virtual machine. ### [New-AzScVmmVMExtension](New-AzScVmmVMExtension.md) -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. ### [New-AzScVmmVMGuestAgent](New-AzScVmmVMGuestAgent.md) -Enables Guest Management on the Virtual Machine. +Installs Azure Arc agent on the Virtual Machine. ### [New-AzScVmmVMTemplate](New-AzScVmmVMTemplate.md) Onboards the ScVmm VM Template as an Azure VM Template resource. diff --git a/src/ScVmm/ScVmm.Autorest/docs/Get-AzScVmmVMGuestAgent.md b/src/ScVmm/ScVmm.Autorest/docs/Get-AzScVmmVMGuestAgent.md index 2013a127b364..f43314272f45 100644 --- a/src/ScVmm/ScVmm.Autorest/docs/Get-AzScVmmVMGuestAgent.md +++ b/src/ScVmm/ScVmm.Autorest/docs/Get-AzScVmmVMGuestAgent.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzScVmmVMGuestAgent ## SYNOPSIS -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. ## SYNTAX @@ -18,7 +18,7 @@ Get-AzScVmmVMGuestAgent -Name -ResourceGroupName [-Subscriptio ``` ## DESCRIPTION -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. ## EXAMPLES diff --git a/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMExtension.md b/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMExtension.md index 6f4ad13df669..351dc59af81e 100644 --- a/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMExtension.md +++ b/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMExtension.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzScVmmVMExtension ## SYNOPSIS -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. ## SYNTAX @@ -36,7 +36,7 @@ New-AzScVmmVMExtension -ExtensionName -ResourceGroupName -vmNa ``` ## DESCRIPTION -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. ## EXAMPLES diff --git a/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMGuestAgent.md b/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMGuestAgent.md index cda825ccb12a..aa0d53c95e06 100644 --- a/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMGuestAgent.md +++ b/src/ScVmm/ScVmm.Autorest/docs/New-AzScVmmVMGuestAgent.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzScVmmVMGuestAgent ## SYNOPSIS -Enables Guest Management on the Virtual Machine. +Installs Azure Arc agent on the Virtual Machine. ## SYNTAX @@ -34,7 +34,7 @@ New-AzScVmmVMGuestAgent -Name -ResourceGroupName -JsonString < ``` ## DESCRIPTION -Enables Guest Management on the Virtual Machine by installing GuestAgent. +Installs Azure Arc agent on the Virtual Machine ## EXAMPLES diff --git a/src/ScVmm/ScVmm.Autorest/generate-info.json b/src/ScVmm/ScVmm.Autorest/generate-info.json index c5ca2ce2bb69..0e0f281dda1b 100644 --- a/src/ScVmm/ScVmm.Autorest/generate-info.json +++ b/src/ScVmm/ScVmm.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "d334a7e3-c35d-4235-98a5-7215ccd4fce7" + "generate_Id": "f835e478-7ed8-4b94-bbd5-7b5fd03d5a06" } diff --git a/src/ScVmm/ScVmm.sln b/src/ScVmm/ScVmm.sln index 4e6705476778..950cbbbf9ca7 100644 --- a/src/ScVmm/ScVmm.sln +++ b/src/ScVmm/ScVmm.sln @@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScVmm", "ScVmm\ScVmm.csproj", "{8F1EBE02-A595-4A87-9672-C332B3DBB508}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScVmm", "ScVmm.Autorest\Az.ScVmm.csproj", "{BA4A1061-2B77-44D9-967F-DAAE93F8A850}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScVmm", "ScVmm.Autorest\Az.ScVmm.csproj", "{9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -58,10 +58,10 @@ Global {8F1EBE02-A595-4A87-9672-C332B3DBB508}.Debug|Any CPU.Build.0 = Debug|Any CPU {8F1EBE02-A595-4A87-9672-C332B3DBB508}.Release|Any CPU.ActiveCfg = Release|Any CPU {8F1EBE02-A595-4A87-9672-C332B3DBB508}.Release|Any CPU.Build.0 = Release|Any CPU - {BA4A1061-2B77-44D9-967F-DAAE93F8A850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BA4A1061-2B77-44D9-967F-DAAE93F8A850}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BA4A1061-2B77-44D9-967F-DAAE93F8A850}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BA4A1061-2B77-44D9-967F-DAAE93F8A850}.Release|Any CPU.Build.0 = Release|Any CPU + {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {D6AED500-9C33-4433-B3CA-7ED0378E2D5F} = {BA575CE4-A31F-490C-894B-58430EA1CF10} diff --git a/src/ScVmm/ScVmm/Az.ScVmm.psd1 b/src/ScVmm/ScVmm/Az.ScVmm.psd1 index 78c077de4634..6639d22ea8fe 100644 --- a/src/ScVmm/ScVmm/Az.ScVmm.psd1 +++ b/src/ScVmm/ScVmm/Az.ScVmm.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/21/2025 +# Generated on: 4/24/2025 # @{ @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'ScVmm.Autorest/bin/Az.ScVmm.private.dll' diff --git a/src/ScVmm/ScVmm/help/Az.ScVmm.md b/src/ScVmm/ScVmm/help/Az.ScVmm.md index 92e43a9dd12d..e0605e473f77 100644 --- a/src/ScVmm/ScVmm/help/Az.ScVmm.md +++ b/src/ScVmm/ScVmm/help/Az.ScVmm.md @@ -1,9 +1,9 @@ --- Module Name: Az.ScVmm -Module Guid: {{ Update Module Guid }} -Download Help Link: {{ Update Download Link }} -Help Version: {{ Update Help Version }} -Locale: {{ Update Locale }} +Module Guid: accceef6-8113-453a-a31c-4f2ce57893d6 +Download Help Link: https://learn.microsoft.com/powershell/module/az.scvmm +Help Version: 1.0.0.0 +Locale: en-US --- # Az.ScVmm Module @@ -42,7 +42,7 @@ The operation to Get a virtual machine virtual disk. The operation to get the extension on a virtual machine. ### [Get-AzScVmmVMGuestAgent](Get-AzScVmmVMGuestAgent.md) -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. ### [Get-AzScVmmVMNic](Get-AzScVmmVMNic.md) The operation to Get a virtual machine network interface. @@ -82,10 +82,10 @@ Please note some properties can be set only during virtual machine creation. create a checkpoint in virtual machine. ### [New-AzScVmmVMExtension](New-AzScVmmVMExtension.md) -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. ### [New-AzScVmmVMGuestAgent](New-AzScVmmVMGuestAgent.md) -Enables Guest Management on the Virtual Machine. +Installs Azure Arc agent on the Virtual Machine. ### [New-AzScVmmVMTemplate](New-AzScVmmVMTemplate.md) Onboards the ScVmm VM Template as an Azure VM Template resource. diff --git a/src/ScVmm/ScVmm/help/Get-AzScVmmVMGuestAgent.md b/src/ScVmm/ScVmm/help/Get-AzScVmmVMGuestAgent.md index e56b65ac22bd..4a7c467d313c 100644 --- a/src/ScVmm/ScVmm/help/Get-AzScVmmVMGuestAgent.md +++ b/src/ScVmm/ScVmm/help/Get-AzScVmmVMGuestAgent.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzScVmmVMGuestAgent ## SYNOPSIS -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. ## SYNTAX @@ -18,7 +18,7 @@ Get-AzScVmmVMGuestAgent -Name -ResourceGroupName [-Subscriptio ``` ## DESCRIPTION -Implements GuestAgent GET method. +Implements Azure Arc agent GET method. ## EXAMPLES diff --git a/src/ScVmm/ScVmm/help/New-AzScVmmVMExtension.md b/src/ScVmm/ScVmm/help/New-AzScVmmVMExtension.md index d7d8fc5d66aa..6a48ccc5e4e7 100644 --- a/src/ScVmm/ScVmm/help/New-AzScVmmVMExtension.md +++ b/src/ScVmm/ScVmm/help/New-AzScVmmVMExtension.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzScVmmVMExtension ## SYNOPSIS -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. ## SYNTAX @@ -36,7 +36,7 @@ New-AzScVmmVMExtension -ExtensionName -vmName -ResourceGroupNa ``` ## DESCRIPTION -The operation to create the extension on a virtual machine where Guest Management is enabled. +The operation to create the extension on a virtual machine where Azure Arc agent is installed. ## EXAMPLES diff --git a/src/ScVmm/ScVmm/help/New-AzScVmmVMGuestAgent.md b/src/ScVmm/ScVmm/help/New-AzScVmmVMGuestAgent.md index 7f00b316debf..d014ef8002e0 100644 --- a/src/ScVmm/ScVmm/help/New-AzScVmmVMGuestAgent.md +++ b/src/ScVmm/ScVmm/help/New-AzScVmmVMGuestAgent.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzScVmmVMGuestAgent ## SYNOPSIS -Enables Guest Management on the Virtual Machine. +Installs Azure Arc agent on the Virtual Machine. ## SYNTAX @@ -33,7 +33,7 @@ New-AzScVmmVMGuestAgent -Name -ResourceGroupName [-Subscriptio ``` ## DESCRIPTION -Enables Guest Management on the Virtual Machine by installing GuestAgent. +Installs Azure Arc agent on the Virtual Machine ## EXAMPLES From faa4209d411e1a881dbdaf9d5dcb94e2dddc5c3c Mon Sep 17 00:00:00 2001 From: Harshit Surana Date: Wed, 7 May 2025 13:30:50 +0530 Subject: [PATCH 3/3] update module description --- src/ScVmm/ScVmm.Autorest/generate-info.json | 2 +- src/ScVmm/ScVmm.sln | 10 +++++----- src/ScVmm/ScVmm/Az.ScVmm.psd1 | 6 +++--- src/ScVmm/ScVmm/help/Az.ScVmm.md | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ScVmm/ScVmm.Autorest/generate-info.json b/src/ScVmm/ScVmm.Autorest/generate-info.json index 0e0f281dda1b..df372acab231 100644 --- a/src/ScVmm/ScVmm.Autorest/generate-info.json +++ b/src/ScVmm/ScVmm.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "f835e478-7ed8-4b94-bbd5-7b5fd03d5a06" + "generate_Id": "2e00b7d3-20cc-4d79-9637-d046d7720a57" } diff --git a/src/ScVmm/ScVmm.sln b/src/ScVmm/ScVmm.sln index 950cbbbf9ca7..ccf39011ed8b 100644 --- a/src/ScVmm/ScVmm.sln +++ b/src/ScVmm/ScVmm.sln @@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScVmm", "ScVmm\ScVmm.csproj", "{8F1EBE02-A595-4A87-9672-C332B3DBB508}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScVmm", "ScVmm.Autorest\Az.ScVmm.csproj", "{9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScVmm", "ScVmm.Autorest\Az.ScVmm.csproj", "{52825CC6-7E06-4022-9011-0F62EB9660F3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -58,10 +58,10 @@ Global {8F1EBE02-A595-4A87-9672-C332B3DBB508}.Debug|Any CPU.Build.0 = Debug|Any CPU {8F1EBE02-A595-4A87-9672-C332B3DBB508}.Release|Any CPU.ActiveCfg = Release|Any CPU {8F1EBE02-A595-4A87-9672-C332B3DBB508}.Release|Any CPU.Build.0 = Release|Any CPU - {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9EC5E798-3ABE-4DD1-B4AC-EAC5F6415788}.Release|Any CPU.Build.0 = Release|Any CPU + {52825CC6-7E06-4022-9011-0F62EB9660F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {52825CC6-7E06-4022-9011-0F62EB9660F3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {52825CC6-7E06-4022-9011-0F62EB9660F3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {52825CC6-7E06-4022-9011-0F62EB9660F3}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {D6AED500-9C33-4433-B3CA-7ED0378E2D5F} = {BA575CE4-A31F-490C-894B-58430EA1CF10} diff --git a/src/ScVmm/ScVmm/Az.ScVmm.psd1 b/src/ScVmm/ScVmm/Az.ScVmm.psd1 index 6639d22ea8fe..6b166aeb8fe2 100644 --- a/src/ScVmm/ScVmm/Az.ScVmm.psd1 +++ b/src/ScVmm/ScVmm/Az.ScVmm.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/24/2025 +# Generated on: 5/7/2025 # @{ @@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation' Copyright = 'Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module -Description = 'Microsoft Azure PowerShell: ScVmm cmdlets' +Description = 'Azure PowerShell cmdlets for managing Arc for SCVMM resources' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '5.1' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'ScVmm.Autorest/bin/Az.ScVmm.private.dll' diff --git a/src/ScVmm/ScVmm/help/Az.ScVmm.md b/src/ScVmm/ScVmm/help/Az.ScVmm.md index eb3d39e4e19d..839177334aad 100644 --- a/src/ScVmm/ScVmm/help/Az.ScVmm.md +++ b/src/ScVmm/ScVmm/help/Az.ScVmm.md @@ -8,7 +8,7 @@ Locale: en-US # Az.ScVmm Module ## Description -Microsoft Azure PowerShell: ScVmm cmdlets +Azure PowerShell cmdlets for managing Arc for SCVMM resources ## Az.ScVmm Cmdlets ### [Add-AzScVmmVMDisk](Add-AzScVmmVMDisk.md)