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

resolve flatten issue #24797

Merged
merged 3 commits into from
Oct 24, 2023

Merge branch 'Azure:main' into main

6a182b8
Select commit
Loading
Failed to load commit list.
Merged

resolve flatten issue #24797

Merge branch 'Azure:main' into main
6a182b8
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / Swagger SDK Breaking Change Tracking succeeded Oct 23, 2023 in 2m 48s

Swagger SDK Breaking Change Tracking succeeded

UpdateTracking
View more details.

Details

Breaking Changes Tracking

️✔️azure-sdk-for-go - sdk/resourcemanager/hybridcompute/armhybridcompute - Approved - 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 - Approved - 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;
    }