@@ -54,12 +54,12 @@ class DateTimeInterval(msrest.serialization.Model):
5454
5555 All required parameters must be populated in order to send to Azure.
5656
57- :param start: Required. A datetime indicating the inclusive/closed start of the time interval,
58- i.e. ``[``\ **\ ``start``\ **\ ``, end)``. Specifying a ``start`` that occurs chronologically
57+ :param start: Required. A datetime indicating the inclusive/closed start of the time interval.
58+ Specifying a ``start`` that occurs chronologically
5959 after ``end`` will result in an error.
6060 :type start: ~datetime.datetime
61- :param end: Required. A datetime indicating the exclusive/open end of the time interval, i.e .
62- ``[start,``\ **\ ``end``\ **\ ``)``. Specifying an ``end`` that occurs chronologically before
61+ :param end: Required. A datetime indicating the exclusive/open end of the time interval.
62+ Specifying an ``end`` that occurs chronologically before
6363 ``start`` will result in an error.
6464 :type end: ~datetime.datetime
6565 """
@@ -1197,12 +1197,12 @@ class ResourceChangesRequestParametersInterval(DateTimeInterval):
11971197
11981198 All required parameters must be populated in order to send to Azure.
11991199
1200- :param start: Required. A datetime indicating the inclusive/closed start of the time interval,
1201- i.e. ``[``\ **\ ``start``\ **\ ``, end)``. Specifying a ``start`` that occurs chronologically
1200+ :param start: Required. A datetime indicating the inclusive/closed start of the time interval.
1201+ Specifying a ``start`` that occurs chronologically
12021202 after ``end`` will result in an error.
12031203 :type start: ~datetime.datetime
1204- :param end: Required. A datetime indicating the exclusive/open end of the time interval, i.e .
1205- ``[start,``\ **\ ``end``\ **\ ``)``. Specifying an ``end`` that occurs chronologically before
1204+ :param end: Required. A datetime indicating the exclusive/open end of the time interval.
1205+ Specifying an ``end`` that occurs chronologically before
12061206 ``start`` will result in an error.
12071207 :type end: ~datetime.datetime
12081208 """
0 commit comments