Version 1.2.4.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot.
Mostrar-NotasDeLanzamientoDeActualizaciónDePaquete
For AI agents: a documentation index is available at /llms.txt; a markdown version of this page is available at /v1.2.4.0/es/docs/commands/show-packageupdatereleasenote/index.md.
SINOPSIS
Mostrar notas de lanzamiento de un módulo
SINTAXIS
PorObjetoDeInformaciónDeActualizaciónDePaquete
Mostrar-NotasDeLanzamientoDeActualizaciónDePaquete [[-InputObject] <Info[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
PorObjetoDeMódulo
Mostrar-NotasDeLanzamientoDeActualizaciónDePaquete [[-Module] <psmoduleinfo[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
ALIAS
Este cmdlet tiene los siguientes alias,
DESCRIPCIÓN
Mostrar notas de lanzamiento de un módulo.
EJEMPLOS
EJEMPLO 1
PS C:\> Get-PackageUpdateInfo | Mostrar-NotasDeLanzamientoDeActualizaciónDePaquete
Obtener notas de lanzamiento de objetos PackageUpdateInfo
EJEMPLO 2
PS C:\> Get-Module PackageUpdateInfo | Mostrar-NotasDeLanzamientoDeActualizaciónDePaquete
Obtener notas de lanzamiento de un módulo
PARÁMETROS
-Confirmar
Si se habilita este interruptor, se te pedirá confirmación antes de ejecutar cualquier operación que cambie el estado.
Type: SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- cf
ParameterSets:
- Name: (Todos)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ObjetoDeEntrada
Objeto(s) de entrada de Get-PackageUpdateInfo o Import-PackageUpdateInfo para mostrar notas de lanzamiento
Type: Info[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- Input
ParameterSets:
- Name: PorObjetoDeInformaciónDeActualizaciónDePaquete
Position: 0
IsRequired: false
ValueFromPipeline: true
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Módulo
Objeto(s) de entrada de Get-Module para mostrar notas de lanzamiento
Type: PSModuleInfo[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- ModuleName
ParameterSets:
- Name: PorObjetoDeMódulo
Position: 0
IsRequired: false
ValueFromPipeline: true
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-QuéPasaría
Si se habilita este interruptor, no se realizarán acciones, pero se mostrarán mensajes informativos que explican qué pasaría si el comando se ejecutara.
Type: SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- wi
ParameterSets:
- Name: (Todos)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
ParámetrosComunes
Este cmdlet soporta los parámetros comunes: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, y -WarningVariable. Para más información, consulta about_CommonParameters.