We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a87de4 commit 2a67ea3Copy full SHA for 2a67ea3
1 file changed
extensions/HyperV/hyperv.py
@@ -16,6 +16,9 @@
16
# specific language governing permissions and limitations
17
# under the License.
18
19
+import warnings
20
+warnings.filterwarnings('ignore')
21
+
22
import json
23
import sys
24
import winrm
0 commit comments