|
1 |
| -# |
2 |
| -# Module manifest for module 'Az.ManagedServiceIdentity' |
3 |
| -# |
4 |
| -# Generated by: Microsoft Corporation |
5 |
| -# |
6 |
| -# Generated on: 3/6/2023 |
7 |
| -# |
8 |
| - |
9 | 1 | @{
|
10 |
| - |
11 |
| -# Script module or binary module file associated with this manifest. |
12 |
| -RootModule = './Az.ManagedServiceIdentity.psm1' |
13 |
| - |
14 |
| -# Version number of this module. |
15 |
| -ModuleVersion = '1.1.1' |
16 |
| - |
17 |
| -# Supported PSEditions |
18 |
| -CompatiblePSEditions = 'Core', 'Desktop' |
19 |
| - |
20 |
| -# ID used to uniquely identify this module |
21 |
| -GUID = '1f09fbda-2563-4cfc-9098-100c27b52fa1' |
22 |
| - |
23 |
| -# Author of this module |
24 |
| -Author = 'Microsoft Corporation' |
25 |
| - |
26 |
| -# Company or vendor of this module |
27 |
| -CompanyName = 'Microsoft Corporation' |
28 |
| - |
29 |
| -# Copyright statement for this module |
30 |
| -Copyright = 'Microsoft Corporation. All rights reserved.' |
31 |
| - |
32 |
| -# Description of the functionality provided by this module |
33 |
| -Description = 'Microsoft Azure PowerShell: ManagedServiceIdentity cmdlets' |
34 |
| - |
35 |
| -# Minimum version of the PowerShell engine required by this module |
36 |
| -PowerShellVersion = '5.1' |
37 |
| - |
38 |
| -# Name of the PowerShell host required by this module |
39 |
| -# PowerShellHostName = '' |
40 |
| - |
41 |
| -# Minimum version of the PowerShell host required by this module |
42 |
| -# PowerShellHostVersion = '' |
43 |
| - |
44 |
| -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
45 |
| -DotNetFrameworkVersion = '4.7.2' |
46 |
| - |
47 |
| -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
48 |
| -# ClrVersion = '' |
49 |
| - |
50 |
| -# Processor architecture (None, X86, Amd64) required by this module |
51 |
| -# ProcessorArchitecture = '' |
52 |
| - |
53 |
| -# Modules that must be imported into the global environment prior to importing this module |
54 |
| -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.0'; }) |
55 |
| - |
56 |
| -# Assemblies that must be loaded prior to importing this module |
57 |
| -RequiredAssemblies = './bin/Az.ManagedServiceIdentity.private.dll' |
58 |
| - |
59 |
| -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
60 |
| -# ScriptsToProcess = @() |
61 |
| - |
62 |
| -# Type files (.ps1xml) to be loaded when importing this module |
63 |
| -# TypesToProcess = @() |
64 |
| - |
65 |
| -# Format files (.ps1xml) to be loaded when importing this module |
66 |
| -FormatsToProcess = './Az.ManagedServiceIdentity.format.ps1xml' |
67 |
| - |
68 |
| -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
69 |
| -# NestedModules = @() |
70 |
| - |
71 |
| -# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
72 |
| -FunctionsToExport = 'Get-AzFederatedIdentityCredentials', |
73 |
| - 'Get-AzSystemAssignedIdentity', 'Get-AzUserAssignedIdentity', |
74 |
| - 'Get-AzUserAssignedIdentityAssociatedResource', |
75 |
| - 'New-AzFederatedIdentityCredentials', 'New-AzUserAssignedIdentity', |
76 |
| - 'Remove-AzFederatedIdentityCredentials', |
77 |
| - 'Remove-AzUserAssignedIdentity', |
78 |
| - 'Update-AzFederatedIdentityCredentials', |
79 |
| - 'Update-AzUserAssignedIdentity' |
80 |
| - |
81 |
| -# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
82 |
| -CmdletsToExport = @() |
83 |
| - |
84 |
| -# Variables to export from this module |
85 |
| -# VariablesToExport = @() |
86 |
| - |
87 |
| -# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
88 |
| -AliasesToExport = '*' |
89 |
| - |
90 |
| -# DSC resources to export from this module |
91 |
| -# DscResourcesToExport = @() |
92 |
| - |
93 |
| -# List of all modules packaged with this module |
94 |
| -# ModuleList = @() |
95 |
| - |
96 |
| -# List of all files packaged with this module |
97 |
| -# FileList = @() |
98 |
| - |
99 |
| -# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
100 |
| -PrivateData = @{ |
101 |
| - |
| 2 | + GUID = '1f09fbda-2563-4cfc-9098-100c27b52fa1' |
| 3 | + RootModule = './Az.ManagedServiceIdentity.psm1' |
| 4 | + ModuleVersion = '0.3.0' |
| 5 | + CompatiblePSEditions = 'Core', 'Desktop' |
| 6 | + Author = 'Microsoft Corporation' |
| 7 | + CompanyName = 'Microsoft Corporation' |
| 8 | + Copyright = 'Microsoft Corporation. All rights reserved.' |
| 9 | + Description = 'Microsoft Azure PowerShell: ManagedServiceIdentity cmdlets' |
| 10 | + PowerShellVersion = '5.1' |
| 11 | + DotNetFrameworkVersion = '4.7.2' |
| 12 | + RequiredAssemblies = './bin/Az.ManagedServiceIdentity.private.dll' |
| 13 | + FormatsToProcess = './Az.ManagedServiceIdentity.format.ps1xml' |
| 14 | + FunctionsToExport = 'Get-AzFederatedIdentityCredential', 'Get-AzSystemAssignedIdentity', 'Get-AzUserAssignedIdentity', 'Get-AzUserAssignedIdentityAssociatedResource', 'New-AzFederatedIdentityCredential', 'New-AzUserAssignedIdentity', 'Remove-AzFederatedIdentityCredential', 'Remove-AzUserAssignedIdentity', 'Update-AzFederatedIdentityCredential', 'Update-AzUserAssignedIdentity', '*' |
| 15 | + AliasesToExport = 'Get-AzFederatedIdentityCredentials', 'New-AzFederatedIdentityCredentials', 'Remove-AzFederatedIdentityCredentials', 'Update-AzFederatedIdentityCredentials', '*' |
| 16 | + PrivateData = @{ |
102 | 17 | PSData = @{
|
103 |
| - |
104 |
| - # Tags applied to this module. These help with module discovery in online galleries. |
105 |
| - Tags = 'Azure','ResourceManager','ARM','PSModule','ManagedServiceIdentity' |
106 |
| - |
107 |
| - # A URL to the license for this module. |
108 |
| - LicenseUri = 'https://aka.ms/azps-license' |
109 |
| - |
110 |
| - # A URL to the main website for this project. |
111 |
| - ProjectUri = 'https://github.com/Azure/azure-powershell' |
112 |
| - |
113 |
| - # A URL to an icon representing this module. |
114 |
| - # IconUri = '' |
115 |
| - |
116 |
| - # ReleaseNotes of this module |
117 |
| - ReleaseNotes = '* Upgraded to API version 2023-01-31. |
118 |
| -* Federated identity credentials GA version is available now.' |
119 |
| - |
120 |
| - # Prerelease string of this module |
121 |
| - # Prerelease = '' |
122 |
| - |
123 |
| - # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
124 |
| - # RequireLicenseAcceptance = $false |
125 |
| - |
126 |
| - # External dependent modules of this module |
127 |
| - # ExternalModuleDependencies = @() |
128 |
| - |
129 |
| - } # End of PSData hashtable |
130 |
| - |
131 |
| - } # End of PrivateData hashtable |
132 |
| - |
133 |
| -# HelpInfo URI of this module |
134 |
| -# HelpInfoURI = '' |
135 |
| - |
136 |
| -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
137 |
| -# DefaultCommandPrefix = '' |
138 |
| - |
| 18 | + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ManagedServiceIdentity' |
| 19 | + LicenseUri = 'https://aka.ms/azps-license' |
| 20 | + ProjectUri = 'https://github.com/Azure/azure-powershell' |
| 21 | + ReleaseNotes = '' |
| 22 | + } |
| 23 | + } |
139 | 24 | }
|
140 |
| - |
0 commit comments