Skip to content

Commit

Permalink
Adding system data property in examples for api version 2021-08-01 (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
yashjain4 authored and LeiWang3 committed Mar 31, 2022
1 parent 732fd86 commit 4d6ad15
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
]
},
"provisioningState": "Succeeded"
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-08-01T15:06:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-08-27T17:16:24.3644126Z"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
"/subscriptions/subid/resourceGroups/eastusRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/umi1"
]
}
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-08-01T15:06:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-08-27T17:16:24.3644126Z"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
"/subscriptions/subid/resourceGroups/eastusRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/umi1"
]
}
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-08-01T15:06:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-08-27T17:16:24.3644126Z"
}
},
{
Expand All @@ -72,6 +80,14 @@
}
}
]
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-08-02T15:10:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-08-02T17:16:24.3644126Z"
}
},
{
Expand All @@ -80,6 +96,14 @@
"type": "Microsoft.Migrate/MoveCollections/MoveResources",
"properties": {
"sourceId": "/subscriptions/c4488a3f-a7f7-4ad4-aa72-0e1f4d9c0756/resourceGroups/EASTUS/providers/Microsoft.Compute/disks/eastusvm1_OsDisk_1_a88a2f0e8cf44fb3af24aa0f27101f83"
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-08-02T18:05:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-08-02T20:16:24.3644126Z"
}
}
]
Expand Down

0 comments on commit 4d6ad15

Please sign in to comment.