Https- Graph.microsoft.com V1.0 Applications -
Have you hit any weird edge cases with /applications ? Found an undocumented field? Let me know—I'm collecting them for a follow-up post.
"requests": [ "id": "1", "method": "GET", "url": "/applications/id/passwordCredentials" , "id": "2", "method": "GET", "url": "/applications/id/keyCredentials" ] https- graph.microsoft.com v1.0 applications
$cert = New-SelfSignedCertificate -Subject "CN=Automation" -CertStoreLocation "Cert:\CurrentUser\My" -KeyExportPolicy Exportable -KeySpec KeyExchange -KeyLength 2048 -KeyAlgorithm RSA -HashAlgorithm SHA256 $base64Cert = [System.Convert]::ToBase64String($cert.RawData) Have you hit any weird edge cases with /applications
This reduces throttling risk and improves predictability. The /v1.0 endpoint is stable and production-safe. But missing features: https- graph.microsoft.com v1.0 applications