Skip to content

Add Service Upgrade API changes / Azure Search / 2025-02-01-preview #31938

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

Draft
wants to merge 8 commits into
base: efrainretana/2025-02-01-preview
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -92,7 +98,13 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,16 @@
"aadAuthFailureMode": "http401WithBearerChallenge"
}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": true,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming the "lastModified" properties are updated any time service metadata is changed by the customer, we will still need to include serviceUpgradedAt to know the version of the service was last changed. This is how we'll know the current version of the service and whether there is an upgrade available.

"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -99,7 +108,16 @@
"aadAuthFailureMode": "http401WithBearerChallenge"
}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,16 @@
},
"disableLocalAuth": true,
"authOptions": null,
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we have location and sku as top level values, I wonder if we should elevate systemData to a top level node vs keeping it under the properties node.

"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -89,7 +98,16 @@
},
"disableLocalAuth": true,
"authOptions": null,
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -93,7 +102,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -114,7 +123,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -117,7 +126,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -95,7 +104,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,16 @@
},
"disabledDataExfiltrationOptions": [
"All"
]
],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -99,7 +108,16 @@
},
"disabledDataExfiltrationOptions": [
"All"
]
],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
},
"identity": {
"type": "SystemAssigned, UserAssigned",
Expand Down Expand Up @@ -109,7 +118,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
},
"identity": {
"type": "SystemAssigned, UserAssigned",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,16 @@
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": [],
"semanticSearch": "free"
"semanticSearch": "free",
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
},
Expand Down Expand Up @@ -95,7 +104,16 @@
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": [],
"semanticSearch": "free"
"semanticSearch": "free",
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,16 @@
"authOptions": {
"apiKeyOnly": {}
},
"disabledDataExfiltrationOptions": []
"disabledDataExfiltrationOptions": [],
"upgradeAvailable": false,
"systemData": {
"createdBy": "My e-commerce app",
"createdByType": "Application",
"createdAt": "2024-01-01T00:00:00Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-11-01T00:00:00Z"
}
}
}
}
Expand Down
Loading
Loading