You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicconststringNoAgreementTypeParameterWarningMessage="By default, you are using the X12 agreement type. Please provide a value for AgreementType if you would like to specify the agreement type. Possible values are X12 and Edifact.";
49
+
50
+
publicconststringDeprecatedContentTypeMessage="ContentType is being deprecated without being replaced. It will be inferred from MapType";
Copy file name to clipboardExpand all lines: tools/StaticAnalysis/Exceptions/Az.LogicApp/BreakingChangeIssues.csv
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,4 +46,6 @@
46
46
"Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll","Microsoft.Azure.Commands.LogicApp.Cmdlets.GetAzureLogicAppTriggerCommand","Get-AzLogicAppTrigger","0","3000","The type of property 'State' of type 'Microsoft.Azure.Management.Logic.Models.WorkflowTrigger' has changed from 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowState]' to 'System.String'.","Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowState]'."
47
47
"Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll","Microsoft.Azure.Commands.LogicApp.Cmdlets.GetAzureLogicAppTriggerCommand","Get-AzLogicAppTrigger","0","3000","The type of property 'Status' of type 'Microsoft.Azure.Management.Logic.Models.WorkflowTrigger' has changed from 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowStatus]' to 'System.String'.","Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowStatus]'."
48
48
"Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll","Microsoft.Azure.Commands.LogicApp.Cmdlets.GetAzureLogicAppTriggerCommand","Get-AzLogicAppTrigger","0","3000","The type of property 'ProvisioningState' of type 'Microsoft.Azure.Management.Logic.Models.WorkflowTrigger' has changed from 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowTriggerProvisioningState]' to 'System.String'.","Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowTriggerProvisioningState]'."
49
-
"Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll","Microsoft.Azure.Commands.LogicApp.Cmdlets.GetAzureLogicAppTriggerHistoryCommand","Get-AzLogicAppTriggerHistory","0","3000","The type of property 'Status' of type 'Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory' has changed from 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowStatus]' to 'System.String'.","Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowStatus]'."
49
+
"Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll","Microsoft.Azure.Commands.LogicApp.Cmdlets.GetAzureLogicAppTriggerHistoryCommand","Get-AzLogicAppTriggerHistory","0","3000","The type of property 'Status' of type 'Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory' has changed from 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowStatus]' to 'System.String'.","Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.Management.Logic.Models.WorkflowStatus]'."
50
+
"Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll","Microsoft.Azure.Commands.LogicApp.Cmdlets.NewAzureIntegrationAccountCommand","New-AzIntegrationAccount","0","2050","A validate set has been added for parameter 'Sku' for cmdlet 'New-AzIntegrationAccount'.","Remove the validate set from parameter 'Sku'."
51
+
"Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll","Microsoft.Azure.Commands.LogicApp.Cmdlets.UpdateAzureIntegrationAccountCommand","Set-AzIntegrationAccount","0","2050","A validate set has been added for parameter 'Sku' for cmdlet 'Set-AzIntegrationAccount'.","Remove the validate set from parameter 'Sku'."
0 commit comments