@@ -23,6 +23,7 @@ using Microsoft.ConnectedCache;
2323 "MccCacheNodeAdditionalProperties" ,
2424 "csharp"
2525);
26+ @@ clientName (AdditionalCacheNodeProperties .osType , "OSType" , "csharp" );
2627@@ clientName (AdditionalCustomerProperties ,
2728 "MccCustomerAdditionalProperties" ,
2829 "csharp"
@@ -40,8 +41,13 @@ using Microsoft.ConnectedCache;
4041 "csharp"
4142);
4243@@ clientName (BgpConfiguration , "MccCacheNodeBgpConfiguration" , "csharp" );
44+ @@ clientName (BgpConfiguration .asnToIpAddressMapping ,
45+ "asnToIPAddressMapping" ,
46+ "csharp"
47+ );
4348@@ clientName (BgpReviewStateEnum , "MccCacheNodeBgpReviewState" , "csharp" );
4449@@ clientName (CacheNodeEntity , "MccCacheNodeEntity" , "csharp" );
50+ @@ clientName (CacheNodeEntity .ipAddress , "IPAddress" , "csharp" );
4551@@ alternateType (CacheNodeEntity .fullyQualifiedResourceId ,
4652 armResourceIdentifier ,
4753 "csharp"
@@ -74,6 +80,7 @@ using Microsoft.ConnectedCache;
7480 "csharp"
7581);
7682@@ clientName (ConfigurationState , "MccCacheNodeConfigurationState" , "csharp" );
83+ @@ clientName (ConfigurationState .NotConfigured_Ip , "NotConfigured_IP" , "csharp" );
7784@@ clientName (CustomerEntity , "MccCustomerEntity" , "csharp" );
7885@@ alternateType (CustomerEntity .fullyQualifiedResourceId ,
7986 armResourceIdentifier ,
0 commit comments