You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Module manifest for module 'PSGet_AzureRM.ManagedServiceIdentity'
3
+
#
4
+
# Generated by: Microsoft Corporation
5
+
#
6
+
# Generated on: 1/4/2018
7
+
#
8
+
9
+
@{
10
+
11
+
# Script module or binary module file associated with this manifest.
12
+
# RootModule = ''
13
+
14
+
# Version number of this module.
15
+
ModuleVersion='1.0.0'
16
+
17
+
# Supported PSEditions
18
+
# CompatiblePSEditions = @()
19
+
20
+
# ID used to uniquely identify this module
21
+
GUID='2a27df8b-15e3-4fb9-b885-22c6bcafc203'
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 - Managed Service Identity cmdlets for Azure Resource Manager. Manages user assigned identities in Azure Resource Manager'
34
+
35
+
# Minimum version of the Windows PowerShell engine required by this module
36
+
PowerShellVersion='3.0'
37
+
38
+
# Name of the Windows PowerShell host required by this module
39
+
# PowerShellHostName = ''
40
+
41
+
# Minimum version of the Windows 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.5.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='4.0'
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
# 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=@()
73
+
74
+
# 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.
# 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.
82
+
AliasesToExport=@()
83
+
84
+
# DSC resources to export from this module
85
+
# DscResourcesToExport = @()
86
+
87
+
# List of all modules packaged with this module
88
+
# ModuleList = @()
89
+
90
+
# List of all files packaged with this module
91
+
# FileList = @()
92
+
93
+
# 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.
94
+
PrivateData=@{
95
+
96
+
PSData=@{
97
+
98
+
# Tags applied to this module. These help with module discovery in online galleries.
ReleaseNotes='New Powershell module for Managed Service Identity to manage CRUD operations on user assigned identities. This is the private-preview release.'
112
+
113
+
# External dependent modules of this module
114
+
# ExternalModuleDependencies = ''
115
+
Prerelease='preview'
116
+
117
+
} # End of PSData hashtable
118
+
119
+
} # End of PrivateData hashtable
120
+
121
+
# HelpInfo URI of this module
122
+
# HelpInfoURI = ''
123
+
124
+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
Please leave this section at the top of the change log.
3
+
4
+
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
5
+
6
+
## Current Release
7
+
* Overview of change #1
8
+
- Additional information about change #1
9
+
* Overview of change #2
10
+
- Additional information about change #2
11
+
- Additional information about change #2
12
+
* Overview of change #3
13
+
* Overview of change #4
14
+
- Additional information about change #4
15
+
16
+
## YYYY.MM.DD - Version X.Y.Z (Previous Release)
17
+
* Overview of change #1
18
+
- Additional information about change #1
19
+
-->
20
+
## Current Release
21
+
First release of Managed Service Identity cmdlets
22
+
23
+
- Get-AzureRmUserAssignedIdentity
24
+
The **Get-AzureRmUserAssignedIdentity** gets existing user assigned identities.
25
+
26
+
- New-AzureRmUserAssignedIdentity
27
+
The **New-AzureRmUserAssignedIdentity** cmdlet creates a new User Assigned Identity. When used with an already existing identity, it updated the identity.
28
+
To add Azure Resource Manager tags to the identity, please use the Set-AzureRmResource cmdlet.
29
+
30
+
- Remove-AzureRmUserAssignedIdentity
31
+
The **Remove-AzureRmUserAssignedIdentity** deletes the specified User Assigned Identity.
0 commit comments