Resources/mgmt-plane/L3tyZXNvdXJjZWlkfS9wcm92aWRlcnMvbWljcm9zb2Z0LmNoYW5nZWFuYWx5c2lzL3Jlc291cmNlY2hhbmdlcw==/2021-04-01.xml (109 lines of code) (raw):

<?xml version='1.0' encoding='utf-8'?> <CodeGen plane="mgmt-plane"> <resource id="/{resourceid}/providers/microsoft.changeanalysis/resourcechanges" version="2021-04-01" swagger="mgmt-plane/changeanalysis/ResourceProviders/Microsoft.ChangeAnalysis/Paths/L3tyZXNvdXJjZUlkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNoYW5nZUFuYWx5c2lzL3Jlc291cmNlQ2hhbmdlcw==/V/MjAyMS0wNC0wMQ=="/> <commandGroup name="change-analysis"> <command name="list-by-resource" version="2021-04-01"> <resource id="/{resourceid}/providers/microsoft.changeanalysis/resourcechanges" version="2021-04-01" swagger="mgmt-plane/changeanalysis/ResourceProviders/Microsoft.ChangeAnalysis/Paths/L3tyZXNvdXJjZUlkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkNoYW5nZUFuYWx5c2lzL3Jlc291cmNlQ2hhbmdlcw==/V/MjAyMS0wNC0wMQ=="/> <argGroup name=""> <arg type="string" var="$Path.resourceId" options="resource r" required="True"> <help short="The identifier of the resource."/> </arg> <arg type="dateTime" var="$Query.endTime" options="end-time" required="True"> <help short="Specifies the end time of the changes request."/> </arg> <arg type="string" var="$Query.skipToken" options="skip-token"> <help short="A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls."/> </arg> <arg type="dateTime" var="$Query.startTime" options="start-time" required="True"> <help short="Specifies the start time of the changes request."/> </arg> </argGroup> <operation operationId="ResourceChanges_List"> <http path="/{resourceId}/providers/Microsoft.ChangeAnalysis/resourceChanges"> <request method="post"> <path> <param type="string" name="resourceId" arg="$Path.resourceId" required="True"/> </path> <query> <param type="dateTime" name="$endTime" arg="$Query.endTime" required="True"/> <param type="string" name="$skipToken" arg="$Query.skipToken"/> <param type="dateTime" name="$startTime" arg="$Query.startTime" required="True"/> <const readOnly="True" const="True" type="string" name="api-version" required="True"> <default value="&quot;2021-04-01&quot;"/> <format minLength="1"/> </const> </query> </request> <response statusCode="200"> <body> <json var="$Instance"> <schema type="object"> <prop type="string" name="nextLink"/> <prop type="array<object>" name="value"> <item type="object"> <prop readOnly="True" type="string" name="id"/> <prop readOnly="True" type="string" name="name"/> <prop type="object" name="properties"> <prop type="string" name="changeType"> <enum> <item value="&quot;Add&quot;"/> <item value="&quot;Remove&quot;"/> <item value="&quot;Update&quot;"/> </enum> </prop> <prop type="array<string>" name="initiatedByList"> <item type="string"/> </prop> <prop type="array<object>" name="propertyChanges"> <item type="object"> <prop type="string" name="changeCategory"> <enum> <item value="&quot;System&quot;"/> <item value="&quot;User&quot;"/> </enum> </prop> <prop type="string" name="changeType"> <enum> <item value="&quot;Add&quot;"/> <item value="&quot;Remove&quot;"/> <item value="&quot;Update&quot;"/> </enum> </prop> <prop type="string" name="description"/> <prop type="string" name="displayName"/> <prop type="boolean" name="isDataMasked"/> <prop type="string" name="jsonPath"/> <prop type="string" name="level"> <enum> <item value="&quot;Important&quot;"/> <item value="&quot;Noisy&quot;"/> <item value="&quot;Normal&quot;"/> </enum> </prop> <prop type="string" name="newValue"/> <prop type="string" name="oldValue"/> </item> </prop> <prop type="string" name="resourceId"/> <prop type="dateTime" name="timeStamp"/> </prop> <prop readOnly="True" type="string" name="type"/> </item> </prop> </schema> </json> </body> </response> <response isError="True"> <body> <json> <schema type="@MgmtErrorFormat"/> </json> </body> </response> </http> </operation> <output type="array" ref="$Instance.value" clientFlatten="True" nextLink="$Instance.nextLink"/> </command> </commandGroup> </CodeGen>