@@ -112,8 +112,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
112112class Resource (_model_base .Model ):
113113 """Common fields that are returned in the response for all Azure Resource Manager resources.
114114
115- Readonly variables are only populated by the server, and will be ignored when sending a request.
116-
117115 :ivar id: Fully qualified resource ID for the resource. Ex -
118116 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
119117 :vartype id: str
@@ -143,8 +141,6 @@ class ProxyResource(Resource):
143141 """The resource model definition for a Azure Resource Manager proxy resource. It will not have
144142 tags and a location.
145143
146- Readonly variables are only populated by the server, and will be ignored when sending a request.
147-
148144 :ivar id: Fully qualified resource ID for the resource. Ex -
149145 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
150146 :vartype id: str
@@ -163,8 +159,6 @@ class Connector(ProxyResource):
163159 """A connector is a resource that can be used to proactively report impacts against workloads in
164160 Azure to Microsoft.
165161
166- Readonly variables are only populated by the server, and will be ignored when sending a request.
167-
168162 :ivar id: Fully qualified resource ID for the resource. Ex -
169163 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
170164 :vartype id: str
@@ -206,9 +200,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
206200class ConnectorProperties (_model_base .Model ):
207201 """Details of the Connector.
208202
209- Readonly variables are only populated by the server, and will be ignored when sending a request.
210-
211-
212203 :ivar provisioning_state: Resource provisioning state. Known values are: "Succeeded", "Failed",
213204 and "Canceled".
214205 :vartype provisioning_state: str or ~azure.mgmt.impactreporting.models.ProvisioningState
@@ -318,7 +309,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
318309class Content (_model_base .Model ):
319310 """Article details of the insight like title, description etc.
320311
321-
322312 :ivar title: Title of the insight. Required.
323313 :vartype title: str
324314 :ivar description: Description of the insight. Required.
@@ -352,8 +342,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
352342class ErrorAdditionalInfo (_model_base .Model ):
353343 """The resource management error additional info.
354344
355- Readonly variables are only populated by the server, and will be ignored when sending a request.
356-
357345 :ivar type: The additional info type.
358346 :vartype type: str
359347 :ivar info: The additional info.
@@ -369,8 +357,6 @@ class ErrorAdditionalInfo(_model_base.Model):
369357class ErrorDetail (_model_base .Model ):
370358 """The error detail.
371359
372- Readonly variables are only populated by the server, and will be ignored when sending a request.
373-
374360 :ivar code: The error code.
375361 :vartype code: str
376362 :ivar message: The error message.
@@ -464,7 +450,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
464450class ExpectedValueRange (_model_base .Model ):
465451 """Max and Min Threshold values for the metric.
466452
467-
468453 :ivar min: Min threshold value for the metric. Required.
469454 :vartype min: float
470455 :ivar max: Max threshold value for the metric. Required.
@@ -498,8 +483,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
498483class ImpactCategory (ProxyResource ):
499484 """ImpactCategory resource.
500485
501- Readonly variables are only populated by the server, and will be ignored when sending a request.
502-
503486 :ivar id: Fully qualified resource ID for the resource. Ex -
504487 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
505488 :vartype id: str
@@ -541,9 +524,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
541524class ImpactCategoryProperties (_model_base .Model ):
542525 """Impact category properties.
543526
544- Readonly variables are only populated by the server, and will be ignored when sending a request.
545-
546-
547527 :ivar provisioning_state: Resource provisioning state. Known values are: "Succeeded", "Failed",
548528 and "Canceled".
549529 :vartype provisioning_state: str or ~azure.mgmt.impactreporting.models.ProvisioningState
@@ -600,7 +580,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
600580class ImpactDetails (_model_base .Model ):
601581 """details of of the impact for which insight has been generated.
602582
603-
604583 :ivar impacted_resource_id: List of impacted Azure resources. Required.
605584 :vartype impacted_resource_id: str
606585 :ivar start_time: Time at which impact was started according to reported impact. Required.
@@ -650,8 +629,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
650629class Insight (ProxyResource ):
651630 """Insight resource.
652631
653- Readonly variables are only populated by the server, and will be ignored when sending a request.
654-
655632 :ivar id: Fully qualified resource ID for the resource. Ex -
656633 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
657634 :vartype id: str
@@ -693,9 +670,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
693670class InsightProperties (_model_base .Model ):
694671 """Impact category properties.
695672
696- Readonly variables are only populated by the server, and will be ignored when sending a request.
697-
698-
699673 :ivar provisioning_state: Resource provisioning state. Known values are: "Succeeded", "Failed",
700674 and "Canceled".
701675 :vartype provisioning_state: str or ~azure.mgmt.impactreporting.models.ProvisioningState
@@ -779,8 +753,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
779753class Operation (_model_base .Model ):
780754 """Details of a REST API operation, returned from the Resource Provider Operations API.
781755
782- Readonly variables are only populated by the server, and will be ignored when sending a request.
783-
784756 :ivar name: The name of the operation, as per Resource-Based Access Control (RBAC). Examples:
785757 "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action".
786758 :vartype name: str
@@ -838,8 +810,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
838810class OperationDisplay (_model_base .Model ):
839811 """Localized display information for and operation.
840812
841- Readonly variables are only populated by the server, and will be ignored when sending a request.
842-
843813 :ivar provider: The localized friendly form of the resource provider name, e.g. "Microsoft
844814 Monitoring Insights" or "Microsoft Compute".
845815 :vartype provider: str
@@ -933,7 +903,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
933903class RequiredImpactProperties (_model_base .Model ):
934904 """Required impact properties.
935905
936-
937906 :ivar name: Name of the property. Required.
938907 :vartype name: str
939908 :ivar allowed_values: Allowed values values for the property.
@@ -1105,8 +1074,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
11051074class WorkloadImpact (ProxyResource ):
11061075 """Workload Impact properties.
11071076
1108- Readonly variables are only populated by the server, and will be ignored when sending a request.
1109-
11101077 :ivar id: Fully qualified resource ID for the resource. Ex -
11111078 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
11121079 :vartype id: str
@@ -1148,9 +1115,6 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
11481115class WorkloadImpactProperties (_model_base .Model ):
11491116 """Workload impact properties.
11501117
1151- Readonly variables are only populated by the server, and will be ignored when sending a request.
1152-
1153-
11541118 :ivar provisioning_state: Resource provisioning state. Known values are: "Succeeded", "Failed",
11551119 and "Canceled".
11561120 :vartype provisioning_state: str or ~azure.mgmt.impactreporting.models.ProvisioningState
0 commit comments