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

Add option for Application Configuration Service refresh interval #26943

refine description and complete examples

cdf85b2
Select commit
Loading
Failed to load commit list.
Merged

Add option for Application Configuration Service refresh interval #26943

refine description and complete examples
cdf85b2
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / Swagger SDK Breaking Change Tracking succeeded Dec 8, 2023 in 2m 6s

Swagger SDK Breaking Change Tracking succeeded

UpdateTracking
View more details.

Details

Breaking Changes Tracking

️✔️azure-sdk-for-go - sdk/resourcemanager/appplatform/armappplatform - 2.0.0-beta.3
Diff with approved:
+	Field `Instances`, `ResourceRequests` of struct `DevToolPortalProperties` has been removed
Diff with base:
	Field `Instances`, `ResourceRequests` of struct `DevToolPortalProperties` has been removed
️✔️azure-sdk-for-js - @azure/arm-appplatform - 3.0.0-beta.2
Diff with approved:
+	Class AppPlatformManagementClient has a new signature
+	Interface DeploymentsListForClusterNextOptionalParams no longer has parameter version
+	Interface DeploymentsListNextOptionalParams no longer has parameter version
+	Type of parameter addonConfigs of interface AppResourceProperties is changed from {
        [propertyName: string]: {
            [propertyName: string]: Record;
        };
    } to {
        [propertyName: string]: Record;
    }
+	Type of parameter addonConfigs of interface DeploymentSettings is changed from {
        [propertyName: string]: {
            [propertyName: string]: Record;
        };
    } to {
        [propertyName: string]: Record;
    }
+	Type of parameter bindingParameters of interface BindingResourceProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: string;
    }
Diff with base:
	Class AppPlatformManagementClient has a new signature
	Interface DeploymentsListForClusterNextOptionalParams no longer has parameter version
	Interface DeploymentsListNextOptionalParams no longer has parameter version
	Type of parameter addonConfigs of interface AppResourceProperties is changed from {
        [propertyName: string]: {
            [propertyName: string]: Record;
        };
    } to {
        [propertyName: string]: Record;
    }
	Type of parameter addonConfigs of interface DeploymentSettings is changed from {
        [propertyName: string]: {
            [propertyName: string]: Record;
        };
    } to {
        [propertyName: string]: Record;
    }
	Type of parameter bindingParameters of interface BindingResourceProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: string;
    }
️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-appplatform - 8.0.0
Diff with approved:
+	Model DevToolPortalProperties no longer has parameter instances
+	Model DevToolPortalProperties no longer has parameter resource_requests
Diff with base:
	Model DevToolPortalProperties no longer has parameter instances
	Model DevToolPortalProperties no longer has parameter resource_requests