Skip to content

Commit 9c2bffd

Browse files
committed
Minor edits
1 parent 7b1d435 commit 9c2bffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microsoftgraph/docs-conceptual/authentication-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Connect-MgGraph -TenantId "Tenant_Id" -ClientSecretCredential $ClientSecretCrede
7878

7979
#### Using managed identity
8080

81-
A common challenge when writing automation scripts is the management of secrets, credentials, certificates, and keys used to secure communication between services. Eliminate the need to manage credentials by allowing the module to obtain access tokens for Azure resources that are protected by Azure Active Directory. The identity is managed by the Azure platform and does not require you to provision or rotate any secrets.
81+
A common challenge when writing automation scripts is the management of secrets, credentials, certificates, and keys used to secure communication between services. Eliminate the need to manage credentials by allowing the module to obtain access tokens for Azure resources that are protected by Azure AD. The identity is managed by the Azure platform and does not require you to provision or rotate any secrets.
8282

8383
- System-assigned managed identity:
8484

microsoftgraph/docs-conceptual/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this guide, you'll use the Microsoft Graph PowerShell SDK to perform some bas
1515

1616
## API version
1717

18-
The SDK contains 2 modules, Microsoft.Graph and Microsoft.Graph.Beta, that use the [Microsoft Graph REST API v1.0](/graph/api/overview?view=graph-rest-1.0&preserve-view=true) and [Microsoft Graph REST API beta](/graph/api/overview?view=graph-rest-beta&preserve-view=true) . Cmdlets are available for the module that is installed.
18+
The SDK contains 2 modules, Microsoft.Graph and Microsoft.Graph.Beta, that call the [Microsoft Graph REST API v1.0](/graph/api/overview?view=graph-rest-1.0&preserve-view=true) and [Microsoft Graph REST API beta](/graph/api/overview?view=graph-rest-beta&preserve-view=true), respectively. Cmdlets are available for the module that is installed.
1919

2020
## Authentication
2121

0 commit comments

Comments
 (0)