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 apimanagement] change the value of license header for go SDK #1313

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
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."
}
}
}
}
25 changes: 21 additions & 4 deletions schemas/2020-06-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,21 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of Client Certificate Thumbprint."
"description": "List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided."
},
"certificateIds": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of Client Certificate Ids."
},
"header": {
"oneOf": [
Expand Down Expand Up @@ -3427,9 +3441,13 @@
"BackendServiceFabricClusterProperties": {
"type": "object",
"properties": {
"clientCertificateId": {
"type": "string",
"description": "The client certificate id for the management endpoint."
},
"clientCertificatethumbprint": {
"type": "string",
"description": "The client certificate thumbprint for the management endpoint."
"description": "The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided"
},
"managementEndpoints": {
"oneOf": [
Expand Down Expand Up @@ -3486,7 +3504,6 @@
}
},
"required": [
"clientCertificatethumbprint",
"managementEndpoints"
],
"description": "Properties of the Service Fabric Type Backend."
Expand Down Expand Up @@ -7477,4 +7494,4 @@
"description": "Properties of server X509Names."
}
}
}
}