DirectoryObjects: drop the publicKeyInfrastructureRoot tag from the module mapping (v2)

Abierto Apto para principiantes
#3,752 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
2/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
84/100
Tipo de issue
Refactorización
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
powershell

Línea de trabajo

Comienza en config/ModulesMapping.jsonc y src/DirectoryObjects/DirectoryObjects.md; compara el mapeo de DirectoryObjects con identity.DirectoryManagement y las filas de v1.0 en MgCommandMetadata.json. Elimina la etiqueta v2 y 17 directivas, y luego vuelve a generar DirectoryObjects; estará terminado cuando el diff generado esté vacío aparte de esas eliminaciones de directivas.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

While fixing a duplicate-generation problem in v3 (#3733), we found that the DirectoryObjects entry in config/ModulesMapping.jsonc on main still claimsdirectory.publicKeyInfrastructureRoot, but the module never actually ships that surface. The cmdlets get generated and then deleted again by 17 remove directives in src/DirectoryObjects/DirectoryObjects.md. The real owner is identity.DirectoryManagement - it has all 18 publicKeyInfrastructure files on main across v1.0 and beta, and every v1.0 row in MgCommandMetadata.json points there.

So today the tag just creates work that directives throw away, and the mapping says the wrong module owns the surface. v3 already removed the tag on its side; this issue is to do the same on v2, per the review discussion on #3733.

Suggested fix:

  1. Remove directory.publicKeyInfrastructureRoot from the DirectoryObjects entry in config/ModulesMapping.jsonc.
  2. Delete the 17 dead PublicKeyInfrastructure remove directives from src/DirectoryObjects/DirectoryObjects.md.
  3. Regenerate DirectoryObjects - the diff should be empty apart from the directives, which confirms the tag was producing nothing.
Lenguaje dominante
C#
Estrellas
898
Forks
230
Merge medio
2 d 5 h
PR fusionados (30 d)
31

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de microsoftgraph/msgraph-sdk-powershell

Todos los issues de microsoftgraph/msgraph-sdk-powershell

Issues similares

Más issues de C#

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.