Skip to content

Commit 227a075

Browse files
committed
Update from build
1 parent 96e0efd commit 227a075

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

src/DevCenter/DevCenter.sln

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevCenter", "DevCenter\DevCenter.csproj", "{F8BC2C62-A017-4240-86AF-2A9143834EA2}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenter", "..\..\generated\DevCenter\DevCenter.AutoRest\Az.DevCenter.csproj", "{231906C4-27A2-49F8-9F8D-D6CF401B8794}"
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenter", "..\..\generated\DevCenter\DevCenter.AutoRest\Az.DevCenter.csproj", "{F9A2AC38-C9B7-4888-A0B8-8D7F24629BD9}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenterdata", "..\..\generated\DevCenter\DevCenterdata.Autorest\Az.DevCenterdata.csproj", "{4A0A1A1C-1E1C-42F2-9A5E-D5AD1BC474A9}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenterdata", "..\..\generated\DevCenter\DevCenterData.AutoRest\Az.DevCenterdata.csproj", "{810F3BDC-6BEC-4A96-8D20-0A296C2E4B2F}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -64,10 +64,14 @@ Global
6464
{55792641-BEB0-4995-9FF2-01A77DEF52B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
6565
{55792641-BEB0-4995-9FF2-01A77DEF52B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
6666
{55792641-BEB0-4995-9FF2-01A77DEF52B0}.Release|Any CPU.Build.0 = Release|Any CPU
67-
{4A0A1A1C-1E1C-42F2-9A5E-D5AD1BC474A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68-
{4A0A1A1C-1E1C-42F2-9A5E-D5AD1BC474A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
69-
{4A0A1A1C-1E1C-42F2-9A5E-D5AD1BC474A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
70-
{4A0A1A1C-1E1C-42F2-9A5E-D5AD1BC474A9}.Release|Any CPU.Build.0 = Release|Any CPU
67+
{F9A2AC38-C9B7-4888-A0B8-8D7F24629BD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{F9A2AC38-C9B7-4888-A0B8-8D7F24629BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{F9A2AC38-C9B7-4888-A0B8-8D7F24629BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
70+
{F9A2AC38-C9B7-4888-A0B8-8D7F24629BD9}.Release|Any CPU.Build.0 = Release|Any CPU
71+
{810F3BDC-6BEC-4A96-8D20-0A296C2E4B2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
72+
{810F3BDC-6BEC-4A96-8D20-0A296C2E4B2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
73+
{810F3BDC-6BEC-4A96-8D20-0A296C2E4B2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{810F3BDC-6BEC-4A96-8D20-0A296C2E4B2F}.Release|Any CPU.Build.0 = Release|Any CPU
7175
EndGlobalSection
7276
GlobalSection(NestedProjects) = preSolution
7377
{47E4694E-AFFE-4BE1-8F20-2C604F612C22} = {139FAA20-2493-460E-BB57-1C7D892C9614}

src/DevCenter/DevCenter/Az.DevCenter.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/30/2025
6+
# Generated on: 11/2/2025
77
#
88

99
@{
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'DevCenter.AutoRest/bin/Az.DevCenter.private.dll',

src/DevCenter/DevCenter/help/New-AzDevCenterUserDevBoxCustomizationGroup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,30 @@ $tasks = @($task)
6161
New-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -DevBoxName myDevBox -CustomizationGroupName Provisioning -Task $tasks
6262
```
6363

64-
This command creates the customization group "Provisoning" for the dev box "myDevBox".
64+
This command creates the customization group "Provisioning" for the dev box "myDevBox".
6565

6666
### Example 2: Create a customization group by dev center
6767
```powershell
6868
New-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -ProjectName DevProject -UserId "me" -DevBoxName myDevBox -CustomizationGroupName Provisioning -Task $tasks
6969
```
7070

71-
This command creates the customization group "Provisoning" for the dev box "myDevBox".
71+
This command creates the customization group "Provisioning" for the dev box "myDevBox".
7272

7373
### Example 3: Create a customization group by endpoint and InputObject
7474
```powershell
7575
$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject" }
7676
New-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationGroupInput -Task $tasks
7777
```
7878

79-
This command creates the customization group "Provisoning" for the dev box "myDevBox".
79+
This command creates the customization group "Provisioning" for the dev box "myDevBox".
8080

8181
### Example 4: Create a customization group by dev center and InputObject
8282
```powershell
8383
$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" }
8484
New-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -InputObject $customizationGroupInput -Task $tasks
8585
```
8686

87-
This command creates the customization group "Provisoning" for the dev box "myDevBox".
87+
This command creates the customization group "Provisioning" for the dev box "myDevBox".
8888

8989
## PARAMETERS
9090

@@ -197,7 +197,7 @@ Accept wildcard characters: False
197197
198198
### -Task
199199
Tasks to apply.
200-
Note by default tasks are excluded from the response whenlisting customization groups.
200+
Note by default tasks are excluded from the response when listing customization groups.
201201
To include them, use the `include=tasks` queryparameter.
202202
To construct, see NOTES section for TASK properties and create a hash table.
203203

src/DevCenter/DevCenterData.AutoRest/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - DevCenterdata")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.1")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.1")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.2")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.2")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
27+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "f163100a-cd33-475f-bdb5-1e188119ec31"
2+
"generate_Id": "934f2702-9d7e-44dc-a6ad-13f3437bebb7"
33
}

0 commit comments

Comments
 (0)