Skip to content

Commit 82949a8

Browse files
authored
Add Notification of the Removal of Gallery (#22341)
1 parent eb807bd commit 82949a8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Accounts/Accounts/help/Add-AzEnvironment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ Accept wildcard characters: False
495495
496496
### -GalleryEndpoint
497497
Specifies the endpoint for the Azure Resource Manager gallery of deployment templates.
498+
The parameter is to set the value to `GalleryUrl` of `PSAzureEnvironment`. As `GalleryUrl` is removed from ArmMetadata, Azure PowerShell will no longer provide for the value and so it is not recommended to set `GalleryEndpoint` anymore.
498499

499500
```yaml
500501
Type: System.String

src/Accounts/Accounts/help/Get-AzEnvironment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111
Get endpoints and metadata for an instance of Azure services.
12+
`GalleryUrl` will be removed from ArmMetadata and so Azure PowerShell will no longer provide for its value in `PSAzureEnvironment`. Currently `GalleryUrl` is not used in Azure PowerShell products. Please do not reply on `GalleryUrl` anymore.
1213

1314
## SYNTAX
1415

src/Accounts/Accounts/help/Set-AzEnvironment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ Accept wildcard characters: False
417417
418418
### -GalleryEndpoint
419419
Specifies the endpoint for the Azure Resource Manager gallery of deployment templates.
420+
The parameter is to set the value to `GalleryUrl` of `PSAzureEnvironment`. As `GalleryUrl` is removed from ArmMetadata, Azure PowerShell will no longer provide for the value and so it is not recommended to set `GalleryEndpoint` anymore.
420421

421422
```yaml
422423
Type: System.String

0 commit comments

Comments
 (0)