Skip to content

Commit ce59d26

Browse files
authored
Add attribute to v4 custom model-cmdlets (#27468)
1 parent 6e73afd commit ce59d26

File tree

206 files changed

+2488
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+2488
-255
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - AppComplianceAutomation")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.3")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.3")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]
27+

src/AppComplianceAutomation/AppComplianceAutomation.Autorest/custom/New-AzAcatReportResourceObject.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResourc
2424
https://learn.microsoft.com/powershell/module/az.appComplianceAutomation/new-azacatreportresourceobject
2525
#>
2626
function New-AzAcatReportResourceObject {
27+
[Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.ModelCmdletAttribute()]
2728
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IReportResource])]
2829
[CmdletBinding(PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
2930
param(

src/AppComplianceAutomation/AppComplianceAutomation.Autorest/custom/New-AzAcatWebhookResourceObject.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResour
2424
https://learn.microsoft.com/powershell/module/az.appComplianceAutomation/new-azacatwebhookresourceobject
2525
#>
2626
function New-AzAcatWebhookResourceObject {
27+
[Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.ModelCmdletAttribute()]
2728
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.AppComplianceAutomation.Models.IWebhookResource])]
2829
[CmdletBinding(PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')]
2930
param(

src/AppComplianceAutomation/AppComplianceAutomation.Autorest/docs/Az.AppComplianceAutomation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.AppComplianceAutomation
3-
Module Guid: 372733fc-fa2d-4a44-98fb-644186237429
3+
Module Guid: d69cf3fb-db51-4a8c-b31e-8bfed4f79fa4
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.appcomplianceautomation
55
Help Version: 1.0.0.0
66
Locale: en-US
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "dcbb4ca4-7785-4b6f-91e9-a6b4c648ef9a"
2+
"generate_Id": "b71f0231-a43c-423e-9a52-69550acfec97"
33
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3+
4+
## Info
5+
- Modifiable: yes
6+
- Generated: no
7+
- Committed: yes
8+
- Packaged: no
9+
10+
## Purpose
11+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.

src/AppComplianceAutomation/AppComplianceAutomation.sln

+80-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
@@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppComplianceAutomation", "AppComplianceAutomation\AppComplianceAutomation.csproj", "{2237E137-D991-4FA3-8049-7B182C9A1120}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppComplianceAutomation", "..\..\generated\AppComplianceAutomation\AppComplianceAutomation.Autorest\Az.AppComplianceAutomation.csproj", "{B8C133A8-9127-44E2-94A4-234FC29CC3D7}"
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppComplianceAutomation.Autorest", "AppComplianceAutomation.Autorest", "{7E170C47-3A5E-F3D5-A5C2-A35488818664}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppComplianceAutomation", "..\..\generated\AppComplianceAutomation\AppComplianceAutomation.Autorest\Az.AppComplianceAutomation.csproj", "{56FC8407-2E1E-4BEF-A980-1A7E3761C101}"
2325
EndProject
2426
Global
2527
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2628
Debug|Any CPU = Debug|Any CPU
29+
Debug|x64 = Debug|x64
30+
Debug|x86 = Debug|x86
2731
Release|Any CPU = Release|Any CPU
28-
EndGlobalSection
29-
GlobalSection(SolutionProperties) = preSolution
30-
HideSolutionNode = FALSE
32+
Release|x64 = Release|x64
33+
Release|x86 = Release|x86
3134
EndGlobalSection
3235
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3336
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3437
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Debug|x64.ActiveCfg = Debug|Any CPU
39+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Debug|x64.Build.0 = Debug|Any CPU
40+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Debug|x86.ActiveCfg = Debug|Any CPU
41+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Debug|x86.Build.0 = Debug|Any CPU
3542
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Release|Any CPU.ActiveCfg = Release|Any CPU
3643
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Release|x64.ActiveCfg = Release|Any CPU
45+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Release|x64.Build.0 = Release|Any CPU
46+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Release|x86.ActiveCfg = Release|Any CPU
47+
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E}.Release|x86.Build.0 = Release|Any CPU
3748
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3849
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Debug|x64.ActiveCfg = Debug|Any CPU
51+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Debug|x64.Build.0 = Debug|Any CPU
52+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Debug|x86.ActiveCfg = Debug|Any CPU
53+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Debug|x86.Build.0 = Debug|Any CPU
3954
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
4055
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Release|x64.ActiveCfg = Release|Any CPU
57+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Release|x64.Build.0 = Release|Any CPU
58+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Release|x86.ActiveCfg = Release|Any CPU
59+
{2725A144-6DB9-4A58-BFC2-54AAB5936B6D}.Release|x86.Build.0 = Release|Any CPU
4160
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4261
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Debug|Any CPU.Build.0 = Debug|Any CPU
62+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Debug|x64.ActiveCfg = Debug|Any CPU
63+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Debug|x64.Build.0 = Debug|Any CPU
64+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Debug|x86.ActiveCfg = Debug|Any CPU
65+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Debug|x86.Build.0 = Debug|Any CPU
4366
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Release|Any CPU.ActiveCfg = Release|Any CPU
4467
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Release|Any CPU.Build.0 = Release|Any CPU
68+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Release|x64.ActiveCfg = Release|Any CPU
69+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Release|x64.Build.0 = Release|Any CPU
70+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Release|x86.ActiveCfg = Release|Any CPU
71+
{4353E35B-1A15-47A2-B20E-3DA334CD6235}.Release|x86.Build.0 = Release|Any CPU
4572
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4673
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Debug|x64.ActiveCfg = Debug|Any CPU
75+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Debug|x64.Build.0 = Debug|Any CPU
76+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Debug|x86.ActiveCfg = Debug|Any CPU
77+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Debug|x86.Build.0 = Debug|Any CPU
4778
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
4879
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Release|Any CPU.Build.0 = Release|Any CPU
80+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Release|x64.ActiveCfg = Release|Any CPU
81+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Release|x64.Build.0 = Release|Any CPU
82+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Release|x86.ActiveCfg = Release|Any CPU
83+
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B}.Release|x86.Build.0 = Release|Any CPU
4984
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5085
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
86+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Debug|x64.ActiveCfg = Debug|Any CPU
87+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Debug|x64.Build.0 = Debug|Any CPU
88+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Debug|x86.ActiveCfg = Debug|Any CPU
89+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Debug|x86.Build.0 = Debug|Any CPU
5190
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
5291
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Release|x64.ActiveCfg = Release|Any CPU
93+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Release|x64.Build.0 = Release|Any CPU
94+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Release|x86.ActiveCfg = Release|Any CPU
95+
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0}.Release|x86.Build.0 = Release|Any CPU
5396
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5497
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
98+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Debug|x64.ActiveCfg = Debug|Any CPU
99+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Debug|x64.Build.0 = Debug|Any CPU
100+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Debug|x86.ActiveCfg = Debug|Any CPU
101+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Debug|x86.Build.0 = Debug|Any CPU
55102
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
56103
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Release|Any CPU.Build.0 = Release|Any CPU
104+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Release|x64.ActiveCfg = Release|Any CPU
105+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Release|x64.Build.0 = Release|Any CPU
106+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Release|x86.ActiveCfg = Release|Any CPU
107+
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1}.Release|x86.Build.0 = Release|Any CPU
57108
{2237E137-D991-4FA3-8049-7B182C9A1120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58109
{2237E137-D991-4FA3-8049-7B182C9A1120}.Debug|Any CPU.Build.0 = Debug|Any CPU
110+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Debug|x64.ActiveCfg = Debug|Any CPU
111+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Debug|x64.Build.0 = Debug|Any CPU
112+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Debug|x86.ActiveCfg = Debug|Any CPU
113+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Debug|x86.Build.0 = Debug|Any CPU
59114
{2237E137-D991-4FA3-8049-7B182C9A1120}.Release|Any CPU.ActiveCfg = Release|Any CPU
60115
{2237E137-D991-4FA3-8049-7B182C9A1120}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{B8C133A8-9127-44E2-94A4-234FC29CC3D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62-
{B8C133A8-9127-44E2-94A4-234FC29CC3D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
63-
{B8C133A8-9127-44E2-94A4-234FC29CC3D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{B8C133A8-9127-44E2-94A4-234FC29CC3D7}.Release|Any CPU.Build.0 = Release|Any CPU
116+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Release|x64.ActiveCfg = Release|Any CPU
117+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Release|x64.Build.0 = Release|Any CPU
118+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Release|x86.ActiveCfg = Release|Any CPU
119+
{2237E137-D991-4FA3-8049-7B182C9A1120}.Release|x86.Build.0 = Release|Any CPU
120+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Debug|x64.Build.0 = Debug|Any CPU
124+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Debug|x86.Build.0 = Debug|Any CPU
126+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Release|x64.ActiveCfg = Release|Any CPU
129+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Release|x64.Build.0 = Release|Any CPU
130+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Release|x86.ActiveCfg = Release|Any CPU
131+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101}.Release|x86.Build.0 = Release|Any CPU
132+
EndGlobalSection
133+
GlobalSection(SolutionProperties) = preSolution
134+
HideSolutionNode = FALSE
65135
EndGlobalSection
66136
GlobalSection(NestedProjects) = preSolution
67137
{95882BFF-6AD1-4DDE-BE19-2A1D167FD65E} = {4701F8C5-6400-4038-90AA-3DD03A4F98FE}
@@ -70,5 +140,6 @@ Global
70140
{6BD00F3C-7FB6-4E0F-BE9B-882D13604D4B} = {4701F8C5-6400-4038-90AA-3DD03A4F98FE}
71141
{AD6EE620-756C-41D6-9234-CFA7B22F7FA0} = {4701F8C5-6400-4038-90AA-3DD03A4F98FE}
72142
{9DC4C9EA-D5B3-443B-8DB4-318DBD300DB1} = {4701F8C5-6400-4038-90AA-3DD03A4F98FE}
143+
{56FC8407-2E1E-4BEF-A980-1A7E3761C101} = {7E170C47-3A5E-F3D5-A5C2-A35488818664}
73144
EndGlobalSection
74145
EndGlobal

src/AppComplianceAutomation/AppComplianceAutomation/Az.AppComplianceAutomation.psd1

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/9/2025
6+
# Generated on: 4/1/2025
77
#
88

99
@{
@@ -51,17 +51,17 @@ 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 = '4.0.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies =
5858
'AppComplianceAutomation.Autorest/bin/Az.AppComplianceAutomation.private.dll'
5959

6060
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61-
# ScriptsToProcess = @()
61+
ScriptsToProcess = @()
6262

6363
# Type files (.ps1xml) to be loaded when importing this module
64-
# TypesToProcess = @()
64+
TypesToProcess = @()
6565

6666
# Format files (.ps1xml) to be loaded when importing this module
6767
FormatsToProcess =
@@ -103,7 +103,7 @@ PrivateData = @{
103103
PSData = @{
104104

105105
# Tags applied to this module. These help with module discovery in online galleries.
106-
Tags = 'Azure','ResourceManager','ARM','PSModule','{ModuleNamePlaceHolder}'
106+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', '{ModuleNamePlaceHolder}'
107107

108108
# A URL to the license for this module.
109109
LicenseUri = 'https://aka.ms/azps-license'
@@ -128,7 +128,7 @@ PrivateData = @{
128128

129129
} # End of PSData hashtable
130130

131-
} # End of PrivateData hashtable
131+
} # End of PrivateData hashtable
132132

133133
# HelpInfo URI of this module
134134
# HelpInfoURI = ''
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - DesktopVirtualizationClient")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("5.4.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("5.4.1")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/DesktopVirtualization/DesktopVirtualization.Autorest/custom/New-AzWvdAppAttachPackage_ImageObject.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function New-AzWvdAppAttachPackage_ImageObject {
2+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ModelCmdletAttribute()]
23
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IAppAttachPackage])]
34
[CmdletBinding(PositionalBinding=$false, ConfirmImpact='Medium')]
45
param(

src/DesktopVirtualization/DesktopVirtualization.Autorest/custom/Update-AzWvdAppAttachPackage_ImageObject.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function Update-AzWvdAppAttachPackage_ImageObject {
2+
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ModelCmdletAttribute()]
23
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IAppAttachPackage])]
34
[CmdletBinding(PositionalBinding=$false, ConfirmImpact='Medium')]
45
param(

src/DesktopVirtualization/DesktopVirtualization.Autorest/docs/Az.DesktopVirtualization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.DesktopVirtualization
3-
Module Guid: 63b912a7-26b4-4755-9546-a11166cdd25d
3+
Module Guid: 4620ab8f-4164-48c8-a04f-53872bce762e
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.desktopvirtualization
55
Help Version: 1.0.0.0
66
Locale: en-US

src/DesktopVirtualization/DesktopVirtualization.Autorest/docs/New-AzWvdHostPool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Accept wildcard characters: False
134134
```
135135
136136
### -AgentUpdateMaintenanceWindowTimeZone
137-
Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyidview=net-5.0.
137+
Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0.
138138
Must be set if useLocalTime is true.
139139
140140
```yaml

src/DesktopVirtualization/DesktopVirtualization.Autorest/docs/Update-AzWvdHostPool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
```
9898
9999
### -AgentUpdateMaintenanceWindowTimeZone
100-
Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyidview=net-5.0.
100+
Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0.
101101
Must be set if useLocalTime is true.
102102
103103
```yaml
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "a828ef44-6848-4ddb-a873-f28a97675cd9"
2+
"generate_Id": "0dc68e44-0bbf-4b50-bff6-8e6076716bdd"
33
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3+
4+
## Info
5+
- Modifiable: yes
6+
- Generated: no
7+
- Committed: yes
8+
- Packaged: no
9+
10+
## Purpose
11+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.

0 commit comments

Comments
 (0)