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

[AutoPR app] Update REST documentation #2659

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions schemas/2022-01-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"properties": {
"destination": {
"type": "string",
"description": "Logs destination"
"description": "Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'"
},
"logAnalyticsConfiguration": {
"oneOf": [
Expand All @@ -502,7 +502,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
}
},
"description": "Configuration of application logs"
Expand Down Expand Up @@ -2285,7 +2285,7 @@
"description": "Log analytics customer key"
}
},
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
},
"Login": {
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions schemas/2022-03-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"properties": {
"destination": {
"type": "string",
"description": "Logs destination"
"description": "Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'"
},
"logAnalyticsConfiguration": {
"oneOf": [
Expand All @@ -502,7 +502,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
}
},
"description": "Configuration of application logs"
Expand Down Expand Up @@ -2292,7 +2292,7 @@
"description": "Log analytics customer key"
}
},
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
},
"Login": {
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions schemas/2022-06-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
"properties": {
"destination": {
"type": "string",
"description": "Logs destination"
"description": "Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'"
},
"logAnalyticsConfiguration": {
"oneOf": [
Expand All @@ -747,7 +747,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
}
},
"description": "Configuration of application logs"
Expand Down Expand Up @@ -3008,7 +3008,7 @@
"description": "Log analytics customer key"
}
},
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
},
"Login": {
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions schemas/2022-10-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@
"properties": {
"destination": {
"type": "string",
"description": "Logs destination"
"description": "Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'"
},
"logAnalyticsConfiguration": {
"oneOf": [
Expand All @@ -751,7 +751,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
}
},
"description": "Configuration of application logs"
Expand Down Expand Up @@ -3126,7 +3126,7 @@
"description": "Log analytics customer key"
}
},
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
},
"Login": {
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions schemas/2022-11-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
"properties": {
"destination": {
"type": "string",
"description": "Logs destination"
"description": "Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'"
},
"logAnalyticsConfiguration": {
"oneOf": [
Expand All @@ -884,7 +884,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
}
},
"description": "Configuration of application logs"
Expand Down Expand Up @@ -3522,7 +3522,7 @@
"description": "Log analytics customer key"
}
},
"description": "Log analytics configuration"
"description": "Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'"
},
"Login": {
"type": "object",
Expand Down
Loading