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

SecurityInsight@2022-10-01-preview - tipLookbackPeriod returned not in RFC3339 format #22086

Closed
ziyeqf opened this issue Jan 6, 2023 · 1 comment
Labels
needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team.

Comments

@ziyeqf
Copy link
Contributor

ziyeqf commented Jan 6, 2023

swagger defination: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-10-01-preview/dataConnectors.json#L1927

The tipLookbackPeriod value returned in DataConnectors_Get is 1/1/0001 12:00:00 AM +00:00. date-time should be returned in RFC3339 format. (https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#data-types)

Detail response:

{
    "dataTypes": {
      "indicators": {
        "state": "enabled"
      }
    },
    "etag": "<etag>",
    "id": "/subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>/providers/Microsoft.SecurityInsights/dataConnectors/threat_intelligence_connector",
    "kind": "ThreatIntelligence",
    "name": "threat_intelligence_connector",
    "resourceGroup": "<rg-name>",
    "tenantId": "<tenant-id>",
    "tipLookbackPeriod": "1/1/0001 12:00:00 AM +00:00",
    "type": "Microsoft.SecurityInsights/dataConnectors"
  },
@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 6, 2023
@ziyeqf
Copy link
Contributor Author

ziyeqf commented Jan 6, 2023

duplicate with #21487

@ziyeqf ziyeqf closed this as completed Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team.
Projects
None yet
Development

No branches or pull requests

1 participant