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 / Swagger SDK Breaking Change Tracking completed Oct 11, 2023 in 2m 2s

Swagger SDK Breaking Change Tracking failed

UpdateTracking
The check status is neutral due to the check was suppressed by label. If you have any question, pls contact [email protected]
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-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;
    }
azure-sdk-for-python-track2 - track2_azure-mgmt-hybridcompute - Approved - 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