Skip to content

Commit 79f6444

Browse files
authored
Fix the issue that some placeholder is not valued in gen2main (#24831)
* Fix the issue that some placeholder is not valued in gen2main * Fix the issue that some placeholder is not valued in gen2main * Fix the issue that some placeholder is not valued in gen2main
1 parent 93137b9 commit 79f6444

File tree

20 files changed

+41
-32
lines changed

20 files changed

+41
-32
lines changed

src/ConnectedVMware/ConnectedVMware/Az.ConnectedVMware.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell: {ModuleNamePlaceHolder} cmdlets'
33+
Description = 'Microsoft Azure PowerShell: ConnectedVMware cmdlets'
3434

3535
# Minimum version of the PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -117,7 +117,7 @@ PrivateData = @{
117117
PSData = @{
118118

119119
# Tags applied to this module. These help with module discovery in online galleries.
120-
Tags = 'Azure','ResourceManager','ARM','PSModule','{ModuleNamePlaceHolder}'
120+
Tags = 'Azure','ResourceManager','ARM','PSModule','ConnectedVMware'
121121

122122
# A URL to the license for this module.
123123
LicenseUri = 'https://aka.ms/azps-license'

src/ConnectedVMware/ConnectedVMware/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed the placeholder in psd1 file.
2122

2223
## Version 0.1.1
2324
* Introduced secrets detection feature to safeguard sensitive data.

src/EdgeZones/EdgeZones/Az.EdgeZones.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell: {ModuleNamePlaceHolder} cmdlets'
33+
Description = 'Microsoft Azure PowerShell: EdgeZones cmdlets'
3434

3535
# Minimum version of the PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -96,7 +96,7 @@ PrivateData = @{
9696
PSData = @{
9797

9898
# Tags applied to this module. These help with module discovery in online galleries.
99-
Tags = 'Azure','ResourceManager','ARM','PSModule','{ModuleNamePlaceHolder}'
99+
Tags = 'Azure','ResourceManager','ARM','PSModule','EdgeZones'
100100

101101
# A URL to the license for this module.
102102
LicenseUri = 'https://aka.ms/azps-license'

src/EdgeZones/EdgeZones/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed the placeholder in psd1 file.
2122

2223
## Version 0.1.0
2324
* Introduced secrets detection feature to safeguard sensitive data.

src/EdgeZones/EdgeZones/help/Az.EdgeZones.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
Module Name: Az.EdgeZones
3-
Module Guid: {{ Update Module Guid }}
4-
Download Help Link: {{ Update Download Link }}
5-
Help Version: {{ Update Help Version }}
6-
Locale: {{ Update Locale }}
3+
Module Guid: 40bf94d1-ec66-4236-9396-2eac6bd6b1fe
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.edgezones
5+
Help Version: 1.0.0.0
6+
Locale: en-US
77
---
88

99
# Az.EdgeZones Module
1010
## Description
11-
{{ Fill in the Description }}
11+
Microsoft Azure PowerShell: EdgeZones cmdlets
1212

1313
## Az.EdgeZones Cmdlets
1414
### [Get-AzEdgeZonesExtendedZone](Get-AzEdgeZonesExtendedZone.md)

src/FirmwareAnalysis/FirmwareAnalysis/Az.FirmwareAnalysis.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell: {ModuleNamePlaceHolder} cmdlets'
33+
Description = 'Microsoft Azure PowerShell: FirmwareAnalysis cmdlets'
3434

3535
# Minimum version of the PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -107,7 +107,7 @@ PrivateData = @{
107107
PSData = @{
108108

109109
# Tags applied to this module. These help with module discovery in online galleries.
110-
Tags = 'Azure','ResourceManager','ARM','PSModule','{ModuleNamePlaceHolder}'
110+
Tags = 'Azure','ResourceManager','ARM','PSModule','FirmwareAnalysis'
111111

112112
# A URL to the license for this module.
113113
LicenseUri = 'https://aka.ms/azps-license'

src/FirmwareAnalysis/FirmwareAnalysis/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed the placeholder in psd1 file.
2122

2223
## Version 0.1.2
2324
* Introduced secrets detection feature to safeguard sensitive data.

src/Fleet/Fleet/Az.Fleet.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell: {ModuleNamePlaceHolder} cmdlets'
33+
Description = 'Microsoft Azure PowerShell: Fleet cmdlets'
3434

3535
# Minimum version of the PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -103,7 +103,7 @@ PrivateData = @{
103103
PSData = @{
104104

105105
# Tags applied to this module. These help with module discovery in online galleries.
106-
Tags = 'Azure','ResourceManager','ARM','PSModule','{ModuleNamePlaceHolder}'
106+
Tags = 'Azure','ResourceManager','ARM','PSModule','Fleet'
107107

108108
# A URL to the license for this module.
109109
LicenseUri = 'https://aka.ms/azps-license'

src/Fleet/Fleet/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed the placeholder in psd1 file.
2122

2223
## Version 0.2.0
2324
* Introduced secrets detection feature to safeguard sensitive data.

src/ManagedNetworkFabric/ManagedNetworkFabric/Az.ManagedNetworkFabric.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell: {ModuleNamePlaceHolder} cmdlets'
33+
Description = 'Microsoft Azure PowerShell: ManagedNetworkFabric cmdlets'
3434

3535
# Minimum version of the PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -140,7 +140,7 @@ PrivateData = @{
140140
PSData = @{
141141

142142
# Tags applied to this module. These help with module discovery in online galleries.
143-
Tags = 'Azure','ResourceManager','ARM','PSModule','{ModuleNamePlaceHolder}'
143+
Tags = 'Azure','ResourceManager','ARM','PSModule','ManagedNetworkFabric'
144144

145145
# A URL to the license for this module.
146146
LicenseUri = 'https://aka.ms/azps-license'

0 commit comments

Comments
 (0)