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 case sensitive naming #25764

Merged
merged 1 commit into from
Sep 13, 2023

fix case sensitive naming

72ba537
Select commit
Loading
Failed to load commit list.
Merged

fix case sensitive naming #25764

fix case sensitive naming
72ba537
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
openapi-pipeline-app / Swagger SDK Breaking Change Tracking succeeded Sep 12, 2023 in 2m 7s

Swagger SDK Breaking Change Tracking succeeded

UpdateTracking
View more details.

Details

Breaking Changes Tracking

️✔️azure-sdk-for-go - sdk/resourcemanager/hybridcompute/armhybridcompute - 2.0.0-beta.1
Diff with approved:
	Type of `MachineExtensionProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
	Type of `MachineExtensionProperties.Settings` has been changed from `any` to `map[string]any`
	Type of `MachineExtensionUpdateProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
	Type of `MachineExtensionUpdateProperties.Settings` has been changed from `any` to `map[string]any`
Diff with base:
	Type of `MachineExtensionProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
	Type of `MachineExtensionProperties.Settings` has been changed from `any` to `map[string]any`
	Type of `MachineExtensionUpdateProperties.ProtectedSettings` has been changed from `any` to `map[string]any`
	Type of `MachineExtensionUpdateProperties.Settings` has been changed from `any` to `map[string]any`
️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-hybridcompute - 8.0.0
Diff with approved:
	Model Machine no longer has parameter properties
	Model MachineExtensionUpdate no longer has parameter properties
	Model MachineUpdate no longer has parameter properties
Diff with base:
	Model Machine no longer has parameter properties
	Model MachineExtensionUpdate no longer has parameter properties
	Model MachineUpdate no longer has parameter properties
️✔️azure-sdk-for-js - @azure/arm-hybridcompute - 4.0.0-beta.1
Diff with approved:
	Class HybridComputeManagementClient has a new signature
	Interface MachineExtensionsListNextOptionalParams no longer has parameter expand
	Type of parameter protectedSettings of interface MachineExtensionProperties is changed from Record to {
        [propertyName: string]: any;
    }
	Type of parameter settings of interface MachineExtensionProperties is changed from Record to {
        [propertyName: string]: any;
    }
Diff with base:
	Class HybridComputeManagementClient has a new signature
	Interface MachineExtensionsListNextOptionalParams no longer has parameter expand
	Type of parameter protectedSettings of interface MachineExtensionProperties is changed from Record to {
        [propertyName: string]: any;
    }
	Type of parameter settings of interface MachineExtensionProperties is changed from Record to {
        [propertyName: string]: any;
    }