-
Notifications
You must be signed in to change notification settings - Fork 5.8k
AKS Fleet 2026-06-02-preview API version #43386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
minhng22
wants to merge
21
commits into
main
Choose a base branch
from
dev-aks-fleet-2026-06-02-preview
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
dda5f68
add Azure Kubernetes Fleet Manager API version 2026-05-01-preview
2d1081b
Add 2026-05-01-preview json spec / examples
bbb1add
Fixed maxAllowedFailures type on stage / group status objects (#41423)
Ealianis 65192f4
Add memberSelector field to UpdateStage in 2026-05-01-preview (#41483)
nibooy 7c5263b
Target Fleet 2026-05-01-preview: Add support for external rollout via…
weng271190436 ef83cbe
Add Scheduled Start Gate to 2026-05-01-preview (#41895)
JunyuQian a78b741
Add an extra field absolute-start-time to Scheduled Start Properties …
JunyuQian 0b1b325
Adding memberSelector to UpdateGroup in dev-aks-fleet-2026-05-01-prev…
nibooy 04b29d9
fix: update updategroup doc contract (#42330)
nibooy 0e7bec1
Add 2026-05-01-preview tag block in README
adda747
Make cluster update strategy reference name optional because it is pa…
0391824
Fix DescriptionMustNotBeNodeName
1a28d92
Run tsp compile
a4b83a2
create new api version 2026-06-01-preview
7854c7a
missing readme change
e496581
Add new auto-upgrade channel. Support 204 in GenerateUpdateRuns API …
minhng22 cb7f414
[fleet] Readd accidently removed MAF fields from TSPs (#42895)
Ealianis 688eaca
Dev aks fleet 2026 06 01 preview namespace examples (#42987)
weng271190436 92bdea2
update api version reference
a93ba22
fleet 2026-06-02-preview: Get update namespace final state via origi…
weng271190436 dec971e
address copilot comments
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...ice/fleet/examples/2026-05-01-preview/AutoUpgradeProfileOperations_GenerateUpdateRun.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "title": "AutoUpgradeProfileOperations_GenerateUpdateRun", | ||
| "operationId": "AutoUpgradeProfileOperations_GenerateUpdateRun", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rgfleets", | ||
| "fleetName": "fleet1", | ||
| "autoUpgradeProfileName": "aup1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "lfte" | ||
| } | ||
| }, | ||
| "202": { | ||
| "headers": { | ||
| "Azure-AsyncOperation": "https://contoso.com/operationstatus" | ||
| } | ||
| } | ||
| } | ||
| } | ||
78 changes: 78 additions & 0 deletions
78
...ontainerService/fleet/examples/2026-05-01-preview/AutoUpgradeProfiles_CreateOrUpdate.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,78 @@ | ||
| { | ||
| "title": "Create an AutoUpgradeProfile.", | ||
| "operationId": "AutoUpgradeProfiles_CreateOrUpdate", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rgfleets", | ||
| "If-Match": "uktvayathbu", | ||
| "If-None-Match": "vdjolwxnefqamimybcvxxva", | ||
| "fleetName": "fleet1", | ||
| "autoUpgradeProfileName": "autoupgradeprofile1", | ||
| "resource": { | ||
| "properties": { | ||
| "channel": "Stable", | ||
| "updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1", | ||
| "nodeImageSelection": { | ||
| "type": "Latest" | ||
| }, | ||
| "disabled": true | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "channel": "Stable", | ||
| "provisioningState": "Succeeded", | ||
| "updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1", | ||
| "nodeImageSelection": { | ||
| "type": "Latest" | ||
| }, | ||
| "disabled": true | ||
| }, | ||
| "eTag": "\"EtagValue\"", | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1", | ||
| "name": "autoupgradeprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles", | ||
| "systemData": { | ||
| "createdBy": "someUser", | ||
| "createdByType": "User", | ||
| "createdAt": "2022-03-23T05:40:40.657Z", | ||
| "lastModifiedBy": "someOtherUser", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2022-03-23T05:40:40.657Z" | ||
| } | ||
| } | ||
| }, | ||
| "201": { | ||
| "headers": { | ||
| "Azure-AsyncOperation": "https://contoso.com/operationstatus" | ||
| }, | ||
| "body": { | ||
| "properties": { | ||
| "channel": "Stable", | ||
| "provisioningState": "Succeeded", | ||
| "updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1", | ||
| "nodeImageSelection": { | ||
| "type": "Latest" | ||
| }, | ||
| "disabled": true | ||
| }, | ||
| "eTag": "\"EtagValue\"", | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1", | ||
| "name": "autoupgradeprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles", | ||
| "systemData": { | ||
| "createdBy": "someUser", | ||
| "createdByType": "User", | ||
| "createdAt": "2022-03-23T05:40:40.657Z", | ||
| "lastModifiedBy": "someOtherUser", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2022-03-23T05:40:40.657Z" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
...rosoft.ContainerService/fleet/examples/2026-05-01-preview/AutoUpgradeProfiles_Delete.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "operationId": "AutoUpgradeProfiles_Delete", | ||
| "title": "Delete an AutoUpgradeProfile resource.", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rg1", | ||
| "fleetName": "fleet1", | ||
| "autoUpgradeProfileName": "autoupgradeprofile1" | ||
| }, | ||
| "responses": { | ||
| "202": { | ||
| "headers": { | ||
| "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview", | ||
| "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview" | ||
| } | ||
| }, | ||
| "204": {} | ||
| } | ||
| } |
38 changes: 38 additions & 0 deletions
38
...Microsoft.ContainerService/fleet/examples/2026-05-01-preview/AutoUpgradeProfiles_Get.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| { | ||
| "title": "Gets an AutoUpgradeProfile resource.", | ||
| "operationId": "AutoUpgradeProfiles_Get", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rgfleets", | ||
| "fleetName": "fleet1", | ||
| "autoUpgradeProfileName": "autoupgradeprofile1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "channel": "Stable", | ||
| "provisioningState": "Succeeded", | ||
| "updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1", | ||
| "nodeImageSelection": { | ||
| "type": "Latest" | ||
| }, | ||
| "disabled": true | ||
| }, | ||
| "eTag": "\"EtagValue\"", | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1", | ||
|
minhng22 marked this conversation as resolved.
|
||
| "name": "autoupgradeprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles", | ||
| "systemData": { | ||
| "createdBy": "someUser", | ||
| "createdByType": "User", | ||
| "createdAt": "2022-03-23T05:40:40.657Z", | ||
| "lastModifiedBy": "someOtherUser", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2022-03-23T05:40:40.657Z" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
42 changes: 42 additions & 0 deletions
42
...t.ContainerService/fleet/examples/2026-05-01-preview/AutoUpgradeProfiles_ListByFleet.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| { | ||
| "title": "Lists the AutoUpgradeProfile resources by fleet.", | ||
| "operationId": "AutoUpgradeProfiles_ListByFleet", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rgfleets", | ||
| "fleetName": "fleet1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1", | ||
| "name": "autoupgradeprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles", | ||
| "systemData": { | ||
| "createdBy": "@contoso.com", | ||
| "createdByType": "User", | ||
| "createdAt": "2023-03-01T01:10:08.395Z", | ||
| "lastModifiedBy": "@contoso.com", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2023-03-01T01:10:08.395Z" | ||
| }, | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "channel": "Stable", | ||
| "updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1", | ||
| "nodeImageSelection": { | ||
| "type": "Latest" | ||
| }, | ||
| "disabled": true | ||
| }, | ||
| "eTag": "\"EtagValue\"" | ||
| } | ||
| ], | ||
| "nextLink": "http://nextlink.contoso.com" | ||
|
minhng22 marked this conversation as resolved.
|
||
| } | ||
| } | ||
| } | ||
| } | ||
48 changes: 48 additions & 0 deletions
48
...crosoft.ContainerService/fleet/examples/2026-05-01-preview/ClusterMeshProfiles_Apply.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "title": "Apply a ClusterMeshProfile", | ||
| "operationId": "ClusterMeshProfiles_Apply", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rgfleets", | ||
| "fleetName": "fleet1", | ||
| "clusterMeshProfileName": "clustermeshprofile1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "memberSelector": { | ||
| "byLabel": "env=production" | ||
| }, | ||
| "status": { | ||
| "state": "Connected", | ||
| "lastAppliedMemberSelector": { | ||
| "byLabel": "env=production" | ||
| }, | ||
| "lastOperationId": "12345678-1234-1234-1234-123456789012" | ||
| } | ||
| }, | ||
| "eTag": "\"EtagValue\"", | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1", | ||
| "name": "clustermeshprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/clusterMeshProfiles", | ||
| "systemData": { | ||
| "createdBy": "someUser", | ||
| "createdByType": "User", | ||
| "createdAt": "2022-03-23T05:40:40.657Z", | ||
| "lastModifiedBy": "someOtherUser", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2022-03-23T05:40:40.657Z" | ||
| } | ||
| } | ||
| }, | ||
| "202": { | ||
| "headers": { | ||
| "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview", | ||
| "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview" | ||
| } | ||
| } | ||
| } | ||
| } |
75 changes: 75 additions & 0 deletions
75
...ontainerService/fleet/examples/2026-05-01-preview/ClusterMeshProfiles_CreateOrUpdate.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| { | ||
| "title": "Create or update a ClusterMeshProfile.", | ||
| "operationId": "ClusterMeshProfiles_CreateOrUpdate", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rgfleets", | ||
| "If-Match": "uktvayathbu", | ||
| "fleetName": "fleet1", | ||
| "clusterMeshProfileName": "clustermeshprofile1", | ||
| "resource": { | ||
| "properties": { | ||
| "memberSelector": { | ||
| "byLabel": "env=production" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "memberSelector": { | ||
| "byLabel": "env=production" | ||
| }, | ||
| "status": { | ||
| "state": "Connected", | ||
| "lastAppliedMemberSelector": { | ||
| "byLabel": "env=production" | ||
| }, | ||
| "lastOperationId": "12345678-1234-1234-1234-123456789012" | ||
| } | ||
| }, | ||
| "eTag": "\"EtagValue\"", | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1", | ||
| "name": "clustermeshprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/clusterMeshProfiles", | ||
| "systemData": { | ||
| "createdBy": "someUser", | ||
| "createdByType": "User", | ||
| "createdAt": "2022-03-23T05:40:40.657Z", | ||
| "lastModifiedBy": "someOtherUser", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2022-03-23T05:40:40.657Z" | ||
| } | ||
| } | ||
| }, | ||
| "201": { | ||
| "body": { | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "memberSelector": { | ||
| "byLabel": "env=production" | ||
| }, | ||
| "status": { | ||
| "state": "NotConnected" | ||
| } | ||
| }, | ||
| "eTag": "\"EtagValue\"", | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1", | ||
| "name": "clustermeshprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/clusterMeshProfiles", | ||
| "systemData": { | ||
| "createdBy": "someUser", | ||
| "createdByType": "User", | ||
| "createdAt": "2022-03-23T05:40:40.657Z", | ||
| "lastModifiedBy": "someOtherUser", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2022-03-23T05:40:40.657Z" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
...rosoft.ContainerService/fleet/examples/2026-05-01-preview/ClusterMeshProfiles_Delete.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "operationId": "ClusterMeshProfiles_Delete", | ||
| "title": "Delete an ClusterMeshProfile resource.", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rg1", | ||
| "fleetName": "fleet1", | ||
| "clusterMeshProfileName": "clustermeshprofile1" | ||
| }, | ||
| "responses": { | ||
| "202": { | ||
| "headers": { | ||
| "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview", | ||
| "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview" | ||
| } | ||
| }, | ||
| "204": {} | ||
| } | ||
| } |
42 changes: 42 additions & 0 deletions
42
...Microsoft.ContainerService/fleet/examples/2026-05-01-preview/ClusterMeshProfiles_Get.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| { | ||
| "title": "Get a ClusterMeshProfile resource.", | ||
| "operationId": "ClusterMeshProfiles_Get", | ||
| "parameters": { | ||
| "api-version": "2026-05-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "rgfleets", | ||
| "fleetName": "fleet1", | ||
| "clusterMeshProfileName": "clustermeshprofile1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "memberSelector": { | ||
| "byLabel": "env=production" | ||
| }, | ||
| "status": { | ||
| "state": "Connected", | ||
| "lastAppliedMemberSelector": { | ||
| "byLabel": "env=production" | ||
| }, | ||
| "lastOperationId": "12345678-1234-1234-1234-123456789012" | ||
| } | ||
| }, | ||
| "eTag": "\"EtagValue\"", | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1", | ||
| "name": "clustermeshprofile1", | ||
| "type": "Microsoft.ContainerService/fleets/clusterMeshProfiles", | ||
| "systemData": { | ||
| "createdBy": "someUser", | ||
| "createdByType": "User", | ||
| "createdAt": "2022-03-23T05:40:40.657Z", | ||
| "lastModifiedBy": "someOtherUser", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2022-03-23T05:40:40.657Z" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.