import { createProvider } from "../../create-provider"; export const ApplicationSecurityGroups = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/security/application-security-groups.png" ); export const ConditionalAccess = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/security/conditional-access.png" ); export const Defender = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/security/defender.png" ); export const ExtendedSecurityUpdates = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/security/extended-security-updates.png" ); export const KeyVaults = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/security/key-vaults.png" ); export const SecurityCenter = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/security/security-center.png" ); export const Sentinel = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/security/sentinel.png" );