microsoftgraph / microsoftgraph/msgraph-bicep-types
Add Bicep Type Support for Microsoft Intune Graph Resources
@dkershaw10 is already working on this.
Since May 2, 2025.
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 15
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 3
Description
Vote for this new type by clicking the thumbs-up.
Suggestion
Support for Microsoft Intune resources in Microsoft Graph (e.g., deviceManagement, managedDevice, deviceConfiguration, deviceCompliancePolicies, etc.)
Value
Microsoft Intune is widely adopted for device and application management in modern cloud-first environments. However, Configuration-as-Code support for Intune via Bicep is currently nonexistent or extremely limited. Adding support for Intune Graph API resources would:
- Enable repeatable, auditable deployment of Intune configurations.
- Reduce reliance on GUI-based ClickOps, which is error-prone and difficult to manage at scale.
- Provide a robust alternative to community scripts and tools, many of which are incomplete or unmaintained.
- Allow enterprise organizations to adopt DevOps and CI/CD practices for endpoint management and policy enforcement.
This would significantly enhance the ability of organizations to manage their Intune environment as code, aligning with best practices for modern IT operations.
Microsoft Graph API REST reference
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.