Skip to content

Commit

Permalink
[ReleasePR purview] Updated SKU property to be read only (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 10, 2021
2 parents 8e93c4b + 0207a67 commit 233b441
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
42 changes: 0 additions & 42 deletions schemas/2020-12-01-preview/Microsoft.Purview.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@
]
}
},
"sku": {
"oneOf": [
{
"$ref": "#/definitions/AccountSku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Sku"
},
"tags": {
"oneOf": [
{
Expand Down Expand Up @@ -171,37 +160,6 @@
},
"description": "The account properties"
},
"AccountSku": {
"type": "object",
"properties": {
"capacity": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Gets or sets the sku capacity. Possible values include: 4, 16"
},
"name": {
"oneOf": [
{
"type": "string",
"enum": [
"Standard"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Gets or sets the sku name."
}
},
"description": "The Sku"
},
"accounts_privateEndpointConnections_childResource": {
"type": "object",
"properties": {
Expand Down
42 changes: 0 additions & 42 deletions schemas/2021-07-01/Microsoft.Purview.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@
]
}
},
"sku": {
"oneOf": [
{
"$ref": "#/definitions/AccountSku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The Sku"
},
"tags": {
"oneOf": [
{
Expand Down Expand Up @@ -171,37 +160,6 @@
},
"description": "The account properties"
},
"AccountSku": {
"type": "object",
"properties": {
"capacity": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Gets or sets the sku capacity. Possible values include: 4, 16"
},
"name": {
"oneOf": [
{
"type": "string",
"enum": [
"Standard"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Gets or sets the sku name."
}
},
"description": "The Sku"
},
"accounts_privateEndpointConnections_childResource": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 233b441

Please sign in to comment.