Skip to content

Commit

Permalink
Update New-AzContainerGroup & New-AzContainerGroupVolumeObject descri…
Browse files Browse the repository at this point in the history
…ption (#17550)

* Update New-AzContainerGroup description

* update suggested change

* update suggested change
  • Loading branch information
CaptainFanZzz authored Mar 23, 2022
1 parent 4c81c23 commit 21321db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ContainerInstance/custom/New-AzContainerGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.Synopsis
Create or update container groups with specified configurations.
.Description
Create or update container groups with specified configurations.
Create or update container groups with specified configurations. For property Volume, we support mounting Azure File share as a volume or specifying git repository as volume directory. The empty directory volume and secret volume are not supported yet.
.Link
https://docs.microsoft.com/powershell/module/az.containerinstance/new-azcontainergroup
#>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.Synopsis
Create a in-memory object for Volume
.Description
Create a in-memory object for Volume
Create a in-memory object for Volume. Currently, we support mounting Azure File share as a volume or specifying git repository as volume directory. The empty directory volume and secret volume are not supported yet.
.Link
https://docs.microsoft.com/powershell/module/az.ContainerInstance/new-AzContainerGroupVolumeObject
#>
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerInstance/help/New-AzContainerGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ New-AzContainerGroup -Name <String> -ResourceGroupName <String> -Container <ICon
```

## DESCRIPTION
Create or update container groups with specified configurations.
Create or update container groups with specified configurations. For property Volume, we support mounting Azure File share as a volume or specifying git repository as volume directory. The empty directory volume and secret volume are not supported yet.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ New-AzContainerGroupVolumeObject -Name <String> [-AzureFileReadOnly] [-AzureFile
```

## DESCRIPTION
Create a in-memory object for Volume
Create a in-memory object for Volume. Currently, we support mounting Azure File share as a volume or specifying git repository as volume directory. The empty directory volume and secret volume are not supported yet.

## EXAMPLES

Expand Down

0 comments on commit 21321db

Please sign in to comment.