Skip to content

Commit 9049f94

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent cb6b50b commit 9049f94

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

schema/infrastructure.cluster.x-k8s.io/azurecluster_v1beta1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,9 @@
835835
"privateDNSZoneName": {
836836
"type": "string"
837837
},
838+
"privateDNSZoneResourceGroup": {
839+
"type": "string"
840+
},
838841
"subnets": {
839842
"items": {
840843
"additionalProperties": false,

schema/infrastructure.cluster.x-k8s.io/azureclusteridentity_v1beta1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,16 @@
9797
"UserAssignedMSI",
9898
"ManualServicePrincipal",
9999
"ServicePrincipalCertificate",
100-
"WorkloadIdentity"
100+
"WorkloadIdentity",
101+
"UserAssignedIdentityCredential"
101102
],
102103
"type": "string"
104+
},
105+
"userAssignedIdentityCredentialsCloudType": {
106+
"type": "string"
107+
},
108+
"userAssignedIdentityCredentialsPath": {
109+
"type": "string"
103110
}
104111
},
105112
"required": [

schema/infrastructure.cluster.x-k8s.io/azureclustertemplate_v1beta1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@
491491
"privateDNSZoneName": {
492492
"type": "string"
493493
},
494+
"privateDNSZoneResourceGroup": {
495+
"type": "string"
496+
},
494497
"subnets": {
495498
"items": {
496499
"additionalProperties": false,

0 commit comments

Comments
 (0)