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

[EventGrid] Change "FarmBeats" prefix #14680

Merged
merged 1 commit into from
Jun 4, 2021
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 @@ -7,7 +7,7 @@
},
"paths": {},
"definitions": {
"FarmBeatsResourceActionType": {
"AgriFoodFarmingResourceActionType": {
"description": "Action occurred on a resource.",
"enum": [
"Created",
Expand All @@ -16,11 +16,11 @@
],
"type": "string",
"x-ms-enum": {
"name": "FarmBeatsResourceActionType",
"name": "AgriFoodFarmingResourceActionType",
"modelAsString": true
}
},
"FarmBeatsBoundaryChangedEventData": {
"AgriFoodFarmingBoundaryChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.BoundaryChanged event.",
"type": "object",
"properties": {
Expand All @@ -41,7 +41,7 @@
"type": "boolean"
},
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -82,12 +82,12 @@
}
}
},
"FarmBeatsCropChangedEventData": {
"AgriFoodFarmingCropChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.CropChanged event.",
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -128,7 +128,7 @@
}
}
},
"FarmBeatsCropVarietyChangedEventData": {
"AgriFoodFarmingCropVarietyChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.CropVarietyChanged event.",
"type": "object",
"properties": {
Expand All @@ -137,7 +137,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -178,7 +178,7 @@
}
}
},
"FarmBeatsFarmChangedEventData": {
"AgriFoodFarmingFarmChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.FarmChanged event.",
"type": "object",
"properties": {
Expand All @@ -187,7 +187,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -228,12 +228,12 @@
}
}
},
"FarmBeatsFarmerChangedEventData": {
"AgriFoodFarmingFarmerChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.FarmerChanged event.",
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -274,7 +274,7 @@
}
}
},
"FarmBeatsFieldChangedEventData": {
"AgriFoodFarmingFieldChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.FieldChanged event.",
"type": "object",
"properties": {
Expand All @@ -287,7 +287,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -328,7 +328,7 @@
}
}
},
"FarmBeatsSeasonalFieldChangedEventData": {
"AgriFoodFarmingSeasonalFieldChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.SeasonalFieldChanged event.",
"type": "object",
"properties": {
Expand All @@ -349,7 +349,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -390,12 +390,12 @@
}
}
},
"FarmBeatsSeasonChangedEventData": {
"AgriFoodFarmingSeasonChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.SeasonChanged event.",
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -436,12 +436,12 @@
}
}
},
"FarmBeatsApplicationDataChangedEventData": {
"AgriFoodFarmingApplicationDataChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.ApplicationDataChanged event.",
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -490,12 +490,12 @@
}
}
},
"FarmBeatsPlantingDataChangedEventData": {
"AgriFoodFarmingPlantingDataChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.PlantingDataChanged event.",
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -544,12 +544,12 @@
}
}
},
"FarmBeatsHarvestDataChangedEventData": {
"AgriFoodFarmingHarvestDataChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.HarvestDataChanged event.",
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -598,12 +598,12 @@
}
}
},
"FarmBeatsTillageDataChangedEventData": {
"AgriFoodFarmingTillageDataChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.TillageDataChanged event.",
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/FarmBeatsResourceActionType"
"$ref": "#/definitions/AgriFoodFarmingResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -652,7 +652,7 @@
}
}
},
"FarmBeatsJobStatus": {
"AgriFoodFarmingJobStatus": {
"description": "Various states a job can be in.",
"enum": [
"Waiting",
Expand All @@ -663,11 +663,11 @@
],
"type": "string",
"x-ms-enum": {
"name": "FarmBeatsJobStatus",
"name": "AgriFoodFarmingJobStatus",
"modelAsString": true
}
},
"FarmBeatsSatelliteDataIngestionJobStatusChangedEventData": {
"AgriFoodFarmingSatelliteDataIngestionJobStatusChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChanged event.",
"type": "object",
"properties": {
Expand All @@ -680,7 +680,7 @@
"type": "string"
},
"status": {
"$ref": "#/definitions/FarmBeatsJobStatus"
"$ref": "#/definitions/AgriFoodFarmingJobStatus"
},
"lastActionDateTime": {
"format": "date-time",
Expand Down Expand Up @@ -717,7 +717,7 @@
}
}
},
"FarmBeatsWeatherDataIngestionJobStatusChangedEventData": {
"AgriFoodFarmingWeatherDataIngestionJobStatusChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChanged event.",
"type": "object",
"properties": {
Expand All @@ -730,7 +730,7 @@
"type": "string"
},
"status": {
"$ref": "#/definitions/FarmBeatsJobStatus"
"$ref": "#/definitions/AgriFoodFarmingJobStatus"
},
"lastActionDateTime": {
"format": "date-time",
Expand Down Expand Up @@ -767,7 +767,7 @@
}
}
},
"FarmBeatsFarmOperationDataIngestionJobStatusChangedEventData": {
"AgriFoodFarmingFarmOperationDataIngestionJobStatusChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChanged event.",
"type": "object",
"properties": {
Expand All @@ -780,7 +780,7 @@
"type": "string"
},
"status": {
"$ref": "#/definitions/FarmBeatsJobStatus"
"$ref": "#/definitions/AgriFoodFarmingJobStatus"
},
"lastActionDateTime": {
"format": "date-time",
Expand Down