Skip to content

Commit

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

* Update New-AzContainerGroup description in generation

* update suggested change
  • Loading branch information
CaptainFanZzz authored Mar 23, 2022
1 parent 96fa4c1 commit 08621e5
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/docs/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 @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzContainerGroupVolumeObject

## SYNOPSIS
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.

## SYNTAX

Expand Down

0 comments on commit 08621e5

Please sign in to comment.