Skip to content
Merged
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
7 changes: 5 additions & 2 deletions sdk/eventgrid/azure-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Release History

## 4.3.0 (Unreleased)
## 4.3.0 (2021-06-09)

**New Features**
- Added new event names related to farm beats and blob inventory to the `SystemEventNames` enum.
- Added new event names related to azure farming and blob inventory to the `SystemEventNames` enum.

**Bug Fixes**
- Replaced the `ServiceBusDeadletterMessagesAvailableWithNoListenerEventName` with the right value.

## 4.2.0 (2021-05-12)

Expand Down
30 changes: 0 additions & 30 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,36 +90,6 @@ class SystemEventNames(str, Enum):

AcsSmsReceivedEventName = 'Microsoft.Communication.SMSReceived'

AgriFoodFarmingApplicationDataChangedEventName = 'Microsoft.AgFoodPlatform.ApplicationDataChanged'

AgriFoodFarmingBoundaryChangedEventName = 'Microsoft.AgFoodPlatform.BoundaryChanged'

AgriFoodFarmingCropChangedEventName = 'Microsoft.AgFoodPlatform.CropChanged'

AgriFoodFarmingCropVarietyChangedEventName = 'Microsoft.AgFoodPlatform.CropVarietyChanged'

AgriFoodFarmingFarmChangedEventName = 'Microsoft.AgFoodPlatform.FarmChanged'

AgriFoodFarmingFarmOperationDataIngestionJobStatusChangedEventName = 'Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChanged'

AgriFoodFarmingFarmerChangedEventName = 'Microsoft.AgFoodPlatform.FarmerChanged'

AgriFoodFarmingFieldChangedEventName = 'Microsoft.AgFoodPlatform.FieldChanged'

AgriFoodFarmingHarvestDataChangedEventName = 'Microsoft.AgFoodPlatform.HarvestDataChanged'

AgriFoodFarmingPlantingDataChangedEventName = 'Microsoft.AgFoodPlatform.PlantingDataChanged'

AgriFoodFarmingSatelliteDataIngestionJobStatusChangedEventName = 'Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChanged'

AgriFoodFarmingSeasonChangedEventName = 'Microsoft.AgFoodPlatform.SeasonChanged'

AgriFoodFarmingSeasonalFieldChangedEventName = 'Microsoft.AgFoodPlatform.SeasonalFieldChanged'

AgriFoodFarmingTillageDataChangedEventName = 'Microsoft.AgFoodPlatform.TillageDataChanged'

AgriFoodFarmingWeatherDataIngestionJobStatusChangedEventName = 'Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChanged'

AppConfigurationKeyValueDeletedEventName = 'Microsoft.AppConfiguration.KeyValueDeleted'

AppConfigurationKeyValueModifiedEventName = 'Microsoft.AppConfiguration.KeyValueModified'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@
from ._models_py3 import AcsSmsDeliveryReportReceivedEventData
from ._models_py3 import AcsSmsEventBaseProperties
from ._models_py3 import AcsSmsReceivedEventData
from ._models_py3 import AgriFoodFarmingApplicationDataChangedEventData
from ._models_py3 import AgriFoodFarmingBoundaryChangedEventData
from ._models_py3 import AgriFoodFarmingCropChangedEventData
from ._models_py3 import AgriFoodFarmingCropVarietyChangedEventData
from ._models_py3 import AgriFoodFarmingFarmChangedEventData
from ._models_py3 import AgriFoodFarmingFarmOperationDataIngestionJobStatusChangedEventData
from ._models_py3 import AgriFoodFarmingFarmerChangedEventData
from ._models_py3 import AgriFoodFarmingFieldChangedEventData
from ._models_py3 import AgriFoodFarmingHarvestDataChangedEventData
from ._models_py3 import AgriFoodFarmingPlantingDataChangedEventData
from ._models_py3 import AgriFoodFarmingSatelliteDataIngestionJobStatusChangedEventData
from ._models_py3 import AgriFoodFarmingSeasonChangedEventData
from ._models_py3 import AgriFoodFarmingSeasonalFieldChangedEventData
from ._models_py3 import AgriFoodFarmingTillageDataChangedEventData
from ._models_py3 import AgriFoodFarmingWeatherDataIngestionJobStatusChangedEventData
from ._models_py3 import AppConfigurationKeyValueDeletedEventData
from ._models_py3 import AppConfigurationKeyValueModifiedEventData
from ._models_py3 import AppEventTypeDetail
Expand Down Expand Up @@ -217,21 +202,6 @@
from ._models import AcsSmsDeliveryReportReceivedEventData # type: ignore
from ._models import AcsSmsEventBaseProperties # type: ignore
from ._models import AcsSmsReceivedEventData # type: ignore
from ._models import AgriFoodFarmingApplicationDataChangedEventData # type: ignore
from ._models import AgriFoodFarmingBoundaryChangedEventData # type: ignore
from ._models import AgriFoodFarmingCropChangedEventData # type: ignore
from ._models import AgriFoodFarmingCropVarietyChangedEventData # type: ignore
from ._models import AgriFoodFarmingFarmChangedEventData # type: ignore
from ._models import AgriFoodFarmingFarmOperationDataIngestionJobStatusChangedEventData # type: ignore
from ._models import AgriFoodFarmingFarmerChangedEventData # type: ignore
from ._models import AgriFoodFarmingFieldChangedEventData # type: ignore
from ._models import AgriFoodFarmingHarvestDataChangedEventData # type: ignore
from ._models import AgriFoodFarmingPlantingDataChangedEventData # type: ignore
from ._models import AgriFoodFarmingSatelliteDataIngestionJobStatusChangedEventData # type: ignore
from ._models import AgriFoodFarmingSeasonChangedEventData # type: ignore
from ._models import AgriFoodFarmingSeasonalFieldChangedEventData # type: ignore
from ._models import AgriFoodFarmingTillageDataChangedEventData # type: ignore
from ._models import AgriFoodFarmingWeatherDataIngestionJobStatusChangedEventData # type: ignore
from ._models import AppConfigurationKeyValueDeletedEventData # type: ignore
from ._models import AppConfigurationKeyValueModifiedEventData # type: ignore
from ._models import AppEventTypeDetail # type: ignore
Expand Down Expand Up @@ -368,8 +338,6 @@
from ._models import WebSlotSwapWithPreviewStartedEventData # type: ignore

from ._event_grid_publisher_client_enums import (
AgriFoodFarmingJobStatus,
AgriFoodFarmingResourceActionType,
AppAction,
AppServicePlanAction,
AsyncStatus,
Expand Down Expand Up @@ -412,21 +380,6 @@
'AcsSmsDeliveryReportReceivedEventData',
'AcsSmsEventBaseProperties',
'AcsSmsReceivedEventData',
'AgriFoodFarmingApplicationDataChangedEventData',
'AgriFoodFarmingBoundaryChangedEventData',
'AgriFoodFarmingCropChangedEventData',
'AgriFoodFarmingCropVarietyChangedEventData',
'AgriFoodFarmingFarmChangedEventData',
'AgriFoodFarmingFarmOperationDataIngestionJobStatusChangedEventData',
'AgriFoodFarmingFarmerChangedEventData',
'AgriFoodFarmingFieldChangedEventData',
'AgriFoodFarmingHarvestDataChangedEventData',
'AgriFoodFarmingPlantingDataChangedEventData',
'AgriFoodFarmingSatelliteDataIngestionJobStatusChangedEventData',
'AgriFoodFarmingSeasonChangedEventData',
'AgriFoodFarmingSeasonalFieldChangedEventData',
'AgriFoodFarmingTillageDataChangedEventData',
'AgriFoodFarmingWeatherDataIngestionJobStatusChangedEventData',
'AppConfigurationKeyValueDeletedEventData',
'AppConfigurationKeyValueModifiedEventData',
'AppEventTypeDetail',
Expand Down Expand Up @@ -561,8 +514,6 @@
'WebSlotSwapStartedEventData',
'WebSlotSwapWithPreviewCancelledEventData',
'WebSlotSwapWithPreviewStartedEventData',
'AgriFoodFarmingJobStatus',
'AgriFoodFarmingResourceActionType',
'AppAction',
'AppServicePlanAction',
'AsyncStatus',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,6 @@ def __getattr__(cls, name):
raise AttributeError(name)


class AgriFoodFarmingJobStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
"""Various states a job can be in.
"""

WAITING = "Waiting"
RUNNING = "Running"
SUCCEEDED = "Succeeded"
FAILED = "Failed"
CANCELLED = "Cancelled"

class AgriFoodFarmingResourceActionType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
"""Action occurred on a resource.
"""

CREATED = "Created"
UPDATED = "Updated"
DELETED = "Deleted"

class AppAction(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
"""Type of action of the operation.
"""
Expand Down
Loading