Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 1330610

Browse files
modified ftpState from AllAllowed to Disabled (#3981)
1 parent 530db3b commit 1330610

128 files changed

Lines changed: 128 additions & 128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/csharp_dotnetcore/02.echo-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-BotApp-with-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"autoHealEnabled": false,
263263
"vnetName": "",
264264
"minTlsVersion": "1.2",
265-
"ftpsState": "AllAllowed",
265+
"ftpsState": "Disabled",
266266
"reservedInstanceCount": 0
267267
}
268268
}

samples/csharp_dotnetcore/02.echo-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-BotApp-new-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"autoHealEnabled": false,
280280
"vnetName": "",
281281
"minTlsVersion": "1.2",
282-
"ftpsState": "AllAllowed",
282+
"ftpsState": "Disabled",
283283
"reservedInstanceCount": 0
284284
}
285285
}

samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployUseExistResourceGroup/template-BotApp-with-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"autoHealEnabled": false,
263263
"vnetName": "",
264264
"minTlsVersion": "1.2",
265-
"ftpsState": "AllAllowed",
265+
"ftpsState": "Disabled",
266266
"reservedInstanceCount": 0
267267
}
268268
}

samples/csharp_dotnetcore/13.core-bot/DeploymentTemplates/Linux/deployWithNewResourceGroup/template-BotApp-new-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"autoHealEnabled": false,
280280
"vnetName": "",
281281
"minTlsVersion": "1.2",
282-
"ftpsState": "AllAllowed",
282+
"ftpsState": "Disabled",
283283
"reservedInstanceCount": 0
284284
}
285285
}

samples/java_springboot/02.echo-bot/deploymentTemplates/template-with-new-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"scmIpSecurityRestrictionsUseMain": false,
256256
"http20Enabled": false,
257257
"minTlsVersion": "1.2",
258-
"ftpsState": "AllAllowed",
258+
"ftpsState": "Disabled",
259259
"reservedInstanceCount": 0
260260
}
261261
},

samples/java_springboot/02.echo-bot/deploymentTemplates/template-with-preexisting-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"scmIpSecurityRestrictionsUseMain": false,
229229
"http20Enabled": false,
230230
"minTlsVersion": "1.2",
231-
"ftpsState": "AllAllowed",
231+
"ftpsState": "Disabled",
232232
"reservedInstanceCount": 0
233233
}
234234
},

samples/java_springboot/03.welcome-user/deploymentTemplates/template-with-new-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"scmIpSecurityRestrictionsUseMain": false,
256256
"http20Enabled": false,
257257
"minTlsVersion": "1.2",
258-
"ftpsState": "AllAllowed",
258+
"ftpsState": "Disabled",
259259
"reservedInstanceCount": 0
260260
}
261261
},

samples/java_springboot/03.welcome-user/deploymentTemplates/template-with-preexisting-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"scmIpSecurityRestrictionsUseMain": false,
229229
"http20Enabled": false,
230230
"minTlsVersion": "1.2",
231-
"ftpsState": "AllAllowed",
231+
"ftpsState": "Disabled",
232232
"reservedInstanceCount": 0
233233
}
234234
},

samples/java_springboot/05.multi-turn-prompt/deploymentTemplates/template-with-new-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"scmIpSecurityRestrictionsUseMain": false,
256256
"http20Enabled": false,
257257
"minTlsVersion": "1.2",
258-
"ftpsState": "AllAllowed",
258+
"ftpsState": "Disabled",
259259
"reservedInstanceCount": 0
260260
}
261261
},

samples/java_springboot/05.multi-turn-prompt/deploymentTemplates/template-with-preexisting-rg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"scmIpSecurityRestrictionsUseMain": false,
229229
"http20Enabled": false,
230230
"minTlsVersion": "1.2",
231-
"ftpsState": "AllAllowed",
231+
"ftpsState": "Disabled",
232232
"reservedInstanceCount": 0
233233
}
234234
},

0 commit comments

Comments
 (0)