Set-AdminPowerAppDesiredLogicalName
Sets the desired logical name of the Power Apps app.
Syntax
Set-AdminPowerAppDesiredLogicalName
[-EnvironmentName] <String>
[-AppName] <String>
[-DesiredLogicalName] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Set-AdminPowerAppDesiredLogicalName sets the desired logical name for the specific Power Apps app.
Examples
EXAMPLE 1
Set-AdminPowerAppDesiredLogicalName -EnvironmentName [Guid] -AppName [Guid] -DesiredLogicalName pa232_myapp_234232
Sets the desired logical name with 'pa232_myapp_234232' of app '[Guid]' in environment '[Guid]'.
Parameters
-ApiVersion
{{ Fill ApiVersion Description }}
Type: | String |
Position: | 4 |
Default value: | 2020-06-01 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AppName
App name for the one which you want to set desired logical name.
Type: | String |
Position: | 2 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-DesiredLogicalName
The desired logical name to set to the non-solution aware app.
Type: | String |
Position: | 3 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
The environment to which the app belongs.
Type: | String |
Position: | 1 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |