Skip to content

Commit b2f1710

Browse files
authored
Update API version descriptions for repositories
1 parent 1e9a6b9 commit b2f1710

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ Specifies the API version used by the repository. Valid values are:
151151

152152
- `V2` - uses the NuGet V2 API
153153
- `V3` - uses the NuGet V3 API
154-
- `ContainerRegistry` - use this for
155-
[Azure Container Registry](../../docs-conceptual/powershellget/supported-repositories.md#azure-container-registry)
154+
- `ContainerRegistry` - used for Azure Container Registry
156155
- `Local` - use this for file system based repositories
157156
- `NugetServer` - use this for NuGet.Server based repositories
158157

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Specifies the API version used by the repository. Valid values are:
156156

157157
- `v2` - uses the NuGet V2 API
158158
- `v3` - uses the NuGet V3 API
159+
- `ContainerRegistry` - used for Azure Container Registry
159160
- `local` - use this for file system based repositories
160161
- `nugetServer` - use this for NuGet.Server based repositories
161162

@@ -166,7 +167,7 @@ parameter allows you to change the API version after you have registered a repos
166167
Type: Microsoft.PowerShell.PSResourceGet.UtilClasses.PSRepositoryInfo+APIVersion
167168
Parameter Sets: NameParameterSet
168169
Aliases:
169-
Accepted values: Unknown, V2, V3, Local, NugetServer, ContainerRegistry
170+
Accepted values: V2, V3, Local, NugetServer, ContainerRegistry
170171

171172
Required: False
172173
Position: Named

0 commit comments

Comments
 (0)