Skip to content

Commit

Permalink
fix: update certificate policy property display name (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
urangel authored May 6, 2024
1 parent dbc614d commit f0c6709
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cue/bh/ad/ad.cue
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ OID: types.#StringEnum & {
CertificatePolicy: types.#StringEnum & {
symbol: "CertificatePolicy"
schema: "ad"
name: "Certificate Policy"
name: "Issuance Policy Extensions"
representation: "certificatepolicy"
}

Expand Down
2 changes: 1 addition & 1 deletion packages/go/graphschema/ad/ad.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/javascript/bh-shared-ui/src/graphSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export function ActiveDirectoryKindPropertiesToDisplay(value: ActiveDirectoryKin
case ActiveDirectoryKindProperties.HomeDirectory:
return 'Home Directory';
case ActiveDirectoryKindProperties.CertificatePolicy:
return 'Certificate Policy';
return 'Issuance Policy Extensions';
case ActiveDirectoryKindProperties.CertTemplateOID:
return 'Certificate Template OID';
case ActiveDirectoryKindProperties.GroupLinkID:
Expand Down

0 comments on commit f0c6709

Please sign in to comment.