Skip to content

Commit dceff1f

Browse files
authored
Merge pull request #3031 from microsoftgraph/cert_based_auth
Adds Beta Cmdlets for paths under the `directory.publicKeyInfrastructureRoot` tag
2 parents f5aa641 + 02af493 commit dceff1f

File tree

4 files changed

+696
-44
lines changed

4 files changed

+696
-44
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.24.0"
30+
"version": "2.25.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.24.0"
34+
"version": "2.25.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.24.0"
38+
"version": "2.25.0"
3939
}
4040
}
4141
}

config/ModulesMapping.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"DeviceManagement.Enrollment": "^deviceManagement.(.*Enrollment.*|.*Autopilot.*|.*depOnboarding.*|importedDeviceIdentity|onPremisesConditionalAccessSettings|windowsFeatureUpdateProfile)$|^roleManagement.roleManagement$|^roleManagement.rbacApplicationMultiple$|^roleManagement.unifiedRbacApplication$",
1717
"DeviceManagement.Actions": "^deviceManagement.Actions$",
1818
"DeviceManagement.Functions": "^deviceManagement.Functions$",
19-
"DirectoryObjects": "^directoryObjects\\.",
19+
"DirectoryObjects": "^directoryObjects\\.|^directory.publicKeyInfrastructureRoot$",
2020
"Education": "^education\\.",
2121
"Files": "^drives\\.|^shares\\.|^users.drive$|^groups.drive$",
2222
"Financials": "^financials\\.",

0 commit comments

Comments
 (0)