Skip to content

Commit 14f1edd

Browse files
shenglolisra-fel
andauthored
Apply suggestions from code review
Path -> PathFile Co-authored-by: Yeming Liu <[email protected]>
1 parent 43969be commit 14f1edd

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
@@ -16,7 +16,7 @@ public class PublishAzureBicepModuleCmdlet : AzureRMCmdlet
1616
[ValidateNotNullOrEmpty]
1717
public string Target { get; set; }
1818

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

2222
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)