Skip to content

Commit 72e0865

Browse files
committed
Merge branch 'bicep-publish-cmdlet' of github.com:shenglol/azure-powershell into bicep-publish-cmdlet
2 parents 3171067 + 14f1edd commit 72e0865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Resources/ResourceManager/Implementation/Bicep/PublishAzureBicepModuleCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class PublishAzureBicepModuleCmdlet : AzureRMCmdlet
3030
[ValidateNotNullOrEmpty]
3131
public string Target { get; set; }
3232

33-
[Parameter(Mandatory = false)]
33+
[Parameter(Mandatory = false, HelpMessage="Indicates that this cmdlet returns a boolean result. By default, this cmdlet does not generate any output.")]
3434
public SwitchParameter PassThru { get; set; }
3535

3636
public override void ExecuteCmdlet()

src/Resources/Resources/help/Publish-AzBicepModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Publish-AzBicepModule** cmdlet publishes a Bicep file to a registry as a m
2424

2525
### Example 1
2626
```powershell
27-
PS C:\> Publish-AzBicepModule -File main.bicep -Target br:{registry}/{moduleName}:{tag}
27+
PS C:\> Publish-AzBicepModule -FilePath main.bicep -Target br:{registry}/{moduleName}:{tag}
2828
```
2929

3030
Publishes `main.bicep` to `br:{registry}/{moduleName}:{tag}`.

0 commit comments

Comments
 (0)