Skip to content

Commit

Permalink
CodeGen from PR 24180 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Update REST documentation (#24180)

* modify doc

* change all api versions

* change description

---------

Co-authored-by: Chenghui Yu <chenghuiyu@microsoft.com>
  • Loading branch information
SDKAuto and Chenghui Yu committed May 29, 2023
1 parent f5dce1d commit 69076bf
Show file tree
Hide file tree
Showing 7 changed files with 5,002 additions and 15 deletions.
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

0 comments on commit 69076bf

Please sign in to comment.