Skip to content

Commit 643f9be

Browse files
MIchaelMainerMicrosoft Graph DevX Tooling
andauthored
Updating examples (#3570)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 87bf8b4 commit 643f9be

File tree

64 files changed

+752
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+752
-67
lines changed
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
### Example
2-
3-
```powershell
4-
5-
Import-Module Microsoft.Graph.Beta.Applications
6-
7-
Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
8-
9-
```
10-
This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet.
11-
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
### Example 1: List all buildings defined in the tenant
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsBuilding
8+
9+
```
10+
This example will list all buildings defined in the tenant
111

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example 1: Code snippet
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsBuildingMap -PlaceId $placeId
8+
9+
```
10+
This example shows how to use the Get-MgBetaPlaceAsBuildingMap Cmdlet.
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example 1: Code snippet
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsBuildingMapFootprint -PlaceId $placeId
8+
9+
```
10+
This example shows how to use the Get-MgBetaPlaceAsBuildingMapFootprint Cmdlet.
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example 1: Code snippet
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsBuildingMapLevel -PlaceId $placeId
8+
9+
```
10+
This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevel Cmdlet.
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example 1: Code snippet
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsBuildingMapLevelFixture -PlaceId $placeId -LevelMapId $levelMapId
8+
9+
```
10+
This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevelFixture Cmdlet.
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example 1: Code snippet
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsBuildingMapLevelSection -PlaceId $placeId -LevelMapId $levelMapId
8+
9+
```
10+
This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevelSection Cmdlet.
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Example 1: Code snippet
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsBuildingMapLevelUnit -PlaceId $placeId -LevelMapId $levelMapId
8+
9+
```
10+
This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevelUnit Cmdlet.
11+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
### Example 1: List all desks defined in the tenant
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsDesk
8+
9+
```
10+
This example will list all desks defined in the tenant
111

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
### Example 1: List all floors defined in the tenant
2+
3+
```powershell
4+
5+
Import-Module Microsoft.Graph.Beta.Calendar
6+
7+
Get-MgBetaPlaceAsFloor
8+
9+
```
10+
This example will list all floors defined in the tenant
111

0 commit comments

Comments
 (0)