Skip to content

Commit 0c2b039

Browse files
author
SDKAuto
committed
CodeGen from PR 16207 in Azure/azure-rest-api-specs
Merge b1a793fd9dd9b427efd4297ff926c7a0cc9c3a53 into 0e16aa6
1 parent b9211fb commit 0c2b039

21 files changed

+57
-1509
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"autorest": "3.4.2",
2+
"autorest": "3.4.5",
33
"use": [
4-
"@autorest/python@5.8.0",
5-
"@autorest/modelerfour@4.19.1"
4+
"@autorest/python@5.8.4",
5+
"@autorest/modelerfour@4.19.2"
66
],
7-
"commit": "2e3f1e0c67ee7da1d681a26b6b23b888ce856695",
7+
"commit": "678d5a1994e1c1f888abd26b26f9cefc4b706ec3",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"autorest_command": "autorest specification/datadog/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.8.0 --use=@autorest/modelerfour@4.19.1 --version=3.4.2",
9+
"autorest_command": "autorest specification/datadog/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5",
1010
"readme": "specification/datadog/resource-manager/readme.md"
1111
}

sdk/datadog/azure-mgmt-datadog/azure/mgmt/datadog/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# --------------------------------------------------------------------------
88

99
from ._microsoft_datadog_client import MicrosoftDatadogClient
10+
from ._version import VERSION
11+
12+
__version__ = VERSION
1013
__all__ = ['MicrosoftDatadogClient']
1114

1215
try:

sdk/datadog/azure-mgmt-datadog/azure/mgmt/datadog/_configuration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
from azure.core.pipeline import policies
1313
from azure.mgmt.core.policies import ARMHttpLoggingPolicy
1414

15+
from ._version import VERSION
16+
1517
if TYPE_CHECKING:
1618
# pylint: disable=unused-import,ungrouped-imports
1719
from typing import Any
1820

1921
from azure.core.credentials import TokenCredential
2022

21-
VERSION = "unknown"
2223

2324
class MicrosoftDatadogClientConfiguration(Configuration):
2425
"""Configuration for MicrosoftDatadogClient.

sdk/datadog/azure-mgmt-datadog/azure/mgmt/datadog/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "2.0.0"
9+
VERSION = "1.0.0b1"

sdk/datadog/azure-mgmt-datadog/azure/mgmt/datadog/aio/_configuration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
from azure.core.pipeline import policies
1313
from azure.mgmt.core.policies import ARMHttpLoggingPolicy
1414

15+
from .._version import VERSION
16+
1517
if TYPE_CHECKING:
1618
# pylint: disable=unused-import,ungrouped-imports
1719
from azure.core.credentials_async import AsyncTokenCredential
1820

19-
VERSION = "unknown"
2021

2122
class MicrosoftDatadogClientConfiguration(Configuration):
2223
"""Configuration for MicrosoftDatadogClient.

sdk/datadog/azure-mgmt-datadog/azure/mgmt/datadog/aio/operations/_api_keys_operations.py

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)