< Back

Set-AzureRmDataLakeStoreTrustedIdProvider

Tue Jan 29, 2019 9:45 pm

NAME Set-AzureRmDataLakeStoreTrustedIdProvider



SYNOPSIS

Modifies the specified trusted identity provider in the specified Data Lake Store.





SYNTAX

Set-AzureRmDataLakeStoreTrustedIdProvider [-Account] <String> [-Name] <String> [-ProviderEndpoint] <String> [[-ResourceGroupName] <String>]

[-DefaultProfile <IAzureContextContainer>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmDataLakeStoreTrustedIdProvider cmdlet modifies the specified trusted identity provider in the specified Data Lake Store.





PARAMETERS

-Account <String>

The Data Lake Store account to add the trusted identity provider to



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

The name of the trusted identity provider.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ProviderEndpoint <String>

The valid trusted provider endpoint in the format: https://sts.windows.net/<provider identity>



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group that contains the account to update the trusted identity provider for.



Required? false

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]





Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

DataLakeStoreTrustedIdProvider

The updated trusted identity provider.





NOTES









Example 1: Update a Trusted Identity Provider Endpoint



PS C:\\> Set-AzureRmDataLakeStoreTrustedIdProvider -AccountName "ContosoADL" -Name MyProvider -ProviderEndpoint

"https://sts.windows.net/6b04908c-b91f-4 ... e8a4fd6150"



This updates the provider endpoing for firewall rule "MyProvider" in account "ContosoADL" to

"https://sts.windows.net/6b04908c-b91f-4 ... e8a4fd6150"







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... idprovider