-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add relationship types to Graph Bicep (#217)
* Add relationship type and extension config * Update relationship name and description * Fix tests and more updates
- Loading branch information
Showing
34 changed files
with
16,404 additions
and
2,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
generated/microsoftgraph/microsoft.graph/beta/0.1.10-preview/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"resources": { | ||
"Microsoft.Graph/groups@beta": { | ||
"$ref": "types.json#/21" | ||
}, | ||
"Microsoft.Graph/applications@beta": { | ||
"$ref": "types.json#/77" | ||
}, | ||
"Microsoft.Graph/servicePrincipals@beta": { | ||
"$ref": "types.json#/95" | ||
}, | ||
"Microsoft.Graph/applications/federatedIdentityCredentials@beta": { | ||
"$ref": "types.json#/100" | ||
}, | ||
"Microsoft.Graph/oauth2PermissionGrants@beta": { | ||
"$ref": "types.json#/104" | ||
}, | ||
"Microsoft.Graph/appRoleAssignedTo@beta": { | ||
"$ref": "types.json#/108" | ||
}, | ||
"Microsoft.Graph/users@beta": { | ||
"$ref": "types.json#/113" | ||
} | ||
}, | ||
"resourceFunctions": {}, | ||
"settings": { | ||
"name": "MicrosoftGraphBeta", | ||
"version": "0.1.10-preview", | ||
"isSingleton": false, | ||
"configurationType": { | ||
"$ref": "types.json#/114" | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
generated/microsoftgraph/microsoft.graph/beta/0.1.10-preview/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Bicep Types | ||
## microsoft.graph | ||
### microsoft.graph/applications | ||
* **Link**: [beta](types.md#resource-microsoftgraphapplicationsbeta) | ||
|
||
### microsoft.graph/applications/federatedidentitycredentials | ||
* **Link**: [beta](types.md#resource-microsoftgraphapplicationsfederatedidentitycredentialsbeta) | ||
|
||
### microsoft.graph/approleassignedto | ||
* **Link**: [beta](types.md#resource-microsoftgraphapproleassignedtobeta) | ||
|
||
### microsoft.graph/groups | ||
* **Link**: [beta](types.md#resource-microsoftgraphgroupsbeta) | ||
|
||
### microsoft.graph/oauth2permissiongrants | ||
* **Link**: [beta](types.md#resource-microsoftgraphoauth2permissiongrantsbeta) | ||
|
||
### microsoft.graph/serviceprincipals | ||
* **Link**: [beta](types.md#resource-microsoftgraphserviceprincipalsbeta) | ||
|
||
### microsoft.graph/users | ||
* **Link**: [beta](types.md#resource-microsoftgraphusersbeta) | ||
|
Oops, something went wrong.