Skip to content

Commit

Permalink
Changes to remove the flag x-ms-arm-resource as the .net sdks were no… (
Browse files Browse the repository at this point in the history
#5774)

* Changes to remove the flag x-ms-arm-resource as the .net sdks were not getting generated properly.

* Updates
  • Loading branch information
ajaygit158 authored Dec 23, 2021
1 parent f778eac commit 81d3264
Showing 1 changed file with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1988,8 +1988,7 @@
"subnetId",
"virtualMachineConfiguration",
"instanceCount"
],
"x-ms-azure-resource": true
]
},
"DatabaseConfiguration": {
"description": "Gets or sets the database configuration.",
Expand All @@ -2013,8 +2012,7 @@
"subnetId",
"virtualMachineConfiguration",
"instanceCount"
],
"x-ms-azure-resource": true
]
},
"ApplicationServerConfiguration": {
"description": "Gets or sets the application server configuration.",
Expand All @@ -2038,8 +2036,7 @@
"subnetId",
"virtualMachineConfiguration",
"instanceCount"
],
"x-ms-azure-resource": true
]
},
"HighAvailabilityConfiguration": {
"description": "Gets or sets the high availability configuration.",
Expand All @@ -2052,8 +2049,7 @@
},
"required": [
"highAvailabilityType"
],
"x-ms-azure-resource": true
]
},
"ThreeTierConfiguration": {
"x-ms-discriminator-value": "ThreeTier",
Expand Down Expand Up @@ -2315,8 +2311,7 @@
},
"required": [
"properties"
],
"x-ms-azure-resource": true
]
},
"SAPVirtualInstanceList": {
"description": "Defines the collection of SAP Virtual Instance.",
Expand Down Expand Up @@ -2489,8 +2484,7 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/SAPApplicationServerProperties"
}
},
"x-ms-azure-resource": true
}
},
"MessageServerProperties": {
"description": "Defines the SAP message server properties.",
Expand Down Expand Up @@ -2658,8 +2652,7 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/SAPCentralServerProperties"
}
},
"x-ms-azure-resource": true
}
},
"SAPDatabaseProperties": {
"description": "Defines the SAP Database properties.",
Expand Down Expand Up @@ -2734,8 +2727,7 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/SAPDatabaseProperties"
}
},
"x-ms-azure-resource": true
}
},
"ErrorDefinition": {
"type": "object",
Expand Down

0 comments on commit 81d3264

Please sign in to comment.