Skip to content

Commit 2838c93

Browse files
super-harshHarshdeep Singh
authored andcommitted
Correctly mark AKS ManagedClusterServicePrincipalProfile.Secret as x-ms-secret (Azure#24479)
Co-authored-by: Harshdeep Singh <[email protected]>
1 parent 779fc55 commit 2838c93

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-02-02-preview/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3154,6 +3154,7 @@
31543154
},
31553155
"secret": {
31563156
"type": "string",
3157+
"x-ms-secret": true,
31573158
"description": "The secret password associated with the service principal in plain text."
31583159
}
31593160
},

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-03-02-preview/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3197,6 +3197,7 @@
31973197
},
31983198
"secret": {
31993199
"type": "string",
3200+
"x-ms-secret": true,
32003201
"description": "The secret password associated with the service principal in plain text."
32013202
}
32023203
},

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-04-02-preview/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3197,6 +3197,7 @@
31973197
},
31983198
"secret": {
31993199
"type": "string",
3200+
"x-ms-secret": true,
32003201
"description": "The secret password associated with the service principal in plain text."
32013202
}
32023203
},

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-05-02-preview/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,6 +3215,7 @@
32153215
},
32163216
"secret": {
32173217
"type": "string",
3218+
"x-ms-secret": true,
32183219
"description": "The secret password associated with the service principal in plain text."
32193220
}
32203221
},

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-02-01/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,6 +2611,7 @@
26112611
},
26122612
"secret": {
26132613
"type": "string",
2614+
"x-ms-secret": true,
26142615
"description": "The secret password associated with the service principal in plain text."
26152616
}
26162617
},

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-03-01/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,7 @@
26542654
},
26552655
"secret": {
26562656
"type": "string",
2657+
"x-ms-secret": true,
26572658
"description": "The secret password associated with the service principal in plain text."
26582659
}
26592660
},

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-04-01/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,7 @@
26542654
},
26552655
"secret": {
26562656
"type": "string",
2657+
"x-ms-secret": true,
26572658
"description": "The secret password associated with the service principal in plain text."
26582659
}
26592660
},

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-05-01/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,7 @@
26782678
},
26792679
"secret": {
26802680
"type": "string",
2681+
"x-ms-secret": true,
26812682
"description": "The secret password associated with the service principal in plain text."
26822683
}
26832684
},

0 commit comments

Comments
 (0)