Skip to content
Closed
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
2 changes: 1 addition & 1 deletion schemas/2016-07-07/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2843,4 +2843,4 @@
"description": "Configuration of a virtual network to which API Management service is deployed."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2016-10-10/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -3427,4 +3427,4 @@
"description": "Configuration of a virtual network to which API Management service is deployed."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-03-01/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -6460,4 +6460,4 @@
"description": "Properties of server X509Names."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-01-01/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -6513,4 +6513,4 @@
"description": "Properties of server X509Names."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-06-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -6668,4 +6668,4 @@
"description": "Properties of server X509Names."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-01-01/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -6580,4 +6580,4 @@
"description": "Properties of server X509Names."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-12-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -7019,4 +7019,4 @@
"description": "Properties of server X509Names."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-12-01/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -7149,4 +7149,4 @@
"description": "Properties of server X509Names."
}
}
}
}
134 changes: 133 additions & 1 deletion schemas/2020-06-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
{
"$ref": "#/definitions/service_subscriptions_childResource"
},
{
"$ref": "#/definitions/service_tenant_childResource"
},
{
"$ref": "#/definitions/service_users_childResource"
}
Expand Down Expand Up @@ -2241,6 +2244,56 @@
],
"description": "Microsoft.ApiManagement/service/templates"
},
"service_tenant": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2020-06-01-preview"
]
},
"name": {
"oneOf": [
{
"type": "string",
"enum": [
"access",
"getAccess"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The identifier of the Access configuration."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/AccessInformationCreateParameterProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Tenant access information update parameters of the API Management service"
},
"type": {
"type": "string",
"enum": [
"Microsoft.ApiManagement/service/tenant"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.ApiManagement/service/tenant"
},
"service_users": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2284,6 +2337,35 @@
}
},
"definitions": {
"AccessInformationCreateParameterProperties": {
"type": "object",
"properties": {
"enabled": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Determines whether direct access is enabled."
},
"primaryKey": {
"type": "string",
"description": "Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value."
},
"principalId": {
"type": "string",
"description": "Principal (User) Identifier."
},
"secondaryKey": {
"type": "string",
"description": "Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value."
}
},
"description": "Tenant access information update parameters of the API Management service"
},
"AdditionalLocation": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -6965,6 +7047,56 @@
],
"description": "Microsoft.ApiManagement/service/templates"
},
"service_tenant_childResource": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2020-06-01-preview"
]
},
"name": {
"oneOf": [
{
"type": "string",
"enum": [
"access",
"getAccess"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The identifier of the Access configuration."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/AccessInformationCreateParameterProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Tenant access information update parameters of the API Management service"
},
"type": {
"type": "string",
"enum": [
"tenant"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.ApiManagement/service/tenant"
},
"service_users_childResource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -7345,4 +7477,4 @@
"description": "Properties of server X509Names."
}
}
}
}