Skip to content

Commit ba759da

Browse files
Shiwani-KShiwani Karmalkar
andauthored
removing unused property from ArcData\SqlServerInstance resource type (#18448)
Co-authored-by: Shiwani Karmalkar <shkarmal@microsoft.com>
1 parent 896960a commit ba759da

File tree

6 files changed

+6
-17
lines changed

6 files changed

+6
-17
lines changed

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/CreateOrUpdateSqlServerInstance.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
2626
"status": "Registered",
2727
"azureDefenderStatus": "Protected",
28-
"hostType": "Physical Server",
29-
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
28+
"hostType": "Physical Server"
3029
}
3130
}
3231
},
@@ -50,8 +49,7 @@
5049
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
5150
"status": "Registered",
5251
"azureDefenderStatus": "Protected",
53-
"hostType": "Physical Server",
54-
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
52+
"hostType": "Physical Server"
5553
},
5654
"location": "northeurope",
5755
"systemData": {

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/GetSqlServerInstance.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
2626
"azureDefenderStatus": "Protected",
2727
"status": "Registered",
28-
"hostType": "Physical Server",
29-
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
28+
"hostType": "Physical Server"
3029
},
3130
"location": "northeurope",
3231
"systemData": {

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/ListByResourceGroupSqlServerInstance.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
2727
"azureDefenderStatus": "Protected",
2828
"status": "Registered",
29-
"hostType": "Physical Server",
30-
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
29+
"hostType": "Physical Server"
3130
},
3231
"location": "northeurope",
3332
"systemData": {

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/ListSubscriptionSqlServerInstance.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
2626
"azureDefenderStatus": "Protected",
2727
"status": "Registered",
28-
"hostType": "Physical Server",
29-
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
28+
"hostType": "Physical Server"
3029
},
3130
"location": "northeurope",
3231
"systemData": {

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/UpdateSqlServerInstance.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"azureDefenderStatusLastUpdated": "2020-01-02T17:18:19.1234567Z",
3131
"azureDefenderStatus": "Protected",
3232
"status": "Registered",
33-
"hostType": "Physical Server",
34-
"esuExpirationDate": "2023-07-01T17:18:19.1234567Z"
33+
"hostType": "Physical Server"
3534
},
3635
"location": "northeurope",
3736
"systemData": {

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/sqlServerInstances.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@
152152
"description": "The provisioning state of the Arc-enabled SQL Server resource.",
153153
"readOnly": true
154154
},
155-
"esuExpirationDate": {
156-
"type": "string",
157-
"format": "date-time",
158-
"description": "Timestamp of ESU Expiration."
159-
},
160155
"hostType": {
161156
"type": "string",
162157
"description": "Type of host for Azure Arc SQL Server",

0 commit comments

Comments
 (0)