Skip to content

Commit 5c971fc

Browse files
author
SDKAuto
committed
CodeGen from PR 32006 in Azure/azure-rest-api-specs
Merge 55f2b9728fe43c48ac3dc0b95b3941567c0c7392 into 95913728a15eef6714bcb8644a16209fd85a89d4
1 parent 90da0a6 commit 5c971fc

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"commit": "ab67c148ec716a0d0075770742d54468f128c72e",
2+
"commit": "d7489550d8dca2126c7a653867261cdbe0e4ac61",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"typespec_src": "specification/iotoperations/IoTOperations.Management",
5-
"@azure-tools/typespec-python": "0.37.0"
5+
"@azure-tools/typespec-python": "0.37.3"
66
}

sdk/iotoperations/azure-mgmt-iotoperations/azure/mgmt/iotoperations/_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 = "1.0.0"
9+
VERSION = "1.0.0b1"

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,8 +1693,8 @@ class DataflowEndpointDataExplorer(_model_base.Model):
16931693
~azure.mgmt.iotoperations.models.DataflowEndpointDataExplorerAuthentication
16941694
:ivar database: Database name. Required.
16951695
:vartype database: str
1696-
:ivar host: Host of the Azure Data Explorer in the form of
1697-
:code:`<cluster>`.:code:`<region>`.kusto.windows.net . Required.
1696+
:ivar host: Host of the Azure Data Explorer in the form of :code:`<cluster>`.\\
1697+
:code:`<region>`.kusto.windows.net . Required.
16981698
:vartype host: str
16991699
:ivar batching: Azure Data Explorer endpoint batching configuration.
17001700
:vartype batching: ~azure.mgmt.iotoperations.models.BatchingConfiguration
@@ -1706,8 +1706,8 @@ class DataflowEndpointDataExplorer(_model_base.Model):
17061706
database: str = rest_field()
17071707
"""Database name. Required."""
17081708
host: str = rest_field()
1709-
"""Host of the Azure Data Explorer in the form of
1710-
:code:`<cluster>`.:code:`<region>`.kusto.windows.net . Required."""
1709+
"""Host of the Azure Data Explorer in the form of :code:`<cluster>`.\
1710+
:code:`<region>`.kusto.windows.net . Required."""
17111711
batching: Optional["_models.BatchingConfiguration"] = rest_field()
17121712
"""Azure Data Explorer endpoint batching configuration."""
17131713

@@ -1903,8 +1903,8 @@ class DataflowEndpointFabricOneLake(_model_base.Model):
19031903
or files. Required. Known values are: "Files" and "Tables".
19041904
:vartype one_lake_path_type: str or
19051905
~azure.mgmt.iotoperations.models.DataflowEndpointFabricPathType
1906-
:ivar host: Host of the Microsoft Fabric in the form of
1907-
https://:code:`<host>`.fabric.microsoft.com. Required.
1906+
:ivar host: Host of the Microsoft Fabric in the form of https://\\
1907+
:code:`<host>`.fabric.microsoft.com. Required.
19081908
:vartype host: str
19091909
:ivar batching: Batching configuration.
19101910
:vartype batching: ~azure.mgmt.iotoperations.models.BatchingConfiguration
@@ -1919,7 +1919,7 @@ class DataflowEndpointFabricOneLake(_model_base.Model):
19191919
"""Type of location of the data in the workspace. Can be either tables or files. Required. Known
19201920
values are: \"Files\" and \"Tables\"."""
19211921
host: str = rest_field()
1922-
"""Host of the Microsoft Fabric in the form of https://:code:`<host>`.fabric.microsoft.com.
1922+
"""Host of the Microsoft Fabric in the form of https://\ :code:`<host>`.fabric.microsoft.com.
19231923
Required."""
19241924
batching: Optional["_models.BatchingConfiguration"] = rest_field()
19251925
"""Batching configuration."""
@@ -2275,7 +2275,7 @@ class DataflowEndpointMqtt(_model_base.Model):
22752275
:ivar client_id_prefix: Client ID prefix. Client ID generated by the dataflow is
22762276
:code:`<prefix>`-TBD. Optional; no prefix if omitted.
22772277
:vartype client_id_prefix: str
2278-
:ivar host: Host of the Broker in the form of :code:`<hostname>`::code:`<port>`. Optional;
2278+
:ivar host: Host of the Broker in the form of :code:`<hostname>`:\\ :code:`<port>`. Optional;
22792279
connects to Broker if omitted.
22802280
:vartype host: str
22812281
:ivar protocol: Enable or disable websockets. Known values are: "Mqtt" and "WebSockets".
@@ -2307,7 +2307,7 @@ class DataflowEndpointMqtt(_model_base.Model):
23072307
"""Client ID prefix. Client ID generated by the dataflow is :code:`<prefix>`-TBD. Optional; no
23082308
prefix if omitted."""
23092309
host: Optional[str] = rest_field()
2310-
"""Host of the Broker in the form of :code:`<hostname>`::code:`<port>`. Optional; connects to
2310+
"""Host of the Broker in the form of :code:`<hostname>`:\ :code:`<port>`. Optional; connects to
23112311
Broker if omitted."""
23122312
protocol: Optional[Union[str, "_models.BrokerProtocolType"]] = rest_field()
23132313
"""Enable or disable websockets. Known values are: \"Mqtt\" and \"WebSockets\"."""
@@ -3566,21 +3566,21 @@ class Operation(_model_base.Model):
35663566
is_data_action: Optional[bool] = rest_field(name="isDataAction", visibility=["read"])
35673567
"""Whether the operation applies to data-plane. This is \"true\" for data-plane operations and
35683568
\"false\" for Azure Resource Manager/control-plane operations."""
3569-
display: Optional["_models.OperationDisplay"] = rest_field(visibility=["read"])
3569+
display: Optional["_models.OperationDisplay"] = rest_field()
35703570
"""Localized display information for this particular operation."""
35713571
origin: Optional[Union[str, "_models.Origin"]] = rest_field(visibility=["read"])
35723572
"""The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit
35733573
logs UX. Default value is \"user,system\". Known values are: \"user\", \"system\", and
35743574
\"user,system\"."""
3575-
action_type: Optional[Union[str, "_models.ActionType"]] = rest_field(name="actionType")
3575+
action_type: Optional[Union[str, "_models.ActionType"]] = rest_field(name="actionType", visibility=["read"])
35763576
"""Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for
35773577
internal only APIs. \"Internal\""""
35783578

35793579
@overload
35803580
def __init__(
35813581
self,
35823582
*,
3583-
action_type: Optional[Union[str, "_models.ActionType"]] = None,
3583+
display: Optional["_models.OperationDisplay"] = None,
35843584
) -> None: ...
35853585

35863586
@overload
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/iotoperations/IoTOperations.Management
2-
commit: ab67c148ec716a0d0075770742d54468f128c72e
2+
commit: d7489550d8dca2126c7a653867261cdbe0e4ac61
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

0 commit comments

Comments
 (0)