Skip to content

Commit a8ec1ac

Browse files
authored
Generate types for 1.0.0 version (#246)
1 parent d928c2d commit a8ec1ac

20 files changed

Lines changed: 14801 additions & 211 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"resources": {
3+
"Microsoft.Graph/groups@beta": {
4+
"$ref": "types.json#/21"
5+
},
6+
"Microsoft.Graph/applications@beta": {
7+
"$ref": "types.json#/77"
8+
},
9+
"Microsoft.Graph/servicePrincipals@beta": {
10+
"$ref": "types.json#/95"
11+
},
12+
"Microsoft.Graph/applications/federatedIdentityCredentials@beta": {
13+
"$ref": "types.json#/101"
14+
},
15+
"Microsoft.Graph/oauth2PermissionGrants@beta": {
16+
"$ref": "types.json#/105"
17+
},
18+
"Microsoft.Graph/appRoleAssignedTo@beta": {
19+
"$ref": "types.json#/109"
20+
},
21+
"Microsoft.Graph/users@beta": {
22+
"$ref": "types.json#/114"
23+
}
24+
},
25+
"resourceFunctions": {},
26+
"settings": {
27+
"name": "MicrosoftGraphBeta",
28+
"version": "1.0.0",
29+
"isSingleton": false,
30+
"configurationType": {
31+
"$ref": "types.json#/115"
32+
}
33+
}
34+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Bicep Types
2+
## microsoft.graph
3+
### microsoft.graph/applications
4+
* **Link**: [beta](types.md#resource-microsoftgraphapplicationsbeta)
5+
6+
### microsoft.graph/applications/federatedidentitycredentials
7+
* **Link**: [beta](types.md#resource-microsoftgraphapplicationsfederatedidentitycredentialsbeta)
8+
9+
### microsoft.graph/approleassignedto
10+
* **Link**: [beta](types.md#resource-microsoftgraphapproleassignedtobeta)
11+
12+
### microsoft.graph/groups
13+
* **Link**: [beta](types.md#resource-microsoftgraphgroupsbeta)
14+
15+
### microsoft.graph/oauth2permissiongrants
16+
* **Link**: [beta](types.md#resource-microsoftgraphoauth2permissiongrantsbeta)
17+
18+
### microsoft.graph/serviceprincipals
19+
* **Link**: [beta](types.md#resource-microsoftgraphserviceprincipalsbeta)
20+
21+
### microsoft.graph/users
22+
* **Link**: [beta](types.md#resource-microsoftgraphusersbeta)
23+

0 commit comments

Comments
 (0)