File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public override void ExecuteCmdlet()
100
100
{
101
101
DisplayName = DisplayName ,
102
102
Homepage = HomePage ,
103
- IdentifierUris = ( IdentifierUri == null ) ? new string [ ] { } : IdentifierUri ,
103
+ IdentifierUris = IdentifierUri ,
104
104
ReplyUrls = ReplyUrl ,
105
105
AvailableToOtherTenants = this . IsParameterBound ( c => c . AvailableToOtherTenants ) ? AvailableToOtherTenants : ( bool ? ) null
106
106
} ;
Original file line number Diff line number Diff line change 20
20
21
21
## Upcoming Release
22
22
* Allow naming the deployment when testing deployments [ #11497 ]
23
+ * Fixed issue that property ` IdentifierUri ` is cleaned by ` Update-AzAdApplication ` [ #15134 ]
23
24
24
25
## Version 4.1.0
25
26
* Changed ` -IdentifierUris ` in ` New-AzADApplication ` to optional parameter
You can’t perform that action at this time.
0 commit comments