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 containerservice] Add enableFIPS property to 2021-03-01 API in dev 2021-03-01 branch #1914

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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-03-30/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,4 @@
"description": "Profile for Windows VMs in the container service cluster."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2016-09-30/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,4 +485,4 @@
"description": "Profile for Windows VMs in the container service cluster."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-01-31/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,4 +485,4 @@
"description": "Profile for Windows VMs in the container service cluster."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-07-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,4 +935,4 @@
"description": "Reference to a secret stored in Azure Key Vault."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-08-31/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,4 +515,4 @@
"description": "Properties of the managed cluster."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-03-31/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,4 +664,4 @@
"description": "Information about a service principal identity for the cluster to use for manipulating Azure APIs."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-08-01-preview/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,4 +705,4 @@
"description": "Information about a service principal identity for the cluster to use for manipulating Azure APIs."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-09-30-preview/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,4 +489,4 @@
"description": "Used for establishing the purchase context of any 3rd Party artifact through MarketPlace."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-02-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,4 +1165,4 @@
"description": "Microsoft.ContainerService/managedClusters/agentPools"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-04-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1254,4 +1254,4 @@
"description": "Profile for Windows VMs in the container service cluster."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-04-30/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,4 @@
"description": "Used for establishing the purchase context of any 3rd Party artifact through MarketPlace."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-06-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1352,4 +1352,4 @@
"description": "Profile for Windows VMs in the container service cluster."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-08-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,4 +1514,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-09-30-preview/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,4 +513,4 @@
"description": "Used for establishing the purchase context of any 3rd Party artifact through MarketPlace."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-10-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,4 +1514,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-10-27-preview/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,4 +533,4 @@
"description": "Used for establishing the purchase context of any 3rd Party artifact through MarketPlace."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-11-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1649,4 +1649,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-01-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1653,4 +1653,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-02-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1014,7 +1014,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1735,4 +1735,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-03-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1075,7 +1075,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1833,4 +1833,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-04-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1102,7 +1102,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1871,4 +1871,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-06-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1163,7 +1163,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2059,4 +2059,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-07-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1155,7 +1155,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2066,4 +2066,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-09-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1185,7 +1185,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2129,4 +2129,4 @@
"description": "A reference to an Azure resource."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-11-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1370,7 +1370,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2770,4 +2770,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-12-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1530,7 +1530,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -3029,4 +3029,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2021-02-01/Microsoft.ContainerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1540,7 +1540,7 @@
"oneOf": [
{
"type": "number",
"default": -1
"default": -1.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -3054,4 +3054,4 @@
}
}
}
}
}