@pulumi/azure-native 1.73.0 → 1.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/devcenter/attachedNetworkByDevCenter.d.ts +83 -0
  2. package/devcenter/attachedNetworkByDevCenter.js +85 -0
  3. package/devcenter/catalog.d.ts +83 -0
  4. package/devcenter/catalog.js +80 -0
  5. package/devcenter/devBoxDefinition.d.ts +119 -0
  6. package/devcenter/devBoxDefinition.js +99 -0
  7. package/devcenter/devCenter.d.ts +87 -0
  8. package/devcenter/devCenter.js +76 -0
  9. package/devcenter/environmentType.d.ts +75 -0
  10. package/devcenter/environmentType.js +76 -0
  11. package/devcenter/gallery.d.ts +71 -0
  12. package/devcenter/gallery.js +79 -0
  13. package/devcenter/getAttachedNetworkByDevCenter.d.ts +77 -0
  14. package/devcenter/getAttachedNetworkByDevCenter.js +28 -0
  15. package/devcenter/getCatalog.d.ts +73 -0
  16. package/devcenter/getCatalog.js +28 -0
  17. package/devcenter/getDevBoxDefinition.d.ts +95 -0
  18. package/devcenter/getDevBoxDefinition.js +28 -0
  19. package/devcenter/getDevCenter.d.ts +67 -0
  20. package/devcenter/getDevCenter.js +27 -0
  21. package/devcenter/getEnvironmentType.d.ts +67 -0
  22. package/devcenter/getEnvironmentType.js +28 -0
  23. package/devcenter/getGallery.d.ts +65 -0
  24. package/devcenter/getGallery.js +28 -0
  25. package/devcenter/getNetworkConnection.d.ts +95 -0
  26. package/devcenter/getNetworkConnection.js +27 -0
  27. package/devcenter/getPool.d.ts +87 -0
  28. package/devcenter/getPool.js +28 -0
  29. package/devcenter/getProject.d.ts +71 -0
  30. package/devcenter/getProject.js +27 -0
  31. package/devcenter/getProjectEnvironmentType.d.ts +93 -0
  32. package/devcenter/getProjectEnvironmentType.js +28 -0
  33. package/devcenter/getSchedule.d.ts +93 -0
  34. package/devcenter/getSchedule.js +30 -0
  35. package/devcenter/index.d.ts +23 -0
  36. package/devcenter/index.js +86 -1
  37. package/devcenter/networkConnection.d.ts +139 -0
  38. package/devcenter/networkConnection.js +96 -0
  39. package/devcenter/pool.d.ts +115 -0
  40. package/devcenter/pool.js +98 -0
  41. package/devcenter/project.d.ts +95 -0
  42. package/devcenter/project.js +78 -0
  43. package/devcenter/projectEnvironmentType.d.ts +127 -0
  44. package/devcenter/projectEnvironmentType.js +88 -0
  45. package/devcenter/schedule.d.ts +107 -0
  46. package/devcenter/schedule.js +99 -0
  47. package/devcenter/v20220801preview/attachedNetworkByDevCenter.js +2 -2
  48. package/devcenter/v20220801preview/catalog.js +2 -2
  49. package/devcenter/v20220801preview/devBoxDefinition.js +2 -2
  50. package/devcenter/v20220801preview/devCenter.js +2 -2
  51. package/devcenter/v20220801preview/environmentType.js +2 -2
  52. package/devcenter/v20220801preview/gallery.js +2 -2
  53. package/devcenter/v20220801preview/networkConnection.js +2 -2
  54. package/devcenter/v20220801preview/pool.js +2 -2
  55. package/devcenter/v20220801preview/project.js +2 -2
  56. package/devcenter/v20220801preview/projectEnvironmentType.js +2 -2
  57. package/devcenter/v20220801preview/schedule.js +2 -2
  58. package/devcenter/v20220901preview/attachedNetworkByDevCenter.js +2 -2
  59. package/devcenter/v20220901preview/catalog.js +2 -2
  60. package/devcenter/v20220901preview/devBoxDefinition.js +2 -2
  61. package/devcenter/v20220901preview/devCenter.js +2 -2
  62. package/devcenter/v20220901preview/environmentType.js +2 -2
  63. package/devcenter/v20220901preview/gallery.js +2 -2
  64. package/devcenter/v20220901preview/networkConnection.js +2 -2
  65. package/devcenter/v20220901preview/pool.js +2 -2
  66. package/devcenter/v20220901preview/project.js +2 -2
  67. package/devcenter/v20220901preview/projectEnvironmentType.js +2 -2
  68. package/devcenter/v20220901preview/schedule.js +2 -2
  69. package/hybridcontainerservice/agentPool.d.ts +190 -0
  70. package/hybridcontainerservice/agentPool.js +107 -0
  71. package/hybridcontainerservice/getHybridIdentityMetadatum.d.ts +73 -0
  72. package/hybridcontainerservice/getHybridIdentityMetadatum.js +28 -0
  73. package/hybridcontainerservice/getProvisionedCluster.d.ts +65 -0
  74. package/hybridcontainerservice/getProvisionedCluster.js +27 -0
  75. package/hybridcontainerservice/getagentPool.d.ts +123 -0
  76. package/hybridcontainerservice/getagentPool.js +28 -0
  77. package/hybridcontainerservice/getstorageSpaceRetrieve.d.ts +64 -0
  78. package/hybridcontainerservice/getstorageSpaceRetrieve.js +27 -0
  79. package/hybridcontainerservice/getvirtualNetworkRetrieve.d.ts +64 -0
  80. package/hybridcontainerservice/getvirtualNetworkRetrieve.js +27 -0
  81. package/hybridcontainerservice/hybridIdentityMetadatum.d.ts +87 -0
  82. package/hybridcontainerservice/hybridIdentityMetadatum.js +80 -0
  83. package/hybridcontainerservice/index.d.ts +11 -0
  84. package/hybridcontainerservice/index.js +56 -1
  85. package/hybridcontainerservice/provisionedCluster.d.ts +90 -0
  86. package/hybridcontainerservice/provisionedCluster.js +79 -0
  87. package/hybridcontainerservice/storageSpaceRetrieve.d.ts +85 -0
  88. package/hybridcontainerservice/storageSpaceRetrieve.js +76 -0
  89. package/hybridcontainerservice/v20220501preview/agentPool.js +3 -1
  90. package/hybridcontainerservice/v20220501preview/hybridIdentityMetadatum.js +3 -1
  91. package/hybridcontainerservice/v20220501preview/provisionedCluster.js +3 -1
  92. package/hybridcontainerservice/v20220501preview/storageSpaceRetrieve.js +3 -1
  93. package/hybridcontainerservice/v20220501preview/virtualNetworkRetrieve.js +3 -1
  94. package/hybridcontainerservice/virtualNetworkRetrieve.d.ts +85 -0
  95. package/hybridcontainerservice/virtualNetworkRetrieve.js +76 -0
  96. package/package.json +2 -2
  97. package/package.json.dev +2 -2
  98. package/storagemover/agent.d.ts +116 -0
  99. package/storagemover/agent.js +102 -0
  100. package/storagemover/endpoint.d.ts +67 -0
  101. package/storagemover/endpoint.js +77 -0
  102. package/storagemover/getAgent.d.ts +102 -0
  103. package/storagemover/getAgent.js +28 -0
  104. package/storagemover/getEndpoint.d.ts +61 -0
  105. package/storagemover/getEndpoint.js +28 -0
  106. package/storagemover/getJobDefinition.d.ts +121 -0
  107. package/storagemover/getJobDefinition.js +29 -0
  108. package/storagemover/getProject.d.ts +65 -0
  109. package/storagemover/getProject.js +28 -0
  110. package/storagemover/getStorageMover.d.ts +67 -0
  111. package/storagemover/getStorageMover.js +27 -0
  112. package/storagemover/index.d.ts +11 -0
  113. package/storagemover/index.js +56 -1
  114. package/storagemover/jobDefinition.d.ts +147 -0
  115. package/storagemover/jobDefinition.js +113 -0
  116. package/storagemover/project.d.ts +71 -0
  117. package/storagemover/project.js +76 -0
  118. package/storagemover/storageMover.d.ts +87 -0
  119. package/storagemover/storageMover.js +76 -0
  120. package/storagemover/v20220701preview/agent.js +3 -1
  121. package/storagemover/v20220701preview/endpoint.js +3 -1
  122. package/storagemover/v20220701preview/jobDefinition.js +3 -1
  123. package/storagemover/v20220701preview/project.js +3 -1
  124. package/storagemover/v20220701preview/storageMover.js +3 -1
  125. package/types/enums/devcenter/index.d.ts +65 -0
  126. package/types/enums/devcenter/index.js +35 -2
  127. package/types/enums/hybridcontainerservice/index.d.ts +59 -0
  128. package/types/enums/hybridcontainerservice/index.js +33 -2
  129. package/types/enums/storagemover/index.d.ts +25 -0
  130. package/types/enums/storagemover/index.js +15 -2
  131. package/types/input.d.ts +888 -0
  132. package/types/input.js +55 -1
  133. package/types/output.d.ts +1188 -0
  134. package/types/output.js +55 -1
package/types/output.d.ts CHANGED
@@ -320288,6 +320288,190 @@ export declare namespace desktopvirtualization {
320288
320288
  }
320289
320289
  }
320290
320290
  export declare namespace devcenter {
320291
+ /**
320292
+ * A role that can be assigned to a user.
320293
+ */
320294
+ interface EnvironmentRoleResponse {
320295
+ /**
320296
+ * This is a description of the Role Assignment.
320297
+ */
320298
+ description: string;
320299
+ /**
320300
+ * The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
320301
+ */
320302
+ roleName: string;
320303
+ }
320304
+ /**
320305
+ * Properties for a Git repository catalog.
320306
+ */
320307
+ interface GitCatalogResponse {
320308
+ /**
320309
+ * Git branch.
320310
+ */
320311
+ branch?: string;
320312
+ /**
320313
+ * The folder where the catalog items can be found inside the repository.
320314
+ */
320315
+ path?: string;
320316
+ /**
320317
+ * A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
320318
+ */
320319
+ secretIdentifier?: string;
320320
+ /**
320321
+ * Git URI.
320322
+ */
320323
+ uri?: string;
320324
+ }
320325
+ /**
320326
+ * Image reference information
320327
+ */
320328
+ interface ImageReferenceResponse {
320329
+ /**
320330
+ * The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
320331
+ */
320332
+ exactVersion: string;
320333
+ /**
320334
+ * Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
320335
+ */
320336
+ id?: string;
320337
+ /**
320338
+ * The image offer.
320339
+ */
320340
+ offer?: string;
320341
+ /**
320342
+ * The image publisher.
320343
+ */
320344
+ publisher?: string;
320345
+ /**
320346
+ * The image sku.
320347
+ */
320348
+ sku?: string;
320349
+ }
320350
+ /**
320351
+ * Image validation error details
320352
+ */
320353
+ interface ImageValidationErrorDetailsResponse {
320354
+ /**
320355
+ * An identifier for the error.
320356
+ */
320357
+ code?: string;
320358
+ /**
320359
+ * A message describing the error.
320360
+ */
320361
+ message?: string;
320362
+ }
320363
+ /**
320364
+ * Managed service identity (system assigned and/or user assigned identities)
320365
+ */
320366
+ interface ManagedServiceIdentityResponse {
320367
+ /**
320368
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
320369
+ */
320370
+ principalId: string;
320371
+ /**
320372
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
320373
+ */
320374
+ tenantId: string;
320375
+ /**
320376
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
320377
+ */
320378
+ type: string;
320379
+ /**
320380
+ * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
320381
+ */
320382
+ userAssignedIdentities?: {
320383
+ [key: string]: outputs.devcenter.UserAssignedIdentityResponse;
320384
+ };
320385
+ }
320386
+ /**
320387
+ * The role definition assigned to the environment creator on backing resources.
320388
+ */
320389
+ interface ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment {
320390
+ /**
320391
+ * A map of roles to assign to the environment creator.
320392
+ */
320393
+ roles?: {
320394
+ [key: string]: outputs.devcenter.EnvironmentRoleResponse;
320395
+ };
320396
+ }
320397
+ /**
320398
+ * The resource model definition representing SKU
320399
+ */
320400
+ interface SkuResponse {
320401
+ /**
320402
+ * If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
320403
+ */
320404
+ capacity?: number;
320405
+ /**
320406
+ * If the service has different generations of hardware, for the same SKU, then that can be captured here.
320407
+ */
320408
+ family?: string;
320409
+ /**
320410
+ * The name of the SKU. Ex - P3. It is typically a letter+number code
320411
+ */
320412
+ name: string;
320413
+ /**
320414
+ * The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
320415
+ */
320416
+ size?: string;
320417
+ /**
320418
+ * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
320419
+ */
320420
+ tier?: string;
320421
+ }
320422
+ /**
320423
+ * Metadata pertaining to creation and last modification of the resource.
320424
+ */
320425
+ interface SystemDataResponse {
320426
+ /**
320427
+ * The timestamp of resource creation (UTC).
320428
+ */
320429
+ createdAt?: string;
320430
+ /**
320431
+ * The identity that created the resource.
320432
+ */
320433
+ createdBy?: string;
320434
+ /**
320435
+ * The type of identity that created the resource.
320436
+ */
320437
+ createdByType?: string;
320438
+ /**
320439
+ * The timestamp of resource last modification (UTC)
320440
+ */
320441
+ lastModifiedAt?: string;
320442
+ /**
320443
+ * The identity that last modified the resource.
320444
+ */
320445
+ lastModifiedBy?: string;
320446
+ /**
320447
+ * The type of identity that last modified the resource.
320448
+ */
320449
+ lastModifiedByType?: string;
320450
+ }
320451
+ /**
320452
+ * User assigned identity properties
320453
+ */
320454
+ interface UserAssignedIdentityResponse {
320455
+ /**
320456
+ * The client ID of the assigned identity.
320457
+ */
320458
+ clientId: string;
320459
+ /**
320460
+ * The principal ID of the assigned identity.
320461
+ */
320462
+ principalId: string;
320463
+ }
320464
+ /**
320465
+ * Mapping of user object ID to role assignments.
320466
+ */
320467
+ interface UserRoleAssignmentResponse {
320468
+ /**
320469
+ * A map of roles to assign to the parent user.
320470
+ */
320471
+ roles?: {
320472
+ [key: string]: outputs.devcenter.EnvironmentRoleResponse;
320473
+ };
320474
+ }
320291
320475
  namespace v20220801preview {
320292
320476
  /**
320293
320477
  * A role that can be assigned to a user.
@@ -399942,6 +400126,921 @@ export declare namespace hybridcompute {
399942
400126
  }
399943
400127
  }
399944
400128
  export declare namespace hybridcontainerservice {
400129
+ /**
400130
+ * AAD Profile specifies attributes for Azure Active Directory integration.
400131
+ */
400132
+ interface AADProfileResponseResponse {
400133
+ /**
400134
+ * The list of AAD group object IDs that will have admin role of the cluster.
400135
+ */
400136
+ adminGroupObjectIDs?: string[];
400137
+ /**
400138
+ * The client AAD application ID.
400139
+ */
400140
+ clientAppID?: string;
400141
+ /**
400142
+ * Whether to enable Azure RBAC for Kubernetes authorization.
400143
+ */
400144
+ enableAzureRbac?: boolean;
400145
+ /**
400146
+ * Whether to enable managed AAD.
400147
+ */
400148
+ managed?: boolean;
400149
+ /**
400150
+ * The server AAD application ID.
400151
+ */
400152
+ serverAppID?: string;
400153
+ /**
400154
+ * The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
400155
+ */
400156
+ tenantID?: string;
400157
+ }
400158
+ /**
400159
+ * Addon configurations
400160
+ */
400161
+ interface AddonProfilesResponse {
400162
+ /**
400163
+ * Config - Key-value pairs for configuring an add-on.
400164
+ */
400165
+ config?: {
400166
+ [key: string]: string;
400167
+ };
400168
+ /**
400169
+ * Enabled - Whether the add-on is enabled or not.
400170
+ */
400171
+ enabled?: boolean;
400172
+ }
400173
+ /**
400174
+ * Status of the addon
400175
+ */
400176
+ interface AddonStatusResponse {
400177
+ /**
400178
+ * ErrorMessage will be set in the event that there is a terminal problem reconciling the AddOn and will contain a more verbose string suitable for logging and human consumption.
400179
+ */
400180
+ errorMessage?: string;
400181
+ /**
400182
+ * Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
400183
+ */
400184
+ phase?: string;
400185
+ ready?: boolean;
400186
+ }
400187
+ interface AgentPoolProvisioningStatusResponseError {
400188
+ code?: string;
400189
+ message?: string;
400190
+ }
400191
+ /**
400192
+ * Contains Provisioning errors
400193
+ */
400194
+ interface AgentPoolProvisioningStatusResponseProvisioningStatus {
400195
+ error?: outputs.hybridcontainerservice.AgentPoolProvisioningStatusResponseError;
400196
+ operationId?: string;
400197
+ /**
400198
+ * Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
400199
+ */
400200
+ phase?: string;
400201
+ status?: string;
400202
+ }
400203
+ /**
400204
+ * HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
400205
+ */
400206
+ interface AgentPoolProvisioningStatusResponseStatus {
400207
+ /**
400208
+ * ErrorMessage - Error messages during creation of cluster
400209
+ */
400210
+ errorMessage?: string;
400211
+ /**
400212
+ * Contains Provisioning errors
400213
+ */
400214
+ provisioningStatus?: outputs.hybridcontainerservice.AgentPoolProvisioningStatusResponseProvisioningStatus;
400215
+ /**
400216
+ * Total number of ready machines targeted by this deployment.
400217
+ */
400218
+ readyReplicas?: number;
400219
+ /**
400220
+ * Total number of non-terminated machines targeted by this deployment
400221
+ */
400222
+ replicas?: number;
400223
+ }
400224
+ interface AgentPoolResponseExtendedLocation {
400225
+ /**
400226
+ * The extended location name.
400227
+ */
400228
+ name?: string;
400229
+ /**
400230
+ * The extended location type.
400231
+ */
400232
+ type?: string;
400233
+ }
400234
+ /**
400235
+ * Defines the Arc Agent properties for the Provisioned clusters.
400236
+ */
400237
+ interface ArcAgentProfileResponse {
400238
+ /**
400239
+ * Indicates whether the Arc agents on the provisioned clusters be upgraded automatically to the latest version. Defaults to Enabled.
400240
+ */
400241
+ agentAutoUpgrade?: string;
400242
+ /**
400243
+ * Version of the Arc agents to be installed on the provisioned Provisioned cluster resource
400244
+ */
400245
+ agentVersion?: string;
400246
+ }
400247
+ /**
400248
+ * arcAgentProfileResponseProvideDefaults sets the appropriate defaults for ArcAgentProfileResponse
400249
+ */
400250
+ function arcAgentProfileResponseProvideDefaults(val: ArcAgentProfileResponse): ArcAgentProfileResponse;
400251
+ /**
400252
+ * Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.
400253
+ */
400254
+ interface ArcAgentStatusResponse {
400255
+ /**
400256
+ * Version of the Arc agents currently running on the Provisioned cluster resource.
400257
+ */
400258
+ agentVersion?: string;
400259
+ /**
400260
+ * Number of CPU cores present in the Provisioned cluster resource
400261
+ */
400262
+ coreCount?: number;
400263
+ /**
400264
+ * Observed deployment state of the Arc Agents on the target cluster. Possible values include: 'pending', 'provisioning', 'provisioned', 'deleting', 'failed', 'upgrading'
400265
+ */
400266
+ deploymentState?: string;
400267
+ /**
400268
+ * Error messages while onboarding/upgrading/uninstalling the Arc agents
400269
+ */
400270
+ errorMessage?: string;
400271
+ /**
400272
+ * Last connected timestamp of the Provisioned cluster resource.
400273
+ */
400274
+ lastConnectivityTime?: string;
400275
+ /**
400276
+ * ManagedIdentity certificate expiration time (ValidUntil).
400277
+ */
400278
+ managedIdentityCertificateExpirationTime?: string;
400279
+ /**
400280
+ * Onboarding public key for provisioning the Managed identity for the HybridAKS cluster. Will be used to create the hybridIdentityMetadata proxy resource and will not be persisted.
400281
+ */
400282
+ onboardingPublicKey?: string;
400283
+ }
400284
+ /**
400285
+ * CloudProviderProfile - The underlying cloud infra provider properties.
400286
+ */
400287
+ interface CloudProviderProfileResponse {
400288
+ /**
400289
+ * InfraNetworkProfile - List of infra network profiles for the provisioned cluster
400290
+ */
400291
+ infraNetworkProfile?: outputs.hybridcontainerservice.CloudProviderProfileResponseInfraNetworkProfile;
400292
+ /**
400293
+ * InfraStorageProfile - List of infra storage profiles for the provisioned cluster
400294
+ */
400295
+ infraStorageProfile?: outputs.hybridcontainerservice.CloudProviderProfileResponseInfraStorageProfile;
400296
+ }
400297
+ /**
400298
+ * InfraNetworkProfile - List of infra network profiles for the provisioned cluster
400299
+ */
400300
+ interface CloudProviderProfileResponseInfraNetworkProfile {
400301
+ /**
400302
+ * Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
400303
+ */
400304
+ vnetSubnetIds?: string[];
400305
+ }
400306
+ /**
400307
+ * InfraStorageProfile - List of infra storage profiles for the provisioned cluster
400308
+ */
400309
+ interface CloudProviderProfileResponseInfraStorageProfile {
400310
+ /**
400311
+ * Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}
400312
+ */
400313
+ storageSpaceIds?: string[];
400314
+ }
400315
+ /**
400316
+ * API server endpoint for the control plane
400317
+ */
400318
+ interface ControlPlaneEndpointProfileResponseControlPlaneEndpoint {
400319
+ /**
400320
+ * Host IP address for API server
400321
+ */
400322
+ hostIP?: string;
400323
+ /**
400324
+ * Port for the API server
400325
+ */
400326
+ port?: string;
400327
+ }
400328
+ /**
400329
+ * ControlPlaneProfile - The control plane properties for the provisioned cluster.
400330
+ */
400331
+ interface ControlPlaneProfileResponse {
400332
+ /**
400333
+ * AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
400334
+ */
400335
+ availabilityZones?: string[];
400336
+ /**
400337
+ * The underlying cloud infra provider properties.
400338
+ */
400339
+ cloudProviderProfile?: outputs.hybridcontainerservice.CloudProviderProfileResponse;
400340
+ /**
400341
+ * API server endpoint for the control plane
400342
+ */
400343
+ controlPlaneEndpoint?: outputs.hybridcontainerservice.ControlPlaneEndpointProfileResponseControlPlaneEndpoint;
400344
+ /**
400345
+ * Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
400346
+ */
400347
+ count?: number;
400348
+ /**
400349
+ * Profile for Linux VMs in the container service cluster.
400350
+ */
400351
+ linuxProfile?: outputs.hybridcontainerservice.LinuxProfilePropertiesResponse;
400352
+ /**
400353
+ * The maximum number of nodes for auto-scaling
400354
+ */
400355
+ maxCount?: number;
400356
+ /**
400357
+ * The maximum number of pods that can run on a node.
400358
+ */
400359
+ maxPods?: number;
400360
+ /**
400361
+ * The minimum number of nodes for auto-scaling
400362
+ */
400363
+ minCount?: number;
400364
+ /**
400365
+ * Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
400366
+ */
400367
+ mode?: string;
400368
+ /**
400369
+ * Unique name of the agent pool profile in the context of the subscription and resource group.
400370
+ */
400371
+ name?: string;
400372
+ /**
400373
+ * The version of node image
400374
+ */
400375
+ nodeImageVersion?: string;
400376
+ /**
400377
+ * NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
400378
+ */
400379
+ nodeLabels?: {
400380
+ [key: string]: string;
400381
+ };
400382
+ /**
400383
+ * NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
400384
+ */
400385
+ nodeTaints?: string[];
400386
+ /**
400387
+ * OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
400388
+ */
400389
+ osType?: string;
400390
+ /**
400391
+ * VmSize - The size of the agent pool VMs.
400392
+ */
400393
+ vmSize?: string;
400394
+ }
400395
+ /**
400396
+ * controlPlaneProfileResponseProvideDefaults sets the appropriate defaults for ControlPlaneProfileResponse
400397
+ */
400398
+ function controlPlaneProfileResponseProvideDefaults(val: ControlPlaneProfileResponse): ControlPlaneProfileResponse;
400399
+ /**
400400
+ * Configurations for provisioning the cluster with HTTP proxy servers.
400401
+ */
400402
+ interface HttpProxyConfigResponseResponse {
400403
+ /**
400404
+ * The HTTP proxy server endpoint to use.
400405
+ */
400406
+ httpProxy?: string;
400407
+ /**
400408
+ * The HTTPS proxy server endpoint to use.
400409
+ */
400410
+ httpsProxy?: string;
400411
+ /**
400412
+ * The endpoints that should not go through proxy.
400413
+ */
400414
+ noProxy?: string[];
400415
+ /**
400416
+ * Alternative CA cert to use for connecting to proxy servers.
400417
+ */
400418
+ trustedCa?: string;
400419
+ /**
400420
+ * Username to use for connecting to proxy server
400421
+ */
400422
+ username?: string;
400423
+ }
400424
+ /**
400425
+ * LinuxProfile - Profile for Linux VMs in the container service cluster.
400426
+ */
400427
+ interface LinuxProfilePropertiesResponse {
400428
+ /**
400429
+ * AdminUsername - The administrator username to use for Linux VMs.
400430
+ */
400431
+ adminUsername?: string;
400432
+ /**
400433
+ * SSH - SSH configuration for Linux-based VMs running on Azure.
400434
+ */
400435
+ ssh?: outputs.hybridcontainerservice.LinuxProfilePropertiesResponseSsh;
400436
+ }
400437
+ interface LinuxProfilePropertiesResponsePublicKeys {
400438
+ /**
400439
+ * KeyData - Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.
400440
+ */
400441
+ keyData?: string;
400442
+ }
400443
+ /**
400444
+ * SSH - SSH configuration for Linux-based VMs running on Azure.
400445
+ */
400446
+ interface LinuxProfilePropertiesResponseSsh {
400447
+ /**
400448
+ * PublicKeys - The list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.
400449
+ */
400450
+ publicKeys?: outputs.hybridcontainerservice.LinuxProfilePropertiesResponsePublicKeys[];
400451
+ }
400452
+ /**
400453
+ * LoadBalancerProfile - Profile of the cluster load balancer.
400454
+ */
400455
+ interface LoadBalancerProfileResponse {
400456
+ /**
400457
+ * AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
400458
+ */
400459
+ availabilityZones?: string[];
400460
+ /**
400461
+ * The underlying cloud infra provider properties.
400462
+ */
400463
+ cloudProviderProfile?: outputs.hybridcontainerservice.CloudProviderProfileResponse;
400464
+ /**
400465
+ * Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
400466
+ */
400467
+ count?: number;
400468
+ /**
400469
+ * Profile for Linux VMs in the container service cluster.
400470
+ */
400471
+ linuxProfile?: outputs.hybridcontainerservice.LinuxProfilePropertiesResponse;
400472
+ /**
400473
+ * The maximum number of nodes for auto-scaling
400474
+ */
400475
+ maxCount?: number;
400476
+ /**
400477
+ * The maximum number of pods that can run on a node.
400478
+ */
400479
+ maxPods?: number;
400480
+ /**
400481
+ * The minimum number of nodes for auto-scaling
400482
+ */
400483
+ minCount?: number;
400484
+ /**
400485
+ * Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
400486
+ */
400487
+ mode?: string;
400488
+ /**
400489
+ * Unique name of the agent pool profile in the context of the subscription and resource group.
400490
+ */
400491
+ name?: string;
400492
+ /**
400493
+ * The version of node image
400494
+ */
400495
+ nodeImageVersion?: string;
400496
+ /**
400497
+ * NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
400498
+ */
400499
+ nodeLabels?: {
400500
+ [key: string]: string;
400501
+ };
400502
+ /**
400503
+ * NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
400504
+ */
400505
+ nodeTaints?: string[];
400506
+ /**
400507
+ * OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
400508
+ */
400509
+ osType?: string;
400510
+ /**
400511
+ * VmSize - The size of the agent pool VMs.
400512
+ */
400513
+ vmSize?: string;
400514
+ }
400515
+ /**
400516
+ * loadBalancerProfileResponseProvideDefaults sets the appropriate defaults for LoadBalancerProfileResponse
400517
+ */
400518
+ function loadBalancerProfileResponseProvideDefaults(val: LoadBalancerProfileResponse): LoadBalancerProfileResponse;
400519
+ /**
400520
+ * Agent pool profile along with a name parameter
400521
+ */
400522
+ interface NamedAgentPoolProfileResponse {
400523
+ /**
400524
+ * AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
400525
+ */
400526
+ availabilityZones?: string[];
400527
+ /**
400528
+ * The underlying cloud infra provider properties.
400529
+ */
400530
+ cloudProviderProfile?: outputs.hybridcontainerservice.CloudProviderProfileResponse;
400531
+ /**
400532
+ * Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
400533
+ */
400534
+ count?: number;
400535
+ /**
400536
+ * The maximum number of nodes for auto-scaling
400537
+ */
400538
+ maxCount?: number;
400539
+ /**
400540
+ * The maximum number of pods that can run on a node.
400541
+ */
400542
+ maxPods?: number;
400543
+ /**
400544
+ * The minimum number of nodes for auto-scaling
400545
+ */
400546
+ minCount?: number;
400547
+ /**
400548
+ * Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
400549
+ */
400550
+ mode?: string;
400551
+ /**
400552
+ * Unique name of the agent pool profile in the context of the subscription and resource group.
400553
+ */
400554
+ name?: string;
400555
+ /**
400556
+ * The version of node image
400557
+ */
400558
+ nodeImageVersion?: string;
400559
+ /**
400560
+ * NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
400561
+ */
400562
+ nodeLabels?: {
400563
+ [key: string]: string;
400564
+ };
400565
+ /**
400566
+ * NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
400567
+ */
400568
+ nodeTaints?: string[];
400569
+ /**
400570
+ * OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
400571
+ */
400572
+ osType?: string;
400573
+ /**
400574
+ * VmSize - The size of the agent pool VMs.
400575
+ */
400576
+ vmSize?: string;
400577
+ }
400578
+ /**
400579
+ * namedAgentPoolProfileResponseProvideDefaults sets the appropriate defaults for NamedAgentPoolProfileResponse
400580
+ */
400581
+ function namedAgentPoolProfileResponseProvideDefaults(val: NamedAgentPoolProfileResponse): NamedAgentPoolProfileResponse;
400582
+ /**
400583
+ * NetworkProfile - Profile of network configuration.
400584
+ */
400585
+ interface NetworkProfileResponse {
400586
+ /**
400587
+ * DNSServiceIP - An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
400588
+ */
400589
+ dnsServiceIP?: string;
400590
+ /**
400591
+ * LoadBalancerProfile - Profile of the cluster load balancer.
400592
+ */
400593
+ loadBalancerProfile?: outputs.hybridcontainerservice.LoadBalancerProfileResponse;
400594
+ /**
400595
+ * LoadBalancerSku - The load balancer sku for the provisioned cluster. Possible values: 'unstacked-haproxy', 'stacked-kube-vip', 'stacked-metallb', 'unmanaged'. The default is 'unmanaged'.
400596
+ */
400597
+ loadBalancerSku?: string;
400598
+ /**
400599
+ * NetworkPolicy - Network policy used for building Kubernetes network. Possible values include: 'calico', 'flannel'. Default is 'calico'
400600
+ */
400601
+ networkPolicy?: string;
400602
+ /**
400603
+ * PodCidr - A CIDR notation IP range from which to assign pod IPs when kubenet is used.
400604
+ */
400605
+ podCidr?: string;
400606
+ /**
400607
+ * The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
400608
+ */
400609
+ podCidrs?: string[];
400610
+ /**
400611
+ * ServiceCidr - A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
400612
+ */
400613
+ serviceCidr?: string;
400614
+ /**
400615
+ * The CIDR notation IP ranges from which to assign service cluster IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges.
400616
+ */
400617
+ serviceCidrs?: string[];
400618
+ }
400619
+ /**
400620
+ * networkProfileResponseProvideDefaults sets the appropriate defaults for NetworkProfileResponse
400621
+ */
400622
+ function networkProfileResponseProvideDefaults(val: NetworkProfileResponse): NetworkProfileResponse;
400623
+ /**
400624
+ * Identity for the Provisioned cluster.
400625
+ */
400626
+ interface ProvisionedClusterIdentityResponse {
400627
+ /**
400628
+ * The principal id of provisioned cluster identity. This property will only be provided for a system assigned identity.
400629
+ */
400630
+ principalId: string;
400631
+ /**
400632
+ * The tenant id associated with the provisioned cluster. This property will only be provided for a system assigned identity.
400633
+ */
400634
+ tenantId: string;
400635
+ /**
400636
+ * The type of identity used for the provisioned cluster. The type SystemAssigned, includes a system created identity. The type None means no identity is assigned to the provisioned cluster.
400637
+ */
400638
+ type: string;
400639
+ }
400640
+ interface ProvisionedClustersCommonPropertiesResponseError {
400641
+ code?: string;
400642
+ message?: string;
400643
+ }
400644
+ /**
400645
+ * Additional features specs like Arc Agent Onboarding.
400646
+ */
400647
+ interface ProvisionedClustersCommonPropertiesResponseFeatures {
400648
+ /**
400649
+ * Arc agentry configuration for the provisioned cluster.
400650
+ */
400651
+ arcAgentProfile?: outputs.hybridcontainerservice.ArcAgentProfileResponse;
400652
+ }
400653
+ /**
400654
+ * provisionedClustersCommonPropertiesResponseFeaturesProvideDefaults sets the appropriate defaults for ProvisionedClustersCommonPropertiesResponseFeatures
400655
+ */
400656
+ function provisionedClustersCommonPropertiesResponseFeaturesProvideDefaults(val: ProvisionedClustersCommonPropertiesResponseFeatures): ProvisionedClustersCommonPropertiesResponseFeatures;
400657
+ /**
400658
+ * Additional features status like Arc Agent Onboarding.
400659
+ */
400660
+ interface ProvisionedClustersCommonPropertiesResponseFeaturesStatus {
400661
+ /**
400662
+ * Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.
400663
+ */
400664
+ arcAgentStatus?: outputs.hybridcontainerservice.ArcAgentStatusResponse;
400665
+ }
400666
+ /**
400667
+ * Contains Provisioning errors
400668
+ */
400669
+ interface ProvisionedClustersCommonPropertiesResponseProvisioningStatus {
400670
+ error?: outputs.hybridcontainerservice.ProvisionedClustersCommonPropertiesResponseError;
400671
+ operationId?: string;
400672
+ /**
400673
+ * Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
400674
+ */
400675
+ phase?: string;
400676
+ status?: string;
400677
+ }
400678
+ /**
400679
+ * HybridAKSClusterStatus defines the observed state of HybridAKSCluster
400680
+ */
400681
+ interface ProvisionedClustersCommonPropertiesResponseStatus {
400682
+ /**
400683
+ * AddonStatus - Status of Addons
400684
+ */
400685
+ addonStatus?: {
400686
+ [key: string]: outputs.hybridcontainerservice.AddonStatusResponse;
400687
+ };
400688
+ /**
400689
+ * ErrorMessage - Error messages during creation of cluster
400690
+ */
400691
+ errorMessage?: string;
400692
+ /**
400693
+ * Additional features status like Arc Agent Onboarding.
400694
+ */
400695
+ featuresStatus?: outputs.hybridcontainerservice.ProvisionedClustersCommonPropertiesResponseFeaturesStatus;
400696
+ /**
400697
+ * Contains Provisioning errors
400698
+ */
400699
+ provisioningStatus?: outputs.hybridcontainerservice.ProvisionedClustersCommonPropertiesResponseProvisioningStatus;
400700
+ }
400701
+ interface ProvisionedClustersResponsePropertiesResponse {
400702
+ /**
400703
+ * AAD profile for the provisioned cluster.
400704
+ */
400705
+ aadProfile?: outputs.hybridcontainerservice.AADProfileResponseResponse;
400706
+ /**
400707
+ * AddonProfiles - Profile of managed cluster add-on.
400708
+ */
400709
+ addonProfiles?: {
400710
+ [key: string]: outputs.hybridcontainerservice.AddonProfilesResponse;
400711
+ };
400712
+ /**
400713
+ * The agent pools of the cluster.
400714
+ */
400715
+ agentPoolProfiles?: outputs.hybridcontainerservice.NamedAgentPoolProfileResponse[];
400716
+ /**
400717
+ * The underlying cloud infra provider properties.
400718
+ */
400719
+ cloudProviderProfile?: outputs.hybridcontainerservice.CloudProviderProfileResponse;
400720
+ /**
400721
+ * ControlPlane - ControlPlane Configuration
400722
+ */
400723
+ controlPlane?: outputs.hybridcontainerservice.ControlPlaneProfileResponse;
400724
+ /**
400725
+ * EnableRBAC - Whether to enable Kubernetes Role-Based Access Control.
400726
+ */
400727
+ enableRbac?: boolean;
400728
+ /**
400729
+ * Additional features specs like Arc Agent Onboarding.
400730
+ */
400731
+ features?: outputs.hybridcontainerservice.ProvisionedClustersCommonPropertiesResponseFeatures;
400732
+ /**
400733
+ * HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.
400734
+ */
400735
+ httpProxyConfig?: outputs.hybridcontainerservice.HttpProxyConfigResponseResponse;
400736
+ /**
400737
+ * KubernetesVersion - Version of Kubernetes specified when creating the managed cluster.
400738
+ */
400739
+ kubernetesVersion?: string;
400740
+ /**
400741
+ * LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.
400742
+ */
400743
+ linuxProfile?: outputs.hybridcontainerservice.LinuxProfilePropertiesResponse;
400744
+ /**
400745
+ * NetworkProfile - Profile of network configuration.
400746
+ */
400747
+ networkProfile?: outputs.hybridcontainerservice.NetworkProfileResponse;
400748
+ /**
400749
+ * NodeResourceGroup - Name of the resource group containing agent pool nodes.
400750
+ */
400751
+ nodeResourceGroup?: string;
400752
+ provisioningState: string;
400753
+ /**
400754
+ * HybridAKSClusterStatus defines the observed state of HybridAKSCluster
400755
+ */
400756
+ status: outputs.hybridcontainerservice.ProvisionedClustersCommonPropertiesResponseStatus;
400757
+ /**
400758
+ * WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.
400759
+ */
400760
+ windowsProfile?: outputs.hybridcontainerservice.WindowsProfileResponseResponse;
400761
+ }
400762
+ /**
400763
+ * provisionedClustersResponsePropertiesResponseProvideDefaults sets the appropriate defaults for ProvisionedClustersResponsePropertiesResponse
400764
+ */
400765
+ function provisionedClustersResponsePropertiesResponseProvideDefaults(val: ProvisionedClustersResponsePropertiesResponse): ProvisionedClustersResponsePropertiesResponse;
400766
+ interface ProvisionedClustersResponseResponseExtendedLocation {
400767
+ /**
400768
+ * The extended location name.
400769
+ */
400770
+ name?: string;
400771
+ /**
400772
+ * The extended location type.
400773
+ */
400774
+ type?: string;
400775
+ }
400776
+ /**
400777
+ * HybridAKSStorageSpec defines the desired state of HybridAKSStorage
400778
+ */
400779
+ interface StorageSpacesPropertiesResponse {
400780
+ hciStorageProfile?: outputs.hybridcontainerservice.StorageSpacesPropertiesResponseHciStorageProfile;
400781
+ provisioningState: string;
400782
+ /**
400783
+ * HybridAKSStorageStatus defines the observed state of HybridAKSStorage
400784
+ */
400785
+ status?: outputs.hybridcontainerservice.StorageSpacesPropertiesResponseStatus;
400786
+ vmwareStorageProfile?: outputs.hybridcontainerservice.StorageSpacesPropertiesResponseVmwareStorageProfile;
400787
+ }
400788
+ interface StorageSpacesPropertiesResponseError {
400789
+ code?: string;
400790
+ message?: string;
400791
+ }
400792
+ interface StorageSpacesPropertiesResponseHciStorageProfile {
400793
+ /**
400794
+ * Resource group in MOC(Microsoft On-premises Cloud)
400795
+ */
400796
+ mocGroup?: string;
400797
+ /**
400798
+ * Location in MOC(Microsoft On-premises Cloud)
400799
+ */
400800
+ mocLocation?: string;
400801
+ /**
400802
+ * Name of the storage container in MOC(Microsoft On-premises Cloud)
400803
+ */
400804
+ mocStorageContainer?: string;
400805
+ }
400806
+ /**
400807
+ * Contains Provisioning errors
400808
+ */
400809
+ interface StorageSpacesPropertiesResponseProvisioningStatus {
400810
+ error?: outputs.hybridcontainerservice.StorageSpacesPropertiesResponseError;
400811
+ operationId?: string;
400812
+ /**
400813
+ * Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
400814
+ */
400815
+ phase?: string;
400816
+ status?: string;
400817
+ }
400818
+ /**
400819
+ * HybridAKSStorageStatus defines the observed state of HybridAKSStorage
400820
+ */
400821
+ interface StorageSpacesPropertiesResponseStatus {
400822
+ /**
400823
+ * Contains Provisioning errors
400824
+ */
400825
+ provisioningStatus?: outputs.hybridcontainerservice.StorageSpacesPropertiesResponseProvisioningStatus;
400826
+ }
400827
+ interface StorageSpacesPropertiesResponseVmwareStorageProfile {
400828
+ /**
400829
+ * Name of the datacenter in VSphere
400830
+ */
400831
+ datacenter?: string;
400832
+ /**
400833
+ * Name of the datastore in VSphere
400834
+ */
400835
+ datastore?: string;
400836
+ /**
400837
+ * Name of the folder in VSphere
400838
+ */
400839
+ folder?: string;
400840
+ /**
400841
+ * Name of the resource pool in VSphere
400842
+ */
400843
+ resourcePool?: string;
400844
+ }
400845
+ interface StorageSpacesResponseExtendedLocation {
400846
+ /**
400847
+ * The extended location name.
400848
+ */
400849
+ name?: string;
400850
+ /**
400851
+ * The extended location type.
400852
+ */
400853
+ type?: string;
400854
+ }
400855
+ /**
400856
+ * Metadata pertaining to creation and last modification of the resource.
400857
+ */
400858
+ interface SystemDataResponse {
400859
+ /**
400860
+ * The timestamp of resource creation (UTC).
400861
+ */
400862
+ createdAt?: string;
400863
+ /**
400864
+ * The identity that created the resource.
400865
+ */
400866
+ createdBy?: string;
400867
+ /**
400868
+ * The type of identity that created the resource.
400869
+ */
400870
+ createdByType?: string;
400871
+ /**
400872
+ * The timestamp of resource last modification (UTC)
400873
+ */
400874
+ lastModifiedAt?: string;
400875
+ /**
400876
+ * The identity that last modified the resource.
400877
+ */
400878
+ lastModifiedBy?: string;
400879
+ /**
400880
+ * The type of identity that last modified the resource.
400881
+ */
400882
+ lastModifiedByType?: string;
400883
+ }
400884
+ /**
400885
+ * HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork
400886
+ */
400887
+ interface VirtualNetworksPropertiesResponse {
400888
+ /**
400889
+ * Address of the DHCP servers associated with the network
400890
+ */
400891
+ dhcpServers: string[];
400892
+ /**
400893
+ * Address of the DNS servers associated with the network
400894
+ */
400895
+ dnsServers: string[];
400896
+ /**
400897
+ * Address of the Gateway associated with the network
400898
+ */
400899
+ gateway: string;
400900
+ infraVnetProfile?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseInfraVnetProfile;
400901
+ /**
400902
+ * IP Address Prefix of the network
400903
+ */
400904
+ ipAddressPrefix: string;
400905
+ provisioningState: string;
400906
+ /**
400907
+ * HybridAKSNetworkStatus defines the observed state of HybridAKSNetwork
400908
+ */
400909
+ status: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseStatus;
400910
+ /**
400911
+ * Virtual IP Pool for Kubernetes
400912
+ */
400913
+ vipPool?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseVipPool[];
400914
+ /**
400915
+ * VLAN Id used by the network
400916
+ */
400917
+ vlanID: string;
400918
+ /**
400919
+ * IP Pool for Virtual Machines
400920
+ */
400921
+ vmipPool?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseVmipPool[];
400922
+ }
400923
+ interface VirtualNetworksPropertiesResponseError {
400924
+ code?: string;
400925
+ message?: string;
400926
+ }
400927
+ /**
400928
+ * Infra network profile for HCI platform
400929
+ */
400930
+ interface VirtualNetworksPropertiesResponseHci {
400931
+ /**
400932
+ * Resource group in MOC(Microsoft On-premises Cloud)
400933
+ */
400934
+ mocGroup?: string;
400935
+ /**
400936
+ * Location in MOC(Microsoft On-premises Cloud)
400937
+ */
400938
+ mocLocation?: string;
400939
+ /**
400940
+ * Virtual Network name in MOC(Microsoft On-premises Cloud)
400941
+ */
400942
+ mocVnetName?: string;
400943
+ }
400944
+ interface VirtualNetworksPropertiesResponseInfraVnetProfile {
400945
+ /**
400946
+ * Infra network profile for HCI platform
400947
+ */
400948
+ hci?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseHci;
400949
+ /**
400950
+ * Infra network profile for KubeVirt platform
400951
+ */
400952
+ kubevirt?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseKubevirt;
400953
+ /**
400954
+ * Infra network profile for VMware platform
400955
+ */
400956
+ vmware?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseVmware;
400957
+ }
400958
+ /**
400959
+ * Infra network profile for KubeVirt platform
400960
+ */
400961
+ interface VirtualNetworksPropertiesResponseKubevirt {
400962
+ /**
400963
+ * Name of the network in KubeVirt
400964
+ */
400965
+ vnetName?: string;
400966
+ }
400967
+ /**
400968
+ * Contains Provisioning errors
400969
+ */
400970
+ interface VirtualNetworksPropertiesResponseProvisioningStatus {
400971
+ error?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseError;
400972
+ operationId?: string;
400973
+ /**
400974
+ * Phase represents the current phase of cluster actuation. E.g. Pending, Running, Terminating, Failed etc.
400975
+ */
400976
+ phase?: string;
400977
+ status?: string;
400978
+ }
400979
+ /**
400980
+ * HybridAKSNetworkStatus defines the observed state of HybridAKSNetwork
400981
+ */
400982
+ interface VirtualNetworksPropertiesResponseStatus {
400983
+ /**
400984
+ * Contains Provisioning errors
400985
+ */
400986
+ provisioningStatus?: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponseProvisioningStatus;
400987
+ }
400988
+ interface VirtualNetworksPropertiesResponseVipPool {
400989
+ /**
400990
+ * Ending IP address for the IP Pool
400991
+ */
400992
+ endIP?: string;
400993
+ /**
400994
+ * Starting IP address for the IP Pool
400995
+ */
400996
+ startIP?: string;
400997
+ }
400998
+ interface VirtualNetworksPropertiesResponseVmipPool {
400999
+ /**
401000
+ * Ending IP address for the IP Pool
401001
+ */
401002
+ endIP?: string;
401003
+ /**
401004
+ * Starting IP address for the IP Pool
401005
+ */
401006
+ startIP?: string;
401007
+ }
401008
+ /**
401009
+ * Infra network profile for VMware platform
401010
+ */
401011
+ interface VirtualNetworksPropertiesResponseVmware {
401012
+ /**
401013
+ * Name of the network segment in VSphere
401014
+ */
401015
+ segmentName?: string;
401016
+ }
401017
+ interface VirtualNetworksResponseExtendedLocation {
401018
+ /**
401019
+ * The extended location name.
401020
+ */
401021
+ name?: string;
401022
+ /**
401023
+ * The extended location type.
401024
+ */
401025
+ type?: string;
401026
+ }
401027
+ /**
401028
+ * Profile for Windows VMs in the container service cluster.
401029
+ */
401030
+ interface WindowsProfileResponseResponse {
401031
+ /**
401032
+ * AdminUsername - Specifies the name of the administrator account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length:** 1 character <br><br> **Max-length:** 20 characters
401033
+ */
401034
+ adminUsername?: string;
401035
+ /**
401036
+ * EnableCSIProxy - Whether to enable CSI proxy.
401037
+ */
401038
+ enableCsiProxy?: boolean;
401039
+ /**
401040
+ * LicenseType - The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs. Possible values include: 'None', 'Windows_Server'
401041
+ */
401042
+ licenseType?: string;
401043
+ }
399945
401044
  namespace v20220501preview {
399946
401045
  /**
399947
401046
  * AAD Profile specifies attributes for Azure Active Directory integration.
@@ -980419,6 +981518,95 @@ export declare namespace storagecache {
980419
981518
  }
980420
981519
  }
980421
981520
  export declare namespace storagemover {
981521
+ interface AgentPropertiesResponseErrorDetails {
981522
+ /**
981523
+ * Error code reported by Agent
981524
+ */
981525
+ code?: string;
981526
+ /**
981527
+ * Expanded description of reported error code
981528
+ */
981529
+ message?: string;
981530
+ }
981531
+ interface AzureStorageBlobContainerEndpointPropertiesResponse {
981532
+ /**
981533
+ * The name of the Storage blob container that is the target destination.
981534
+ */
981535
+ blobContainerName: string;
981536
+ /**
981537
+ * A description for the Endpoint.
981538
+ */
981539
+ description?: string;
981540
+ /**
981541
+ * The Endpoint resource type.
981542
+ * Expected value is 'AzureStorageBlobContainer'.
981543
+ */
981544
+ endpointType: "AzureStorageBlobContainer";
981545
+ /**
981546
+ * The provisioning state of this resource.
981547
+ */
981548
+ provisioningState: string;
981549
+ /**
981550
+ * The Azure Resource ID of the storage account that is the target destination.
981551
+ */
981552
+ storageAccountResourceId: string;
981553
+ }
981554
+ interface NfsMountEndpointPropertiesResponse {
981555
+ /**
981556
+ * A description for the Endpoint.
981557
+ */
981558
+ description?: string;
981559
+ /**
981560
+ * The Endpoint resource type.
981561
+ * Expected value is 'NfsMount'.
981562
+ */
981563
+ endpointType: "NfsMount";
981564
+ /**
981565
+ * The directory being exported from the server.
981566
+ */
981567
+ export: string;
981568
+ /**
981569
+ * The host name or IP address of the server exporting the file system.
981570
+ */
981571
+ host: string;
981572
+ /**
981573
+ * The NFS protocol version.
981574
+ */
981575
+ nfsVersion?: string;
981576
+ /**
981577
+ * The provisioning state of this resource.
981578
+ */
981579
+ provisioningState: string;
981580
+ }
981581
+ /**
981582
+ * Metadata pertaining to creation and last modification of the resource.
981583
+ */
981584
+ interface SystemDataResponse {
981585
+ /**
981586
+ * The timestamp of resource creation (UTC).
981587
+ */
981588
+ createdAt?: string;
981589
+ /**
981590
+ * The identity that created the resource.
981591
+ */
981592
+ createdBy?: string;
981593
+ /**
981594
+ * The type of identity that created the resource.
981595
+ */
981596
+ createdByType?: string;
981597
+ /**
981598
+ * The timestamp of resource last modification (UTC)
981599
+ */
981600
+ lastModifiedAt?: string;
981601
+ /**
981602
+ * The identity that last modified the resource.
981603
+ */
981604
+ lastModifiedBy?: string;
981605
+ /**
981606
+ * The type of identity that last modified the resource.
981607
+ */
981608
+ lastModifiedByType?: string;
981609
+ }
980422
981610
  namespace v20220701preview {
980423
981611
  interface AgentPropertiesResponseErrorDetails {
980424
981612
  /**