@@ -27,8 +27,9 @@ Set-AzEnvironment [-Name] <String> [[-PublishSettingsFileUrl] <String>] [[-Servi
2727 [[-AzureOperationalInsightsEndpoint] <String>] [-AzureAnalysisServicesEndpointSuffix <String>]
2828 [-AzureAnalysisServicesEndpointResourceId <String>] [-AzureAttestationServiceEndpointSuffix <String>]
2929 [-AzureAttestationServiceEndpointResourceId <String>] [-AzureSynapseAnalyticsEndpointSuffix <String>]
30- [-AzureSynapseAnalyticsEndpointResourceId <String>] [-Scope <ContextModificationScope>]
31- [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+ [-ContainerRegistryEndpointSuffix <String>] [-AzureSynapseAnalyticsEndpointResourceId <String>]
31+ [-Scope <ContextModificationScope>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
32+ [<CommonParameters>]
3233```
3334
3435### ARMEndpoint
@@ -39,9 +40,9 @@ Set-AzEnvironment [-Name] <String> [[-StorageEndpoint] <String>] [-ARMEndpoint]
3940 [[-AzureOperationalInsightsEndpointResourceId] <String>] [[-AzureOperationalInsightsEndpoint] <String>]
4041 [-AzureAnalysisServicesEndpointSuffix <String>] [-AzureAnalysisServicesEndpointResourceId <String>]
4142 [-AzureAttestationServiceEndpointSuffix <String>] [-AzureAttestationServiceEndpointResourceId <String>]
42- [-AzureSynapseAnalyticsEndpointSuffix <String>] [-AzureSynapseAnalyticsEndpointResourceId <String>]
43- [-Scope <ContextModificationScope >] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm ]
44- [<CommonParameters>]
43+ [-AzureSynapseAnalyticsEndpointSuffix <String>] [-ContainerRegistryEndpointSuffix <String>]
44+ [-AzureSynapseAnalyticsEndpointResourceId <String >] [-Scope <ContextModificationScope> ]
45+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [ <CommonParameters>]
4546```
4647
4748## DESCRIPTION
@@ -187,6 +188,7 @@ Default value: None
187188Accept pipeline input : False
188189Accept wildcard characters : False
189190` ` `
191+
190192### -AzureAttestationServiceEndpointResourceId
191193The The resource identifier of the Azure Attestation service that is the recipient of the requested token.
192194
@@ -198,7 +200,7 @@ Aliases:
198200Required : False
199201Position : Named
200202Default value : None
201- Accept pipeline input : False
203+ Accept pipeline input : True (ByPropertyName)
202204Accept wildcard characters : False
203205` ` `
204206
@@ -213,7 +215,7 @@ Aliases:
213215Required : False
214216Position : Named
215217Default value : None
216- Accept pipeline input : False
218+ Accept pipeline input : True (ByPropertyName)
217219Accept wildcard characters : False
218220` ` `
219221
@@ -318,7 +320,7 @@ Aliases:
318320Required : False
319321Position : Named
320322Default value : None
321- Accept pipeline input : False
323+ Accept pipeline input : True (ByPropertyName)
322324Accept wildcard characters : False
323325` ` `
324326
@@ -333,7 +335,7 @@ Aliases:
333335Required : False
334336Position : Named
335337Default value : None
336- Accept pipeline input : False
338+ Accept pipeline input : True (ByPropertyName)
337339Accept wildcard characters : False
338340` ` `
339341
@@ -352,6 +354,21 @@ Accept pipeline input: True (ByPropertyName)
352354Accept wildcard characters : False
353355` ` `
354356
357+ ### -ContainerRegistryEndpointSuffix
358+ Suffix of Azure Container Registry.
359+
360+ ` ` ` yaml
361+ Type : System.String
362+ Parameter Sets : (All)
363+ Aliases :
364+
365+ Required : False
366+ Position : Named
367+ Default value : None
368+ Accept pipeline input : True (ByPropertyName)
369+ Accept wildcard characters : False
370+ ` ` `
371+
355372### -DataLakeAudience
356373The audience for tokens authenticating with the AD Data Lake services Endpoint.
357374
@@ -609,7 +626,7 @@ Accept wildcard characters: False
609626` ` `
610627
611628### CommonParameters
612- This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
629+ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [ about_CommonParameters] (http://go.microsoft.com/fwlink/?LinkID=113216).
613630
614631## INPUTS
615632
0 commit comments