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
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"AsyncIterable",
"asyncio",
"avroencoder",
"Avs",
"azcmagent",
"azsdk",
"azurecr",
Expand Down
8 changes: 2 additions & 6 deletions sdk/eventgrid/azure-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 4.16.1 (Unreleased)
## 4.17.0 (2024-02-08)
This version and all future versions will require Python 3.8+.

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added new enums values to `SystemEventNames` related to Azure Storage and Azure VMware Solution.

## 4.16.0 (2023-11-08)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,30 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):

AppConfigurationSnapshotModifiedEventName = 'Microsoft.AppConfiguration.SnapshotModified'

AvsClusterCreatedEventName = 'Microsoft.AVS.ClusterCreated'

AvsClusterDeletedEventName = 'Microsoft.AVS.ClusterDeleted'

AvsClusterFailedEventName = 'Microsoft.AVS.ClusterFailed'

AvsClusterUpdatedEventName = 'Microsoft.AVS.ClusterUpdated'

AvsClusterUpdatingEventName = 'Microsoft.AVS.ClusterUpdating'

AvsPrivateCloudFailedEventName = 'Microsoft.AVS.PrivateCloudFailed'

AvsPrivateCloudUpdatedEventName = 'Microsoft.AVS.PrivateCloudUpdated'

AvsPrivateCloudUpdatingEventName = 'Microsoft.AVS.PrivateCloudUpdating'

AvsScriptExecutionCancelledEventName = 'Microsoft.AVS.ScriptExecutionCancelled'

AvsScriptExecutionFailedEventName = 'Microsoft.AVS.ScriptExecutionFailed'

AvsScriptExecutionFinishedEventName = 'Microsoft.AVS.ScriptExecutionFinished'

AvsScriptExecutionStartedEventName = 'Microsoft.AVS.ScriptExecutionStarted'

ContainerRegistryChartDeletedEventName = 'Microsoft.ContainerRegistry.ChartDeleted'

ContainerRegistryChartPushedEventName = 'Microsoft.ContainerRegistry.ChartPushed'
Expand Down Expand Up @@ -420,6 +444,10 @@ class SystemEventNames(str, Enum, metaclass=CaseInsensitiveEnumMeta):

StorageLifecyclePolicyCompletedEventName = 'Microsoft.Storage.LifecyclePolicyCompleted'

StorageTaskAssignmentCompletedEventName = 'Microsoft.Storage.StorageTaskAssignmentCompleted'

StorageTaskAssignmentQueuedEventName = 'Microsoft.Storage.StorageTaskAssignmentQueued'

StorageTaskCompletedEventName = 'Microsoft.Storage.StorageTaskCompleted'

StorageTaskQueuedEventName = 'Microsoft.Storage.StorageTaskQueued'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "4.16.1"
VERSION = "4.17.0"
3 changes: 2 additions & 1 deletion sdk/eventgrid/azure-eventgrid/swagger/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
####These files are used to extract the enums - update this list as necessary
#############################################################################
files = [

"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.AVS/stable/2018-01-01/PrivateCloud.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/APIManagement.json",
"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/eventgrid/data-plane/Microsoft.AppConfiguration/stable/2018-01-01/AppConfiguration.json",
Expand Down Expand Up @@ -65,4 +65,5 @@

EXCEPTIONS = ['ContainerRegistryArtifactEventData', 'ContainerRegistryEventData', 'ContainerServiceClusterSupportEventData', 'ContainerServiceNodePoolRollingEventData',
'EventGridMQTTClientEventData', 'AppConfigurationSnapshotEventData', 'HealthResourcesResourceEventData', 'AcsRouterJobEventData', 'AcsRouterWorkerEventData', 'AcsRouterEventData',
'AvsClusterEventData', 'AvsPrivateCloudEventData', 'AvsScriptExecutionEventData',
]