Skip to content

Commit

Permalink
ms.service removal
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-karanja committed Jul 11, 2024
1 parent 78734bc commit c3ebc7c
Show file tree
Hide file tree
Showing 282 changed files with 322 additions and 369 deletions.
42 changes: 42 additions & 0 deletions CreateKeys.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
const fs = require('fs');
const path = require('path');

// Directory to read files from
const directoryPath = path.join(__dirname, 'your-directory-name');

// Output JSON file path
const outputFilePath = path.join(__dirname, 'output.json');

// Function to read files from the directory and create JSON object
function createJsonFromFiles(directoryPath) {
const files = fs.readdirSync(directoryPath);
const jsonObject = {};

files.forEach(file => {
const fileName = path.parse(file).name; // Get file name without extension
jsonObject[fileName] = "";
});

return jsonObject;
}

// Function to write JSON object to file
function writeJsonToFile(jsonObject, outputFilePath) {
const jsonContent = JSON.stringify(jsonObject, null, 2);

fs.writeFileSync(outputFilePath, jsonContent, 'utf8', (err) => {
if (err) {
console.log('Error writing JSON to file', err);
} else {
console.log('JSON file has been saved.');
}
});
}

// Create JSON object from files
const jsonObject = createJsonFromFiles(directoryPath);

// Write JSON object to file
writeJsonToFile(jsonObject, outputFilePath);

console.log('JSON object created:', jsonObject);
2 changes: 1 addition & 1 deletion GET-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Microsoft Entra PowerShell installation and usage guide.
description: Microsoft Entra PowerShell installation and usage guide.

ms.service: active-directory

ms.topic: reference
ms.date: 04/05/2024
ms.author: eunicewaweru
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: About Microsoft Entra PowerShell.
description: About Microsoft Entra PowerShell.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Add-EntraBetaApplicationOwner
description: This article provides details on the Add-EntraBetaApplicationOwner command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Add-EntraBetaDeviceRegisteredUser
description: This article provides details on the Add-EntraBetaDeviceRegisteredUser command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Add-EntraBetaGroupMember.
description: This article provides details on the Add-EntraBetaGroupMember command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Connect-Entra
description: This article provides details on the Connect-Entra Command.
ms.service: entra

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Disconnect-Entra.
description: This article provides details on the Disconnect-Entra Command.

ms.service: entra

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaApplication.
description: This article provides details on the Get-EntraBetaApplication command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaApplicationExtensionProperty
description: This article provides details on the Get-EntraBetaApplicationExtensionProperty command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaApplicationKeyCredential
description: This article provides details on the Get-EntraBetaApplicationKeyCredential command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get-EntraBetaApplicationProxyApplication.
description: This article provides details on the Get-EntraBetaApplicationProxyApplication.
ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get-EntraBetaApplicationProxyApplicationConnectorGroup
description: This article provides details on the Get-EntraBetaApplicationProxyApplicationConnectorGroup.
ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get-EntraBetaApplicationProxyConnector
description: This article provides details on the Get-EntraBetaApplicationProxyConnector command.
ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get-EntraBetaApplicationProxyConnectorGroup.
description: This article provides details on the Get-EntraBetaApplicationProxyConnectorGroup.
ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get-EntraBetaApplicationProxyConnectorGroupMembers
description: This article provides details on the Get-EntraBetaApplicationProxyConnectorGroupMembers.
ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get-EntraBetaApplicationProxyConnectorMemberOf
description: This article provides details on the Get-EntraBetaApplicationProxyConnectorMemberOf command.
ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaAuditDirectoryLogs.
description: This article provides details on the Get-EntraBetaAuditDirectoryLogs command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaAuditSignInLogs.
description: This article provides details on the Get-EntraBetaAuditSignInLogs command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaDeviceRegisteredOwner
description: This article provides details on the Get-EntraBetaDeviceRegisteredOwner command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaDirectoryRole
description: This article provides details on the Get-EntraBetaDirectoryRole command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaDirectoryRoleMember
description: This article provides details on the Get-EntraBetaDirectoryRoleMember command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaGroup.
description: This article provides details on the Get-EntraBetaGroup command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaGroupAppRoleAssignment
description: This article provides details on the Get-EntraBetaGroupAppRoleAssignment command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaGroupMember.
description: This article provides details on the Get-EntraBetaGroupMember command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaGroupOwner.
description: This article provides details on the Get-EntraBetaGroupOwner command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get-EntraBetaObjectByObjectId
description: This article provides details on the Get-EntraBetaObjectByObjectId.
ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaPrivilegedResource.
description: This article provides details on Get-EntraBetaPrivilegedResource command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaRoleDefinition
description: This article provides details on the Get-EntraBetaRoleDefinition command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Get-EntraBetaServicePrincipal
description: This article provides details on the Get-EntraBetaServicePrincipal command.

ms.service: active-directory

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
Expand Down
Loading

0 comments on commit c3ebc7c

Please sign in to comment.