diff --git a/services/web/mgmt/2018-02-01/web/models.go b/services/web/mgmt/2018-02-01/web/models.go
index eb7c288c42d6..93c0c9274ddf 100644
--- a/services/web/mgmt/2018-02-01/web/models.go
+++ b/services/web/mgmt/2018-02-01/web/models.go
@@ -23473,7 +23473,7 @@ type VnetInfoProperties struct {
CertThumbprint *string `json:"certThumbprint,omitempty"`
// CertBlob - A certificate file (.cer) blob containing the public key of the private key used to authenticate a
// Point-To-Site VPN connection.
- CertBlob *[]byte `json:"certBlob,omitempty"`
+ CertBlob *string `json:"certBlob,omitempty"`
// Routes - The routes that this Virtual Network connection uses.
Routes *[]VnetRoute `json:"routes,omitempty"`
// ResyncRequired - true
if a resync is required; otherwise, false
.