File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,13 @@ Credential :
149149
150150Specifies 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
157160The ` Register-PSResourceRepository ` cmdlet should automatically detect the API version. This
158161parameter allows you to change the API version after you have registered a repository.
You can’t perform that action at this time.
0 commit comments