@@ -129,57 +129,4 @@ public sealed class CloudEnvironmentAuthentication
129
129
[ JsonProperty ( PropertyName = "identityProvider" ) ]
130
130
public string identityProvider { get ; set ; }
131
131
}
132
-
133
- /// <summary>
134
- /// Endpoints for Azure cloud environments.
135
- /// </summary>
136
- public sealed class CloudEnvironmentSuffixes
137
- {
138
- /// <summary>
139
- /// The suffix for ACR login.
140
- /// Defaults to <c>.azurecr.io</c>.
141
- /// </summary>
142
- [ JsonProperty ( PropertyName = "acrLoginServer" ) ]
143
- public string acrLoginServer { get ; set ; }
144
-
145
- /// <summary>
146
- /// Defaults to <c>azuredatalakeanalytics.net</c>.
147
- /// </summary>
148
- [ JsonProperty ( PropertyName = "azureDatalakeAnalyticsCatalogAndJob" ) ]
149
- public string azureDatalakeAnalyticsCatalogAndJob { get ; set ; }
150
-
151
- /// <summary>
152
- /// Defaults to <c>azuredatalakestore.net</c>.
153
- /// </summary>
154
- [ JsonProperty ( PropertyName = "azureDatalakeStoreFileSystem" ) ]
155
- public string azureDatalakeStoreFileSystem { get ; set ; }
156
-
157
- /// <summary>
158
- /// The suffix for Front Door endpoints.
159
- /// Defaults to <c>azurefd.net</c>.
160
- /// </summary>
161
- [ JsonProperty ( PropertyName = "azureFrontDoorEndpointSuffix" ) ]
162
- public string azureFrontDoorEndpointSuffix { get ; set ; }
163
-
164
- /// <summary>
165
- /// The suffix for Key Vaults.
166
- /// Defaults to <c>.vault.azure.net</c>.
167
- /// </summary>
168
- [ JsonProperty ( PropertyName = "keyvaultDns" ) ]
169
- public string keyvaultDns { get ; set ; }
170
-
171
- /// <summary>
172
- /// The suffix for Azure SQL Database logical servers.
173
- /// Defaults to <c>.database.windows.net</c>.
174
- /// </summary>
175
- [ JsonProperty ( PropertyName = "sqlServerHostname" ) ]
176
- public string sqlServerHostname { get ; set ; }
177
-
178
- /// <summary>
179
- /// The base suffix for Azure Storage services.
180
- /// Defaults to <c>core.windows.net</c>.
181
- /// </summary>
182
- [ JsonProperty ( PropertyName = "storage" ) ]
183
- public string storage { get ; set ; }
184
- }
185
132
}
0 commit comments