Skip to content

Commit 2fdca48

Browse files
committed
Add ContainerRegistry as valid ApiVersion
1 parent 8f4f1cc commit 2fdca48

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Register-PSResourceRepository.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,13 @@ Credential :
149149

150150
Specifies the API version used by the repository. Valid values are:
151151

152-
- `v2` - uses the NuGet V2 API
153-
- `v3` - uses the NuGet V3 API
154-
- `local` - use this for file system based repositories
155-
- `nugetServer` - use this for NuGet.Server based repositories
152+
- `V2` - uses the NuGet V2 API
153+
- `V3` - uses the NuGet V3 API
154+
- `ContainerRegistry` - use this for
155+
[Azure Container Registry](/powershell-gallery/docs-conceptual/powershellget/supported-repositories.md#azure-container-registry)
156+
- `Local` - use this for file system based repositories
157+
- `NugetServer` - use this for NuGet.Server based repositories
158+
- `Unknown` - use if you're not yet certain
156159

157160
The `Register-PSResourceRepository` cmdlet should automatically detect the API version. This
158161
parameter allows you to change the API version after you have registered a repository.

0 commit comments

Comments
 (0)