This commit is contained in:
Thomas Stringer 2020-06-16 08:32:55 -04:00
Родитель 0aa21cd78a
Коммит f1914617c4
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,8 @@
#!/bin/bash
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
set -euo pipefail
VMID_FILE="/var/local/vmid"

Просмотреть файл

@ -1,5 +1,8 @@
"""Python module to easily allow for reporting ready to Azure."""
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
import http.client
from xml.etree import ElementTree