Skip to content

Commit 7c18b3e

Browse files
msewawerucilwerner
andauthored
Apply suggestions from code review
Co-authored-by: Chris Werner <[email protected]>
1 parent c63a063 commit 7c18b3e

6 files changed

+12
-12
lines changed

azureadps-2.0-preview/AzureAD/Get-AzureADMSConditionalAccessPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Conditional access policies are custom rules that define an access scenario.
3232
```
3333
PS C:\> Get-AzureADMSConditionalAccessPolicy
3434
35-
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
35+
Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
3636
DisplayName : Demo app for documentation
3737
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
3838
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
@@ -43,9 +43,9 @@ This command retrieves a list of all conditional access policies in Azure AD.
4343

4444
### Example 2: Retrieves a conditional access policy in Azure AD with given Id.
4545
```
46-
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"
46+
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "6b5e999b-0ba8-4186-a106-e0296c1c4358"
4747
48-
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
48+
Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
4949
DisplayName : Demo app for documentation
5050
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
5151
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z

azureadps-2.0-preview/AzureAD/Get-AzureADMSConditionalAccessPolicy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ examples:
1111
code: |-
1212
PS C:\> Get-AzureADMSConditionalAccessPolicy
1313
14-
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
14+
Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
1515
DisplayName : Demo app for documentation
1616
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
1717
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
@@ -21,9 +21,9 @@ examples:
2121
summary: ""
2222
- title: 'Example 2: Retrieves a conditional access policy in Azure AD with given Id.'
2323
code: |-
24-
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"
24+
PS C:\> Get-AzureADMSConditionalAccessPolicy -PolicyId "6b5e999b-0ba8-4186-a106-e0296c1c4358"
2525
26-
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
26+
Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
2727
DisplayName : Demo app for documentation
2828
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
2929
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z

azureadps-2.0-preview/AzureAD/Get-AzureADMSNamedLocationPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ This command retrieves a list of all named location policies in Azure AD.
4949

5050
### Example 2: Retrieves a named location policy in Azure AD with given Id.
5151
```
52-
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
52+
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
5353
5454
OdataType : #microsoft.graph.countryNamedLocation
55-
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
55+
Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
5656
DisplayName : Country named location
5757
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
5858
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z

azureadps-2.0-preview/AzureAD/Get-AzureADMSNamedLocationPolicy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ examples:
2727
summary: ""
2828
- title: 'Example 2: Retrieves a named location policy in Azure AD with given Id.'
2929
code: |-
30-
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
30+
PS C:\> Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
3131
3232
OdataType : #microsoft.graph.countryNamedLocation
33-
Id : 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5
33+
Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
3434
DisplayName : Country named location
3535
CreatedDateTime : 2019-09-26T23:12:16.0792706Z
3636
ModifiedDateTime : 2019-09-27T00:12:12.5986473Z

azureadps-2.0-preview/AzureAD/Get-AzureADMSPermissionGrantConditionSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSe
4040

4141
### Example 3: Get a permission grant condition set
4242
```
43-
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"
43+
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
4444
```
4545

4646
## PARAMETERS

azureadps-2.0-preview/AzureAD/Get-AzureADMSPermissionGrantConditionSet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ examples:
3232
summary: ""
3333
- title: 'Example 3: Get a permission grant condition set'
3434
code: |-
35-
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5"
35+
PS C:\>Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
3636
description: ""
3737
summary: ""
3838
parameters:

0 commit comments

Comments
 (0)