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

[AutoPR servicefabric] Service fabric 2020-01-01-preview remove unsupported reversproxy and useTestExtension #303

Closed
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-09-01/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,4 +760,4 @@
"description": "ServiceFabric section settings"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-07-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -1861,4 +1861,4 @@
"description": "The properties of a stateless service resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-02-01/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,4 +987,4 @@
"description": "Describes a section in the fabric settings of the cluster."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-03-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -2163,4 +2163,4 @@
"description": "The properties of a stateless service resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-03-01/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -2163,4 +2163,4 @@
"description": "The properties of a stateless service resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-06-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -2262,4 +2262,4 @@
"properties": {}
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-11-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -2317,4 +2317,4 @@
"properties": {}
}
}
}
}
30 changes: 4 additions & 26 deletions schemas/2020-01-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
},
"issuerThumbprint": {
"type": "string",
"description": "Issuer thumbprint for the certificate. Its only use ehn CommonName is used."
"description": "Issuer thumbprint for the certificate. Its only use CommonName is used."
},
"thumbprint": {
"type": "string",
Expand Down Expand Up @@ -667,28 +667,6 @@
}
],
"description": "Describes load balancing rules."
},
"reverseProxyEndpointPort": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The endpoint used by reverse proxy."
},
"useTestExtension": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Use service fabric test vm extension, by default it's false."
}
},
"required": [
Expand Down Expand Up @@ -869,7 +847,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The number of nodes in the node type. This count should match the capacity property in the corresponding VirtualMachineScaleSet resource."
"description": "The number of nodes in the node type."
},
"vmSecrets": {
"oneOf": [
Expand Down Expand Up @@ -999,7 +977,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Sku Name. Basic will hav a minimum of 3 seed nodes and Standard a minimum of 5. Basic only allows 1 node type."
"description": "Sku Name. Basic will have a minimum of 3 seed nodes and Standard a minimum of 5. Basic only allows 1 node type."
}
},
"required": [
Expand Down Expand Up @@ -1158,4 +1136,4 @@
"description": "Describes the properties of a Virtual Machine Scale Set Extension."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-03-01/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -2317,4 +2317,4 @@
"properties": {}
}
}
}
}