Skip to content

Commit

Permalink
Remove FipsApprovedMode from spec and examples (Azure#30623)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmeliaAra authored Oct 22, 2024
1 parent 366aaa1 commit 6e95d1f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,11 +1157,6 @@
"modelAsString": true
}
},
"fipsApprovedMode": {
"type": "boolean",
"default": "false",
"description": "False: Non-FIPS Mode with single-factor authentication. True: FIPS Approved Mode with single-factor authentication"
},
"hsms": {
"type": "array",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"Environment": "dogfood"
},
"properties": {
"fipsApprovedMode": false,
"publicNetworkAccess": "Disabled"
},
"identity": {
Expand Down Expand Up @@ -52,7 +51,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down Expand Up @@ -95,7 +93,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down Expand Up @@ -73,7 +72,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down Expand Up @@ -72,7 +71,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"properties": {
"provisioningState": "Succeeded",
"autoGeneratedDomainNameLabelScope": "TenantReuse",
"fipsApprovedMode": false,
"activationState": "null",
"hsms": null,
"publicNetworkAccess": "Disabled",
Expand Down

0 comments on commit 6e95d1f

Please sign in to comment.