Skip to content
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

Removing unused property from ArcData\SqlServerInstance resource type - was in 2022-03-01-preview version only #18448

Merged
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 @@ -25,8 +25,7 @@
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
"status": "Registered",
"azureDefenderStatus": "Protected",
"hostType": "Physical Server",
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
"hostType": "Physical Server"
}
}
},
Expand All @@ -50,8 +49,7 @@
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
"status": "Registered",
"azureDefenderStatus": "Protected",
"hostType": "Physical Server",
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
"hostType": "Physical Server"
},
"location": "northeurope",
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
"azureDefenderStatus": "Protected",
"status": "Registered",
"hostType": "Physical Server",
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
"hostType": "Physical Server"
},
"location": "northeurope",
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
"azureDefenderStatus": "Protected",
"status": "Registered",
"hostType": "Physical Server",
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
"hostType": "Physical Server"
},
"location": "northeurope",
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
"azureDefenderStatus": "Protected",
"status": "Registered",
"hostType": "Physical Server",
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
"hostType": "Physical Server"
},
"location": "northeurope",
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
"azureDefenderStatus": "Protected",
"status": "Registered",
"hostType": "Physical Server",
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
"hostType": "Physical Server"
},
"location": "northeurope",
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@
"description": "The provisioning state of the Arc-enabled SQL Server resource.",
"readOnly": true
},
"esuExpirationDate": {
"type": "string",
"format": "date-time",
"description": "Timestamp of ESU Expiration."
},
"hostType": {
"type": "string",
"description": "Type of host for Azure Arc SQL Server",
Expand Down