Skip to content

Commit 9eae33e

Browse files
committed
Addressed comment and added image
1 parent 5ac8e33 commit 9eae33e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

22.9 KB
Loading

docs/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ When you create a Bicep template, add the following statement, to make Microsoft
2626
import 'microsoftGraph@1.0.0'
2727
```
2828

29-
Now, when creating a Bicep resource, the available Microsoft.Graph resource types will show up:
29+
Now, when creating a Bicep resource, the available Microsoft.Graph resource types will show up.
3030

31-
| Bicep type definitions | Microsoft Graph API reference |
31+
![image](./VS%20code%20graph%20types%20in%20bicep.jpg)
32+
33+
| Bicep type definitions | Microsoft Graph API (beta) reference |
3234
|--------------|-----------|
3335
| [applications](../generated/microsoftgraph/microsoft.graph/beta/types.md#resource-microsoftgraphapplicationsbeta) | [application resource](https://learn.microsoft.com/graph/api/resources/application?view=graph-rest-beta) |
3436
| [servicePrincipals](../generated/microsoftgraph/microsoft.graph/beta/types.md#resource-microsoftgraphserviceprincipalsbeta) | [servicePrincipal resource](https://learn.microsoft.com/graph/api/resources/serviceprincipal?view=graph-rest-beta) |

0 commit comments

Comments
 (0)