Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Publish private branch 'servicelinker/nullable' #19018

Merged
Merged
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 @@ -456,6 +456,7 @@
"type": "string"
},
"resourceProperties": {
"x-nullable": true,
"description": "The azure resource connection related properties.",
"$ref": "#/definitions/AzureResourcePropertiesBase"
}
Expand All @@ -472,6 +473,7 @@
],
"properties": {
"connectAsKubernetesCsiDriver": {
"x-nullable": true,
"description": "True if connect via Kubernetes CSI Driver.",
"type": "boolean"
}
Expand Down Expand Up @@ -562,6 +564,7 @@
],
"properties": {
"value": {
"x-nullable": true,
"description": "The actual value of the secret.",
"type": "string",
"x-ms-secret": true
Expand All @@ -583,6 +586,7 @@
"type": "string"
},
"version": {
"x-nullable": true,
"description": "Version of the Key Vault secret.",
"type": "string"
}
Expand Down Expand Up @@ -629,10 +633,12 @@
],
"properties": {
"name": {
"x-nullable": true,
"description": "Username or account name for secret auth.",
"type": "string"
},
"secretInfo": {
"x-nullable": true,
"description": "Password or key vault secret for secret auth.",
"$ref": "#/definitions/SecretInfoBase"
}
Expand Down Expand Up @@ -747,6 +753,7 @@
"x-ms-client-flatten": true
},
"systemData": {
"x-nullable": true,
"readOnly": true,
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"description": "The system data."
Expand All @@ -770,6 +777,7 @@
"type": "object",
"properties": {
"nextLink": {
"x-nullable": true,
"description": "The link used to get the next page of Linker list.",
"type": "string"
},
Expand Down Expand Up @@ -820,14 +828,17 @@
"description": "The provisioning state. "
},
"vNetSolution": {
"x-nullable": true,
"description": "The VNet solution.",
"$ref": "#/definitions/VNetSolution"
},
"secretStore": {
"x-nullable": true,
"description": "An option to store secret value in secure place",
"$ref": "#/definitions/SecretStore"
},
"scope": {
"x-nullable": true,
"type": "string",
"description": "connection scope in source service."
}
Expand All @@ -842,6 +853,7 @@
"type": "string"
},
"value": {
"x-nullable": true,
"description": "The value of setting",
"type": "string"
}
Expand All @@ -868,15 +880,18 @@
"type": "object",
"properties": {
"properties": {
"x-nullable": true,
"description": "The validation result detail.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/ValidateResult"
},
"resourceId": {
"x-nullable": true,
"description": "Validated linker id.",
"type": "string"
},
"status": {
"x-nullable": true,
"description": "Validation operation status.",
"type": "string"
}
Expand All @@ -887,32 +902,39 @@
"type": "object",
"properties": {
"linkerName": {
"x-nullable": true,
"description": "The linker name.",
"type": "string"
},
"isConnectionAvailable": {
"x-nullable": true,
"description": "A boolean value indicating whether the connection is available or not",
"type": "boolean"
},
"reportStartTimeUtc": {
"x-nullable": true,
"type": "string",
"format": "date-time",
"description": "The start time of the validation report."
},
"reportEndTimeUtc": {
"x-nullable": true,
"type": "string",
"format": "date-time",
"description": "The end time of the validation report."
},
"sourceId": {
"x-nullable": true,
"description": "The resource id of the linker source application.",
"type": "string"
},
"targetId": {
"x-nullable": true,
"description": "The resource Id of target service.",
"type": "string"
},
"authType": {
"x-nullable": true,
"description": "The authentication type.",
"$ref": "#/definitions/AuthType"
},
Expand All @@ -937,10 +959,12 @@
"type": "string"
},
"description": {
"x-nullable": true,
"description": "The display name of validation item",
"type": "string"
},
"result": {
"x-nullable": true,
"description": "The result of validation",
"type": "string",
"enum": [
Expand All @@ -954,10 +978,12 @@
}
},
"errorMessage": {
"x-nullable": true,
"description": "The error message of validation result",
"type": "string"
},
"errorCode": {
"x-nullable": true,
"description": "The error code of validation result",
"type": "string"
}
Expand All @@ -968,6 +994,7 @@
"description": "The VNet solution for linker",
"properties": {
"type": {
"x-nullable": true,
"description": "Type of VNet solution.",
"type": "string",
"enum": [
Expand All @@ -986,6 +1013,7 @@
"description": "An option to store secret value in secure place",
"properties": {
"keyVaultId": {
"x-nullable": true,
"type": "string",
"description": "The key vault id to store secret"
}
Expand Down