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

fix casing for operation id #26180

Merged
merged 1 commit into from
Oct 16, 2023

fix casing for operation id

1d688ee
Select commit
Loading
Failed to load commit list.
Merged

fix casing for operation id #26180

fix casing for operation id
1d688ee
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / SDK azure-sdk-for-go succeeded Oct 11, 2023 in 8m 11s

SDK azure-sdk-for-go succeeded

azure-sdk-for-go
View more details.

Details

  • ️✔️Succeeded [Logs] Generate from de5b7f17444249ca251cd393040e4f1b87f03678. SDK Automation 14.0.0
    command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️sdk/resourcemanager/hybridcompute/armhybridcompute [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Type of `MachineExtensionProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
    info	[Changelog] - Type of `MachineExtensionProperties.Settings` has been changed from `any` to `map[string]any`
    info	[Changelog] - Type of `MachineExtensionUpdateProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
    info	[Changelog] - Type of `MachineExtensionUpdateProperties.Settings` has been changed from `any` to `map[string]any`
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New enum type `AgentConfigurationMode` with values `AgentConfigurationModeFull`, `AgentConfigurationModeMonitor`
    info	[Changelog] - New enum type `ArcKindEnum` with values `ArcKindEnumAVS`, `ArcKindEnumAWS`, `ArcKindEnumEPS`, `ArcKindEnumGCP`, `ArcKindEnumHCI`, `ArcKindEnumSCVMM`, `ArcKindEnumVMware`
    info	[Changelog] - New enum type `EsuEligibility` with values `EsuEligibilityEligible`, `EsuEligibilityIneligible`, `EsuEligibilityUnknown`
    info	[Changelog] - New enum type `EsuKeyState` with values `EsuKeyStateActive`, `EsuKeyStateInactive`
    info	[Changelog] - New enum type `EsuServerType` with values `EsuServerTypeDatacenter`, `EsuServerTypeStandard`
    info	[Changelog] - New enum type `LastAttemptStatusEnum` with values `LastAttemptStatusEnumFailed`, `LastAttemptStatusEnumSuccess`
    info	[Changelog] - New enum type `LicenseAssignmentState` with values `LicenseAssignmentStateAssigned`, `LicenseAssignmentStateNotAssigned`
    info	[Changelog] - New enum type `LicenseCoreType` with values `LicenseCoreTypePCore`, `LicenseCoreTypeVCore`
    info	[Changelog] - New enum type `LicenseEdition` with values `LicenseEditionDatacenter`, `LicenseEditionStandard`
    info	[Changelog] - New enum type `LicenseState` with values `LicenseStateActivated`, `LicenseStateDeactivated`
    info	[Changelog] - New enum type `LicenseTarget` with values `LicenseTargetWindowsServer2012`, `LicenseTargetWindowsServer2012R2`
    info	[Changelog] - New enum type `LicenseType` with values `LicenseTypeESU`
    info	[Changelog] - New enum type `OsType` with values `OsTypeLinux`, `OsTypeWindows`
    info	[Changelog] - New enum type `PatchOperationStartedBy` with values `PatchOperationStartedByPlatform`, `PatchOperationStartedByUser`
    info	[Changelog] - New enum type `PatchOperationStatus` with values `PatchOperationStatusCompletedWithWarnings`, `PatchOperationStatusFailed`, `PatchOperationStatusInProgress`, `PatchOperationStatusSucceeded`, `PatchOperationStatusUnknown`
    info	[Changelog] - New enum type `PatchServiceUsed` with values `PatchServiceUsedAPT`, `PatchServiceUsedUnknown`, `PatchServiceUsedWU`, `PatchServiceUsedWUWSUS`, `PatchServiceUsedYUM`, `PatchServiceUsedZypper`
    info	[Changelog] - New enum type `ProvisioningState` with values `ProvisioningStateAccepted`, `ProvisioningStateCanceled`, `ProvisioningStateCreating`, `ProvisioningStateDeleted`, `ProvisioningStateDeleting`, `ProvisioningStateFailed`, `ProvisioningStateSucceeded`, `ProvisioningStateUpdating`
    info	[Changelog] - New enum type `VMGuestPatchClassificationLinux` with values `VMGuestPatchClassificationLinuxCritical`, `VMGuestPatchClassificationLinuxOther`, `VMGuestPatchClassificationLinuxSecurity`
    info	[Changelog] - New enum type `VMGuestPatchClassificationWindows` with values `VMGuestPatchClassificationWindowsCritical`, `VMGuestPatchClassificationWindowsDefinition`, `VMGuestPatchClassificationWindowsFeaturePack`, `VMGuestPatchClassificationWindowsSecurity`, `VMGuestPatchClassificationWindowsServicePack`, `VMGuestPatchClassificationWindowsTools`, `VMGuestPatchClassificationWindowsUpdateRollUp`, `VMGuestPatchClassificationWindowsUpdates`
    info	[Changelog] - New enum type `VMGuestPatchRebootSetting` with values `VMGuestPatchRebootSettingAlways`, `VMGuestPatchRebootSettingIfRequired`, `VMGuestPatchRebootSettingNever`
    info	[Changelog] - New enum type `VMGuestPatchRebootStatus` with values `VMGuestPatchRebootStatusCompleted`, `VMGuestPatchRebootStatusFailed`, `VMGuestPatchRebootStatusNotNeeded`, `VMGuestPatchRebootStatusRequired`, `VMGuestPatchRebootStatusStarted`, `VMGuestPatchRebootStatusUnknown`
    info	[Changelog] - New function `NewAgentVersionClient(azcore.TokenCredential, *arm.ClientOptions) (*AgentVersionClient, error)`
    info	[Changelog] - New function `*AgentVersionClient.Get(context.Context, string, string, *AgentVersionClientGetOptions) (AgentVersionClientGetResponse, error)`
    info	[Changelog] - New function `*AgentVersionClient.List(context.Context, string, *AgentVersionClientListOptions) (AgentVersionClientListResponse, error)`
    info	[Changelog] - New function `*ClientFactory.NewAgentVersionClient() *AgentVersionClient`
    info	[Changelog] - New function `*ClientFactory.NewExtensionMetadataClient() *ExtensionMetadataClient`
    info	[Changelog] - New function `*ClientFactory.NewHybridIdentityMetadataClient() *HybridIdentityMetadataClient`
    info	[Changelog] - New function `*ClientFactory.NewLicenseProfilesClient() *LicenseProfilesClient`
    info	[Changelog] - New function `*ClientFactory.NewLicensesClient() *LicensesClient`
    info	[Changelog] - New function `*ClientFactory.NewNetworkProfileClient() *NetworkProfileClient`
    info	[Changelog] - New function `NewExtensionMetadataClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ExtensionMetadataClient, error)`
    info	[Changelog] - New function `*ExtensionMetadataClient.Get(context.Context, string, string, string, string, *ExtensionMetadataClientGetOptions) (ExtensionMetadataClientGetResponse, error)`
    info	[Changelog] - New function `*ExtensionMetadataClient.NewListPager(string, string, string, *ExtensionMetadataClientListOptions) *runtime.Pager[ExtensionMetadataClientListResponse]`
    info	[Changelog] - New function `NewHybridIdentityMetadataClient(string, azcore.TokenCredential, *arm.ClientOptions) (*HybridIdentityMetadataClient, error)`
    info	[Changelog] - New function `*HybridIdentityMetadataClient.Get(context.Context, string, string, string, *HybridIdentityMetadataClientGetOptions) (HybridIdentityMetadataClientGetResponse, error)`
    info	[Changelog] - New function `*HybridIdentityMetadataClient.NewListByMachinesPager(string, string, *HybridIdentityMetadataClientListByMachinesOptions) *runtime.Pager[HybridIdentityMetadataClientListByMachinesResponse]`
    info	[Changelog] - New function `NewLicenseProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LicenseProfilesClient, error)`
    info	[Changelog] - New function `*LicenseProfilesClient.BeginCreateOrUpdate(context.Context, string, string, LicenseProfile, *LicenseProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[LicenseProfilesClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*LicenseProfilesClient.BeginDelete(context.Context, string, string, *LicenseProfilesClientBeginDeleteOptions) (*runtime.Poller[LicenseProfilesClientDeleteResponse], error)`
    info	[Changelog] - New function `*LicenseProfilesClient.Get(context.Context, string, string, *LicenseProfilesClientGetOptions) (LicenseProfilesClientGetResponse, error)`
    info	[Changelog] - New function `*LicenseProfilesClient.NewListPager(string, string, *LicenseProfilesClientListOptions) *runtime.Pager[LicenseProfilesClientListResponse]`
    info	[Changelog] - New function `*LicenseProfilesClient.BeginUpdate(context.Context, string, string, LicenseProfileUpdate, *LicenseProfilesClientBeginUpdateOptions) (*runtime.Poller[LicenseProfilesClientUpdateResponse], error)`
    info	[Changelog] - New function `NewLicensesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LicensesClient, error)`
    info	[Changelog] - New function `*LicensesClient.BeginCreateOrUpdate(context.Context, string, string, License, *LicensesClientBeginCreateOrUpdateOptions) (*runtime.Poller[LicensesClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*LicensesClient.BeginDelete(context.Context, string, string, *LicensesClientBeginDeleteOptions) (*runtime.Poller[LicensesClientDeleteResponse], error)`
    info	[Changelog] - New function `*LicensesClient.Get(context.Context, string, string, *LicensesClientGetOptions) (LicensesClientGetResponse, error)`
    info	[Changelog] - New function `*LicensesClient.NewListByResourceGroupPager(string, *LicensesClientListByResourceGroupOptions) *runtime.Pager[LicensesClientListByResourceGroupResponse]`
    info	[Changelog] - New function `*LicensesClient.NewListBySubscriptionPager(*LicensesClientListBySubscriptionOptions) *runtime.Pager[LicensesClientListBySubscriptionResponse]`
    info	[Changelog] - New function `*LicensesClient.BeginUpdate(context.Context, string, string, LicenseUpdate, *LicensesClientBeginUpdateOptions) (*runtime.Poller[LicensesClientUpdateResponse], error)`
    info	[Changelog] - New function `*LicensesClient.BeginValidateLicense(context.Context, License, *LicensesClientBeginValidateLicenseOptions) (*runtime.Poller[LicensesClientValidateLicenseResponse], error)`
    info	[Changelog] - New function `*MachinesClient.BeginAssessPatches(context.Context, string, string, *MachinesClientBeginAssessPatchesOptions) (*runtime.Poller[MachinesClientAssessPatchesResponse], error)`
    info	[Changelog] - New function `*MachinesClient.BeginInstallPatches(context.Context, string, string, MachineInstallPatchesParameters, *MachinesClientBeginInstallPatchesOptions) (*runtime.Poller[MachinesClientInstallPatchesResponse], error)`
    info	[Changelog] - New function `NewNetworkProfileClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkProfileClient, error)`
    info	[Changelog] - New function `*NetworkProfileClient.Get(context.Context, string, string, *NetworkProfileClientGetOptions) (NetworkProfileClientGetResponse, error)`
    info	[Changelog] - New struct `AgentUpgrade`
    info	[Changelog] - New struct `AgentVersion`
    info	[Changelog] - New struct `AgentVersionsList`
    info	[Changelog] - New struct `AvailablePatchCountByClassification`
    info	[Changelog] - New struct `ErrorDetailAutoGenerated`
    info	[Changelog] - New struct `ErrorResponseAutoGenerated`
    info	[Changelog] - New struct `EsuKey`
    info	[Changelog] - New struct `EsuProfileUpdateProperties`
    info	[Changelog] - New struct `ExtensionValue`
    info	[Changelog] - New struct `ExtensionValueListResult`
    info	[Changelog] - New struct `ExtensionValueProperties`
    info	[Changelog] - New struct `HybridIdentityMetadata`
    info	[Changelog] - New struct `HybridIdentityMetadataList`
    info	[Changelog] - New struct `HybridIdentityMetadataProperties`
    info	[Changelog] - New struct `IPAddress`
    info	[Changelog] - New struct `License`
    info	[Changelog] - New struct `LicenseDetails`
    info	[Changelog] - New struct `LicenseProfile`
    info	[Changelog] - New struct `LicenseProfileArmEsuProperties`
    info	[Changelog] - New struct `LicenseProfileArmEsuPropertiesWithoutAssignedLicense`
    info	[Changelog] - New struct `LicenseProfileMachineInstanceView`
    info	[Changelog] - New struct `LicenseProfileMachineInstanceViewEsuProperties`
    info	[Changelog] - New struct `LicenseProfileProperties`
    info	[Changelog] - New struct `LicenseProfileStorageModelEsuProperties`
    info	[Changelog] - New struct `LicenseProfileUpdate`
    info	[Changelog] - New struct `LicenseProfileUpdateProperties`
    info	[Changelog] - New struct `LicenseProfilesListResult`
    info	[Changelog] - New struct `LicenseProperties`
    info	[Changelog] - New struct `LicenseUpdate`
    info	[Changelog] - New struct `LicenseUpdateProperties`
    info	[Changelog] - New struct `LicenseUpdatePropertiesLicenseDetails`
    info	[Changelog] - New struct `LicensesListResult`
    info	[Changelog] - New struct `LinuxParameters`
    info	[Changelog] - New struct `MachineAssessPatchesResult`
    info	[Changelog] - New struct `MachineInstallPatchesParameters`
    info	[Changelog] - New struct `MachineInstallPatchesResult`
    info	[Changelog] - New struct `NetworkInterface`
    info	[Changelog] - New struct `NetworkProfile`
    info	[Changelog] - New struct `Subnet`
    info	[Changelog] - New struct `WindowsParameters`
    info	[Changelog] - New field `ConfigMode` in struct `AgentConfiguration`
    info	[Changelog] - New field `Kind`, `Resources` in struct `Machine`
    info	[Changelog] - New field `EnableAutomaticUpgrade` in struct `MachineExtensionUpdateProperties`
    info	[Changelog] - New field `AgentUpgrade`, `LicenseProfile`, `NetworkProfile` in struct `MachineProperties`
    info	[Changelog] - New field `Kind` in struct `MachineUpdate`
    info	[Changelog] - New field `AgentUpgrade` in struct `MachineUpdateProperties`
    info	[Changelog] - New field `Expand` in struct `MachinesClientCreateOrUpdateOptions`
    info	[Changelog] - New field `Expand` in struct `MachinesClientListByResourceGroupOptions`
    info	[Changelog] - New field `SystemData` in struct `ProxyResource`
    info	[Changelog] - New field `SystemData` in struct `Resource`
    info	[Changelog] - New field `SystemData` in struct `TrackedResource`
    info	[Changelog]
    info	[Changelog] Total 2 breaking change(s), 217 additive change(s).