1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3+ <metadata >
4+ <id >Az.Authorization</id >
5+ <version >0.1.0</version >
6+ <authors >Microsoft Corporation</authors >
7+ <owners >Microsoft Corporation</owners >
8+ <requireLicenseAcceptance >true</requireLicenseAcceptance >
9+ <licenseUrl >https://aka.ms/azps-license</licenseUrl >
10+ <projectUrl >https://github.com/Azure/azure-powershell</projectUrl >
11+ <description >Microsoft Azure PowerShell: $(service-name) cmdlets</description >
12+ <releaseNotes ></releaseNotes >
13+ <copyright >Microsoft Corporation. All rights reserved.</copyright >
14+ <tags >Azure ResourceManager ARM PSModule $(service-name)</tags >
15+ <dependencies >
16+ <dependency id =" Az.Accounts" version =" 2.7.5" />
17+ </dependencies >
18+ </metadata >
19+ <files >
20+ <file src =" Az.Authorization.format.ps1xml" />
21+ <file src =" Az.Authorization.psd1" />
22+ <file src =" Az.Authorization.psm1" />
23+ <!-- https://github.com/NuGet/Home/issues/3584 -->
24+ <file src =" bin/Az.Authorization.private.dll" target =" bin" />
25+ <file src =" bin\Az.Authorization.private.deps.json" target =" bin" />
26+ <file src =" internal\**\*.*" exclude =" internal\README.md" target =" internal" />
27+ <file src =" custom\**\*.*" exclude =" custom\README.md;custom\**\*.cs" target =" custom" />
28+ <file src =" docs\**\*.md" exclude =" docs\README.md" target =" docs" />
29+ <file src =" exports\**\ProxyCmdletDefinitions.ps1" target =" exports" />
30+ <file src =" utils\**\*.*" target =" utils" />
31+ </files >
32+ </package >
0 commit comments