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

[ReleasePR analysisservices] change the value of license header for go SDK #1385

Merged
1 commit merged into from
Jan 14, 2021
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
40 changes: 39 additions & 1 deletion schemas/2016-05-16/Microsoft.AnalysisServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,51 @@
"backupBlobContainerUri": {
"type": "string",
"description": "The container URI of backup blob."
},
"managedMode": {
"oneOf": [
{
"type": "integer",
"default": "1"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The managed mode of the server (0 = not managed, 1 = managed)."
},
"serverMonitorMode": {
"oneOf": [
{
"type": "integer",
"default": "1"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The server monitor mode for AS server"
}
},
"description": "Properties of Analysis Services resource."
},
"ResourceSku": {
"type": "object",
"properties": {
"capacity": {
"oneOf": [
{
"type": "integer",
"minimum": 1,
"maximum": 8,
"default": "1"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The number of instances in the read only query pool."
},
"name": {
"type": "string",
"description": "Name of the SKU level."
Expand Down Expand Up @@ -158,4 +196,4 @@
"description": "An array of administrator user identities"
}
}
}
}
26 changes: 25 additions & 1 deletion schemas/2017-07-14/Microsoft.AnalysisServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,30 @@
}
],
"description": "The gateway details."
},
"managedMode": {
"oneOf": [
{
"type": "integer",
"default": "1"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The managed mode of the server (0 = not managed, 1 = managed)."
},
"serverMonitorMode": {
"oneOf": [
{
"type": "integer",
"default": "1"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The server monitor mode for AS server"
}
},
"description": "Properties of Analysis Services resource."
Expand Down Expand Up @@ -179,4 +203,4 @@
"description": "An array of administrator user identities"
}
}
}
}
37 changes: 36 additions & 1 deletion schemas/2017-08-01/Microsoft.AnalysisServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@
],
"description": "An array of firewall rules."
},
"managedMode": {
"oneOf": [
{
"type": "integer",
"default": "1"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The managed mode of the server (0 = not managed, 1 = managed)."
},
"querypoolConnectionMode": {
"oneOf": [
{
Expand All @@ -141,6 +153,29 @@
}
],
"description": "How the read-write server's participation in the query pool is controlled.<br/>It can have the following values: <ul><li>readOnly - indicates that the read-write server is intended not to participate in query operations</li><li>all - indicates that the read-write server can participate in query operations</li></ul>Specifying readOnly when capacity is 1 results in error."
},
"serverMonitorMode": {
"oneOf": [
{
"type": "integer",
"default": "1"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The server monitor mode for AS server"
},
"sku": {
"oneOf": [
{
"$ref": "#/definitions/ResourceSku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Represents the SKU name and Azure pricing tier for Analysis Services resource."
}
},
"description": "Properties of Analysis Services resource."
Expand Down Expand Up @@ -268,4 +303,4 @@
"description": "An array of administrator user identities."
}
}
}
}