Skip to content

Commit 60898fe

Browse files
committed
Regenerated models and clients
1 parent 0ae8eb2 commit 60898fe

File tree

113 files changed

+113
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+113
-113
lines changed

azure-devops/azure/devops/v7_2/accounts/accounts_client.py

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

9-
from msrest import Serializer, Deserializer
9+
from azure.core.rest import HttpRequest, HttpResponse
1010
from ...client import Client
1111
from . import models
1212

azure-devops/azure/devops/v7_2/accounts/models.py

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

9-
from msrest.serialization import Model
9+
from azure.core.serialization import Model
1010

1111

1212
class Account(Model):

azure-devops/azure/devops/v7_2/audit/audit_client.py

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

9-
from msrest import Serializer, Deserializer
9+
from azure.core.rest import HttpRequest, HttpResponse
1010
from ...client import Client
1111
from . import models
1212

azure-devops/azure/devops/v7_2/audit/models.py

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

9-
from msrest.serialization import Model
9+
from azure.core.serialization import Model
1010

1111

1212
class AuditActionInfo(Model):

azure-devops/azure/devops/v7_2/build/build_client.py

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

9-
from msrest import Serializer, Deserializer
9+
from azure.core.rest import HttpRequest, HttpResponse
1010
from ...client import Client
1111
from . import models
1212

azure-devops/azure/devops/v7_2/build/models.py

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

9-
from msrest.serialization import Model
9+
from azure.core.serialization import Model
1010

1111

1212
class AgentPoolQueue(Model):

azure-devops/azure/devops/v7_2/cix/cix_client.py

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

9-
from msrest import Serializer, Deserializer
9+
from azure.core.rest import HttpRequest, HttpResponse
1010
from ...client import Client
1111
from . import models
1212

azure-devops/azure/devops/v7_2/cix/models.py

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

9-
from msrest.serialization import Model
9+
from azure.core.serialization import Model
1010

1111

1212
class ConfigurationFile(Model):

azure-devops/azure/devops/v7_2/client_trace/client_trace_client.py

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

9-
from msrest import Serializer, Deserializer
9+
from azure.core.rest import HttpRequest, HttpResponse
1010
from ...client import Client
1111
from . import models
1212

azure-devops/azure/devops/v7_2/client_trace/models.py

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

9-
from msrest.serialization import Model
9+
from azure.core.serialization import Model
1010

1111

1212
class ClientTraceEvent(Model):

0 commit comments

Comments
 (0)