diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/CreateUpdateGcpCredentialsConnectorSubscription_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/CreateUpdateGcpCredentialsConnectorSubscription_example.json index 5574f86fbdb1..da4d9d77ebf3 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/CreateUpdateGcpCredentialsConnectorSubscription_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/CreateUpdateGcpCredentialsConnectorSubscription_example.json @@ -6,17 +6,7 @@ "connectorSetting": { "properties": { "hybridComputeSettings": { - "autoProvision": "On", - "resourceGroupName": "GcpConnectorRG", - "region": "West US 2", - "proxyServer": { - "ip": "201.120.185.132", - "port": "34" - }, - "servicePrincipal": { - "applicationId": "ad9bcd79-be9c-45ab-abd8-80ca1654a7d1", - "secret": "x2yS:FnCHssRkH0@CJY5pATzlEs@r5m." - } + "autoProvision": "Off" }, "authenticationDetails": { "authenticationType": "gcpCredentials", @@ -43,17 +33,12 @@ "type": "Microsoft.Security/connectors", "properties": { "hybridComputeSettings": { - "hybridComputeProvisioningState": "Valid", - "autoProvision": "On", - "resourceGroupName": "GcpConnectorRG", - "region": "West US 2", - "proxyServer": { - "ip": "201.120.185.132", - "port": "34" - }, - "servicePrincipal": { - "applicationId": "ad9bcd79-be9c-45ab-abd8-80ca1654a7d1" - } + "hybridComputeProvisioningState": "Invalid", + "autoProvision": "Off", + "resourceGroupName": "", + "region": "", + "proxyServer": null, + "servicePrincipal": null }, "authenticationDetails": { "authenticationProvisioningState": "Valid", diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/GetListConnectorSubscription_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/GetListConnectorSubscription_example.json index 3f2ffbc17f7a..641911442de9 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/GetListConnectorSubscription_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2020-01-01-preview/examples/Connectors/GetListConnectorSubscription_example.json @@ -77,17 +77,12 @@ "type": "Microsoft.Security/connectors", "properties": { "hybridComputeSettings": { - "hybridComputeProvisioningState": "Valid", - "autoProvision": "On", - "resourceGroupName": "GcpConnectorRG", - "region": "West US 2", - "proxyServer": { - "ip": "201.120.185.132", - "port": "34" - }, - "servicePrincipal": { - "applicationId": "ad9bcd79-be9c-45ab-abd8-80ca1654a7d1" - } + "hybridComputeProvisioningState": "Invalid", + "autoProvision": "Off", + "resourceGroupName": "", + "region": "", + "proxyServer": null, + "servicePrincipal": null }, "authenticationDetails": { "authenticationProvisioningState": "Valid",