Skip to content

Commit 7e2ac5d

Browse files
author
SDKAuto
committed
CodeGen from PR 15565 in Azure/azure-rest-api-specs
Merge 940f49e2ecc092a82bd1861f0a8a3918620f753e into f1f0483
1 parent 70255ab commit 7e2ac5d

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed
Lines changed: 4 additions & 4 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.1",
4+
"@autorest/python@5.8.4",
55
"@autorest/modelerfour@4.19.2"
66
],
7-
"commit": "313e78fa9784a6c17e8dcbb65fdf5f4b7077a184",
7+
"commit": "9fa3ab1ce77331433a0a744b40ea33b5e4982359",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"autorest_command": "autorest specification/operationalinsights/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.1 --use=@autorest/modelerfour@4.19.2 --version=3.4.2",
9+
"autorest_command": "autorest specification/operationalinsights/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/operationalinsights/resource-manager/readme.md"
1111
}

sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_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 = "11.0.0"
9+
VERSION = "7.0.0b1"

sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,6 @@ class Table(ProxyResource):
17471747
'id': {'readonly': True},
17481748
'name': {'readonly': True},
17491749
'type': {'readonly': True},
1750-
'retention_in_days': {'maximum': 730, 'minimum': 30},
17511750
}
17521751

17531752
_attribute_map = {

sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models_py3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,6 @@ class Table(ProxyResource):
19221922
'id': {'readonly': True},
19231923
'name': {'readonly': True},
19241924
'type': {'readonly': True},
1925-
'retention_in_days': {'maximum': 730, 'minimum': 30},
19261925
}
19271926

19281927
_attribute_map = {

0 commit comments

Comments
 (0)