I hereby claim:
- I am mrled on github.
- I am mrled (https://keybase.io/mrled) on keybase.
- I have a public key whose fingerprint is 1E06 1357 A257 E10E C0AF 747E 56D3 8EFB 7465 6AA0
To claim this, I am signing this object:
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "storageAccountName": { | |
| "type": "string", | |
| "metadata": { | |
| "description": "Storage Account Name; must be a valid Azure DNS hostname" | |
| } | |
| }, |
| -- NOTE: Backs up to the default backup directory | |
| DECLARE @prefix VARCHAR(20) -- a prefix for the filename, set below | |
| DECLARE @name VARCHAR(50) -- database name, set automatically | |
| DECLARE @fileName VARCHAR(256) -- filename for backup, set automatically | |
| DECLARE @fileDate VARCHAR(20) -- used for file name, set automatically | |
| SET @prefix = 'Autobackup' | |
| SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112) | |
| { | |
| "variables": { | |
| "testinputartifact": "C:\\Windows\\system32\\cmd.exe" | |
| }, | |
| "builders": [ | |
| { | |
| "type": "file", | |
| "source": "{{user `testinputartifact`}}", | |
| "target": "testing.box" | |
| } |
I hereby claim:
To claim this, I am signing this object: