We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3caa1d commit 65de3d2Copy full SHA for 65de3d2
src/ResourceManager/Network/Commands.Network/Common/NetworkResourceManagerProfile.cs
@@ -447,7 +447,6 @@ public static void Initialize()
447
cfg.CreateMap<MNM.ApplicationGatewayIPConfiguration, CNM.PSApplicationGatewayIPConfiguration>();
448
cfg.CreateMap<MNM.ApplicationGatewayRequestRoutingRule, CNM.PSApplicationGatewayRequestRoutingRule>();
449
cfg.CreateMap<MNM.ApplicationGatewayRedirectConfiguration, CNM.PSApplicationGatewayRedirectConfiguration>();
450
-
451
cfg.CreateMap<MNM.ApplicationGatewayAuthenticationCertificate, CNM.PSApplicationGatewayAuthenticationCertificate>();
452
cfg.CreateMap<MNM.BackendAddressPool, CNM.PSBackendAddressPool>();
453
cfg.CreateMap<MNM.ApplicationGatewayBackendHealth, CNM.PSApplicationGatewayBackendHealth>();
0 commit comments