Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"username": "username",
"password": "********"
},
"activeDirectoryInformation": {
"keytabInformation": {
"keytab": "********"
}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down Expand Up @@ -64,6 +69,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down Expand Up @@ -125,6 +133,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"k8sRaw": {
"additionalProperty": 1234,
Expand Down Expand Up @@ -73,6 +76,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down Expand Up @@ -74,6 +77,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"basicLoginInformation": {
"username": "username"
},
"activeDirectoryInformation": {
"keytabInformation": {}
},
"licenseType": "LicenseIncluded",
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,10 @@
"readOnly": true,
"description": "The provisioning state of the Arc-enabled SQL Managed Instance resource."
},
"keytab": {
"type": "string",
"description": "A base64-encoded keytab.",
"x-ms-mutability": [
"create",
"update"
],
"x-ms-secret": true
"activeDirectoryInformation": {
"type": "object",
"description": "Active Directory information related to this SQL Managed Instance.",
"$ref": "#/definitions/ActiveDirectoryInformation"
},
"licenseType": {
"type": "string",
Expand Down Expand Up @@ -245,6 +241,32 @@
"type": "object"
}
},
"KeytabInformation": {
"type": "object",
"description": "Keytab used for authenticate with Active Directory.",
"properties": {
"keytab": {
"type": "string",
"description": "A base64-encoded keytab.",
"x-ms-mutability": [
"create",
"update"
],
"x-ms-secret": true
}
}
},
"ActiveDirectoryInformation": {
"type": "object",
"description": "Active Directory information that related to the resource.",
"properties": {
"keytabInformation": {
"type": "object",
"description": "Keytab information that is used for the Sql Managed Instance when Active Directory authentication is used.",
"$ref": "#/definitions/KeytabInformation"
}
}
},
"SqlManagedInstanceListResult": {
"description": "A list of SqlManagedInstance.",
"type": "object",
Expand Down