We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620361b commit 081f3f2Copy full SHA for 081f3f2
sdk/datalake/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/__init__.py
@@ -0,0 +1 @@
1
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
sdk/datalake/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/_version.py
@@ -0,0 +1,9 @@
+# coding=utf-8
2
+# --------------------------------------------------------------------------
3
+# Copyright (c) Microsoft Corporation. All rights reserved.
4
+# Licensed under the MIT License. See License.txt in the project root for license information.
5
+# Code generated by Microsoft (R) AutoRest Code Generator.
6
+# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
8
+
9
+VERSION = "1.0.0b1"
0 commit comments