├── .gitignore ├── .images ├── example4-execution.png ├── powershell-master-properties-error.jpg └── visio-import-error.png ├── LICENSE ├── README.md ├── src ├── Example1.ps1 ├── Example2.ps1 ├── Example4.ps1 └── visio │ ├── New-VisioStencil.ps1 │ └── Visio.psm1 └── stencils ├── azure-docs.vssx ├── azure-icons ├── AzureStack.vssx ├── Blockchain.vssx ├── analytics.vssx ├── command.vssx ├── compute.vssx ├── containers.vssx ├── databases.vssx ├── devops.vssx ├── general.vssx ├── icon.vssx ├── identity.vssx ├── integration.vssx ├── intune.vssx ├── iot.vssx ├── machinelearning.vssx ├── manage.vssx ├── migrate.vssx ├── networking.vssx ├── other.vssx ├── security.vssx ├── status.vssx ├── storage.vssx └── web.vssx ├── azure-patterns.vssx ├── cloud-old.vssx ├── logos.vssx └── other.vssx /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/.gitignore -------------------------------------------------------------------------------- /.images/example4-execution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/.images/example4-execution.png -------------------------------------------------------------------------------- /.images/powershell-master-properties-error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/.images/powershell-master-properties-error.jpg -------------------------------------------------------------------------------- /.images/visio-import-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/.images/visio-import-error.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/README.md -------------------------------------------------------------------------------- /src/Example1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/src/Example1.ps1 -------------------------------------------------------------------------------- /src/Example2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/src/Example2.ps1 -------------------------------------------------------------------------------- /src/Example4.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/src/Example4.ps1 -------------------------------------------------------------------------------- /src/visio/New-VisioStencil.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/src/visio/New-VisioStencil.ps1 -------------------------------------------------------------------------------- /src/visio/Visio.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/src/visio/Visio.psm1 -------------------------------------------------------------------------------- /stencils/azure-docs.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-docs.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/AzureStack.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/AzureStack.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/Blockchain.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/Blockchain.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/analytics.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/analytics.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/command.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/command.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/compute.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/compute.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/containers.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/containers.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/databases.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/databases.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/devops.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/devops.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/general.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/general.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/icon.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/icon.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/identity.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/identity.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/integration.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/integration.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/intune.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/intune.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/iot.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/iot.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/machinelearning.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/machinelearning.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/manage.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/manage.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/migrate.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/migrate.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/networking.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/networking.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/other.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/other.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/security.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/security.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/status.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/status.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/storage.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/storage.vssx -------------------------------------------------------------------------------- /stencils/azure-icons/web.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-icons/web.vssx -------------------------------------------------------------------------------- /stencils/azure-patterns.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/azure-patterns.vssx -------------------------------------------------------------------------------- /stencils/cloud-old.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/cloud-old.vssx -------------------------------------------------------------------------------- /stencils/logos.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/logos.vssx -------------------------------------------------------------------------------- /stencils/other.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezanid/visiostencilfactory/HEAD/stencils/other.vssx --------------------------------------------------------------------------------