Skip to content

Commit

Permalink
CodeGen from PR 20905 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Reservations][S360] Fixing reservation property by adding swapProperties (Azure#20905)
  • Loading branch information
SDKAuto committed Oct 5, 2022
1 parent 484ab9e commit 04a540d
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 132 deletions.
10 changes: 5 additions & 5 deletions sdk/reservations/azure-mgmt-reservations/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"autorest": "3.8.4",
"autorest": "3.9.2",
"use": [
"@autorest/python@6.1.5",
"@autorest/modelerfour@4.23.5"
"@autorest/python@6.1.9",
"@autorest/modelerfour@4.24.3"
],
"commit": "f70b7953f5d54889cc1825b37ad938342ca93a2e",
"commit": "c89befd8a843fed07b64d20b29047e8c2728478f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/reservations/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.1.5 --use=@autorest/modelerfour@4.23.5 --version=3.8.4 --version-tolerant=False",
"autorest_command": "autorest specification/reservations/resource-manager/readme.md --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.1.9 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
"readme": "specification/reservations/resource-manager/readme.md"
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "2.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

from ._models_py3 import AppliedReservationList
from ._models_py3 import AppliedReservations
from ._models_py3 import AppliedScopeProperties
from ._models_py3 import AvailableScopeProperties
from ._models_py3 import AvailableScopeRequest
from ._models_py3 import AvailableScopeRequestProperties
Expand Down Expand Up @@ -82,6 +83,7 @@
from ._models_py3 import ReservationResponse
from ._models_py3 import ReservationSplitProperties
from ._models_py3 import ReservationSummary
from ._models_py3 import ReservationSwapProperties
from ._models_py3 import ReservationToExchange
from ._models_py3 import ReservationToPurchaseCalculateExchange
from ._models_py3 import ReservationToPurchaseExchange
Expand Down Expand Up @@ -130,6 +132,7 @@
__all__ = [
"AppliedReservationList",
"AppliedReservations",
"AppliedScopeProperties",
"AvailableScopeProperties",
"AvailableScopeRequest",
"AvailableScopeRequestProperties",
Expand Down Expand Up @@ -204,6 +207,7 @@
"ReservationResponse",
"ReservationSplitProperties",
"ReservationSummary",
"ReservationSwapProperties",
"ReservationToExchange",
"ReservationToPurchaseCalculateExchange",
"ReservationToPurchaseExchange",
Expand Down
Loading

0 comments on commit 04a540d

Please sign in to comment.