@pulumi/azure-native 2.1.1 → 2.1.2-alpha.1690874037
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.
- package/app/certificate.js +2 -2
- package/app/connectedEnvironment.js +2 -2
- package/app/connectedEnvironmentsCertificate.js +2 -2
- package/app/connectedEnvironmentsDaprComponent.js +2 -2
- package/app/connectedEnvironmentsStorage.js +2 -2
- package/app/containerApp.js +2 -2
- package/app/containerAppsAuthConfig.js +2 -2
- package/app/containerAppsSourceControl.js +2 -2
- package/app/daprComponent.js +2 -2
- package/app/index.d.ts +2 -1
- package/app/index.js +4 -2
- package/app/job.js +2 -2
- package/app/managedCertificate.js +2 -2
- package/app/managedEnvironment.js +2 -2
- package/app/managedEnvironmentsStorage.js +2 -2
- package/app/v20220101preview/certificate.js +2 -2
- package/app/v20220101preview/containerApp.js +2 -2
- package/app/v20220101preview/containerAppsAuthConfig.js +2 -2
- package/app/v20220101preview/containerAppsSourceControl.js +2 -2
- package/app/v20220101preview/daprComponent.js +2 -2
- package/app/v20220101preview/managedEnvironment.js +2 -2
- package/app/v20220101preview/managedEnvironmentsStorage.js +2 -2
- package/app/v20221001/certificate.js +2 -2
- package/app/v20221001/connectedEnvironment.js +2 -2
- package/app/v20221001/connectedEnvironmentsCertificate.js +2 -2
- package/app/v20221001/connectedEnvironmentsDaprComponent.js +2 -2
- package/app/v20221001/connectedEnvironmentsStorage.js +2 -2
- package/app/v20221001/containerApp.js +2 -2
- package/app/v20221001/containerAppsAuthConfig.js +2 -2
- package/app/v20221001/containerAppsSourceControl.js +2 -2
- package/app/v20221001/daprComponent.js +2 -2
- package/app/v20221001/managedEnvironment.js +2 -2
- package/app/v20221001/managedEnvironmentsStorage.js +2 -2
- package/app/v20230401preview/certificate.js +2 -2
- package/app/v20230401preview/connectedEnvironment.js +2 -2
- package/app/v20230401preview/connectedEnvironmentsCertificate.js +2 -2
- package/app/v20230401preview/connectedEnvironmentsDaprComponent.js +2 -2
- package/app/v20230401preview/connectedEnvironmentsStorage.js +2 -2
- package/app/v20230401preview/containerApp.js +2 -2
- package/app/v20230401preview/containerAppsAuthConfig.js +2 -2
- package/app/v20230401preview/containerAppsSourceControl.js +2 -2
- package/app/v20230401preview/daprComponent.js +2 -2
- package/app/v20230401preview/job.js +2 -2
- package/app/v20230401preview/managedCertificate.js +2 -2
- package/app/v20230401preview/managedEnvironment.js +2 -2
- package/app/v20230401preview/managedEnvironmentsStorage.js +2 -2
- package/app/v20230501/certificate.d.ts +87 -0
- package/app/v20230501/certificate.js +77 -0
- package/app/v20230501/connectedEnvironment.d.ts +119 -0
- package/app/v20230501/connectedEnvironment.js +85 -0
- package/app/v20230501/connectedEnvironmentsCertificate.d.ts +87 -0
- package/app/v20230501/connectedEnvironmentsCertificate.js +77 -0
- package/app/v20230501/connectedEnvironmentsDaprComponent.d.ts +123 -0
- package/app/v20230501/connectedEnvironmentsDaprComponent.js +88 -0
- package/app/v20230501/connectedEnvironmentsStorage.d.ts +67 -0
- package/app/v20230501/connectedEnvironmentsStorage.js +73 -0
- package/app/v20230501/containerApp.d.ts +167 -0
- package/app/v20230501/containerApp.js +102 -0
- package/app/v20230501/containerAppsAuthConfig.d.ts +99 -0
- package/app/v20230501/containerAppsAuthConfig.js +81 -0
- package/app/v20230501/containerAppsSourceControl.d.ts +91 -0
- package/app/v20230501/containerAppsSourceControl.js +79 -0
- package/app/v20230501/daprComponent.d.ts +123 -0
- package/app/v20230501/daprComponent.js +88 -0
- package/app/v20230501/getCertificate.d.ts +73 -0
- package/app/v20230501/getCertificate.js +27 -0
- package/app/v20230501/getConnectedEnvironment.d.ts +89 -0
- package/app/v20230501/getConnectedEnvironment.js +26 -0
- package/app/v20230501/getConnectedEnvironmentsCertificate.d.ts +73 -0
- package/app/v20230501/getConnectedEnvironmentsCertificate.js +27 -0
- package/app/v20230501/getConnectedEnvironmentsDaprComponent.d.ts +91 -0
- package/app/v20230501/getConnectedEnvironmentsDaprComponent.js +27 -0
- package/app/v20230501/getConnectedEnvironmentsStorage.d.ts +63 -0
- package/app/v20230501/getConnectedEnvironmentsStorage.js +27 -0
- package/app/v20230501/getContainerApp.d.ts +121 -0
- package/app/v20230501/getContainerApp.js +26 -0
- package/app/v20230501/getContainerAppAuthToken.d.ts +69 -0
- package/app/v20230501/getContainerAppAuthToken.js +26 -0
- package/app/v20230501/getContainerAppsAuthConfig.d.ts +79 -0
- package/app/v20230501/getContainerAppsAuthConfig.js +27 -0
- package/app/v20230501/getContainerAppsSourceControl.d.ts +77 -0
- package/app/v20230501/getContainerAppsSourceControl.js +27 -0
- package/app/v20230501/getDaprComponent.d.ts +91 -0
- package/app/v20230501/getDaprComponent.js +27 -0
- package/app/v20230501/getJob.d.ts +93 -0
- package/app/v20230501/getJob.js +26 -0
- package/app/v20230501/getManagedCertificate.d.ts +73 -0
- package/app/v20230501/getManagedCertificate.js +27 -0
- package/app/v20230501/getManagedEnvironment.d.ts +131 -0
- package/app/v20230501/getManagedEnvironment.js +26 -0
- package/app/v20230501/getManagedEnvironmentAuthToken.d.ts +69 -0
- package/app/v20230501/getManagedEnvironmentAuthToken.js +26 -0
- package/app/v20230501/getManagedEnvironmentsStorage.d.ts +63 -0
- package/app/v20230501/getManagedEnvironmentsStorage.js +27 -0
- package/app/v20230501/index.d.ts +100 -0
- package/app/v20230501/index.js +147 -0
- package/app/v20230501/job.d.ts +127 -0
- package/app/v20230501/job.js +88 -0
- package/app/v20230501/listConnectedEnvironmentsDaprComponentSecrets.d.ts +47 -0
- package/app/v20230501/listConnectedEnvironmentsDaprComponentSecrets.js +27 -0
- package/app/v20230501/listContainerAppCustomHostNameAnalysis.d.ts +91 -0
- package/app/v20230501/listContainerAppCustomHostNameAnalysis.js +27 -0
- package/app/v20230501/listContainerAppSecrets.d.ts +39 -0
- package/app/v20230501/listContainerAppSecrets.js +26 -0
- package/app/v20230501/listDaprComponentSecrets.d.ts +47 -0
- package/app/v20230501/listDaprComponentSecrets.js +27 -0
- package/app/v20230501/listJobSecrets.d.ts +39 -0
- package/app/v20230501/listJobSecrets.js +26 -0
- package/app/v20230501/managedCertificate.d.ts +87 -0
- package/app/v20230501/managedCertificate.js +77 -0
- package/app/v20230501/managedEnvironment.d.ts +187 -0
- package/app/v20230501/managedEnvironment.js +105 -0
- package/app/v20230501/managedEnvironmentsStorage.d.ts +67 -0
- package/app/v20230501/managedEnvironmentsStorage.js +73 -0
- package/containerregistry/archife.d.ts +87 -0
- package/containerregistry/archife.js +86 -0
- package/containerregistry/archiveVersion.d.ts +75 -0
- package/containerregistry/archiveVersion.js +84 -0
- package/containerregistry/cacheRule.js +2 -2
- package/containerregistry/connectedRegistry.js +2 -2
- package/containerregistry/credentialSet.js +2 -2
- package/containerregistry/exportPipeline.js +2 -2
- package/containerregistry/getArchife.d.ts +83 -0
- package/containerregistry/getArchife.js +30 -0
- package/containerregistry/getArchiveVersion.d.ts +85 -0
- package/containerregistry/getArchiveVersion.js +31 -0
- package/containerregistry/importPipeline.js +2 -2
- package/containerregistry/index.d.ts +14 -1
- package/containerregistry/index.js +19 -3
- package/containerregistry/pipelineRun.js +2 -2
- package/containerregistry/privateEndpointConnection.js +2 -2
- package/containerregistry/registry.js +2 -2
- package/containerregistry/replication.js +2 -2
- package/containerregistry/scopeMap.js +2 -2
- package/containerregistry/token.js +2 -2
- package/containerregistry/v20160627preview/registry.js +2 -2
- package/containerregistry/v20170301/registry.js +2 -2
- package/containerregistry/v20190501/registry.js +2 -2
- package/containerregistry/v20221201/privateEndpointConnection.js +2 -2
- package/containerregistry/v20221201/registry.js +2 -2
- package/containerregistry/v20221201/replication.js +2 -2
- package/containerregistry/v20221201/scopeMap.js +2 -2
- package/containerregistry/v20221201/token.js +2 -2
- package/containerregistry/v20221201/webhook.js +2 -2
- package/containerregistry/v20230101preview/cacheRule.js +2 -2
- package/containerregistry/v20230101preview/connectedRegistry.js +2 -2
- package/containerregistry/v20230101preview/credentialSet.js +2 -2
- package/containerregistry/v20230101preview/exportPipeline.js +2 -2
- package/containerregistry/v20230101preview/importPipeline.js +2 -2
- package/containerregistry/v20230101preview/pipelineRun.js +2 -2
- package/containerregistry/v20230101preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20230101preview/registry.js +2 -2
- package/containerregistry/v20230101preview/replication.js +2 -2
- package/containerregistry/v20230101preview/scopeMap.js +2 -2
- package/containerregistry/v20230101preview/token.js +2 -2
- package/containerregistry/v20230101preview/webhook.js +2 -2
- package/containerregistry/v20230601preview/archife.d.ts +86 -0
- package/containerregistry/v20230601preview/archife.js +85 -0
- package/containerregistry/v20230601preview/archiveVersion.d.ts +74 -0
- package/containerregistry/v20230601preview/archiveVersion.js +83 -0
- package/containerregistry/v20230601preview/cacheRule.d.ts +92 -0
- package/containerregistry/v20230601preview/cacheRule.js +81 -0
- package/containerregistry/v20230601preview/connectedRegistry.d.ts +128 -0
- package/containerregistry/v20230601preview/connectedRegistry.js +102 -0
- package/containerregistry/v20230601preview/credentialSet.d.ts +93 -0
- package/containerregistry/v20230601preview/credentialSet.js +81 -0
- package/containerregistry/v20230601preview/exportPipeline.d.ts +96 -0
- package/containerregistry/v20230601preview/exportPipeline.js +84 -0
- package/containerregistry/v20230601preview/getArchife.d.ts +81 -0
- package/containerregistry/v20230601preview/getArchife.js +28 -0
- package/containerregistry/v20230601preview/getArchiveVersion.d.ts +83 -0
- package/containerregistry/v20230601preview/getArchiveVersion.js +29 -0
- package/containerregistry/v20230601preview/getCacheRule.d.ts +80 -0
- package/containerregistry/v20230601preview/getCacheRule.js +27 -0
- package/containerregistry/v20230601preview/getConnectedRegistry.d.ts +107 -0
- package/containerregistry/v20230601preview/getConnectedRegistry.js +27 -0
- package/containerregistry/v20230601preview/getCredentialSet.d.ts +80 -0
- package/containerregistry/v20230601preview/getCredentialSet.js +27 -0
- package/containerregistry/v20230601preview/getExportPipeline.d.ts +79 -0
- package/containerregistry/v20230601preview/getExportPipeline.js +27 -0
- package/containerregistry/v20230601preview/getImportPipeline.d.ts +83 -0
- package/containerregistry/v20230601preview/getImportPipeline.js +27 -0
- package/containerregistry/v20230601preview/getPipelineRun.d.ts +75 -0
- package/containerregistry/v20230601preview/getPipelineRun.js +27 -0
- package/containerregistry/v20230601preview/getPrivateEndpointConnection.d.ts +71 -0
- package/containerregistry/v20230601preview/getPrivateEndpointConnection.js +27 -0
- package/containerregistry/v20230601preview/getRegistry.d.ts +129 -0
- package/containerregistry/v20230601preview/getRegistry.js +26 -0
- package/containerregistry/v20230601preview/getReplication.d.ts +85 -0
- package/containerregistry/v20230601preview/getReplication.js +27 -0
- package/containerregistry/v20230601preview/getScopeMap.d.ts +77 -0
- package/containerregistry/v20230601preview/getScopeMap.js +27 -0
- package/containerregistry/v20230601preview/getToken.d.ts +79 -0
- package/containerregistry/v20230601preview/getToken.js +27 -0
- package/containerregistry/v20230601preview/getWebhook.d.ts +85 -0
- package/containerregistry/v20230601preview/getWebhook.js +27 -0
- package/containerregistry/v20230601preview/getWebhookCallbackConfig.d.ts +52 -0
- package/containerregistry/v20230601preview/getWebhookCallbackConfig.js +27 -0
- package/containerregistry/v20230601preview/importPipeline.d.ts +104 -0
- package/containerregistry/v20230601preview/importPipeline.js +87 -0
- package/containerregistry/v20230601preview/index.d.ts +94 -0
- package/containerregistry/v20230601preview/index.js +141 -0
- package/containerregistry/v20230601preview/listRegistryCredentials.d.ts +43 -0
- package/containerregistry/v20230601preview/listRegistryCredentials.js +26 -0
- package/containerregistry/v20230601preview/listWebhookEvents.d.ts +51 -0
- package/containerregistry/v20230601preview/listWebhookEvents.js +27 -0
- package/containerregistry/v20230601preview/pipelineRun.d.ts +83 -0
- package/containerregistry/v20230601preview/pipelineRun.js +80 -0
- package/containerregistry/v20230601preview/privateEndpointConnection.d.ts +79 -0
- package/containerregistry/v20230601preview/privateEndpointConnection.js +77 -0
- package/containerregistry/v20230601preview/registry.d.ts +188 -0
- package/containerregistry/v20230601preview/registry.js +110 -0
- package/containerregistry/v20230601preview/replication.d.ts +103 -0
- package/containerregistry/v20230601preview/replication.js +84 -0
- package/containerregistry/v20230601preview/scopeMap.d.ts +86 -0
- package/containerregistry/v20230601preview/scopeMap.js +82 -0
- package/containerregistry/v20230601preview/token.d.ts +92 -0
- package/containerregistry/v20230601preview/token.js +81 -0
- package/containerregistry/v20230601preview/webhook.d.ts +117 -0
- package/containerregistry/v20230601preview/webhook.js +91 -0
- package/containerregistry/webhook.js +2 -2
- package/containerservice/agentPool.js +2 -2
- package/containerservice/index.d.ts +3 -1
- package/containerservice/index.js +6 -2
- package/containerservice/maintenanceConfiguration.js +2 -2
- package/containerservice/managedCluster.js +2 -2
- package/containerservice/managedClusterSnapshot.js +2 -2
- package/containerservice/privateEndpointConnection.js +2 -2
- package/containerservice/snapshot.js +2 -2
- package/containerservice/trustedAccessRoleBinding.js +2 -2
- package/containerservice/v20190601/managedCluster.js +2 -2
- package/containerservice/v20200601/agentPool.js +2 -2
- package/containerservice/v20210201/agentPool.js +2 -2
- package/containerservice/v20210501/managedCluster.js +2 -2
- package/containerservice/v20210801/agentPool.js +2 -2
- package/containerservice/v20220402preview/agentPool.js +2 -2
- package/containerservice/v20230401/agentPool.js +2 -2
- package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230401/managedCluster.js +2 -2
- package/containerservice/v20230401/privateEndpointConnection.js +2 -2
- package/containerservice/v20230401/snapshot.js +2 -2
- package/containerservice/v20230502preview/agentPool.js +2 -2
- package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230502preview/managedCluster.js +2 -2
- package/containerservice/v20230502preview/managedClusterSnapshot.js +2 -2
- package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230502preview/snapshot.js +2 -2
- package/containerservice/v20230502preview/trustedAccessRoleBinding.js +2 -2
- package/containerservice/v20230601/agentPool.d.ts +376 -0
- package/containerservice/v20230601/agentPool.js +149 -0
- package/containerservice/v20230601/getAgentPool.d.ts +219 -0
- package/containerservice/v20230601/getAgentPool.js +27 -0
- package/containerservice/v20230601/getMaintenanceConfiguration.d.ts +71 -0
- package/containerservice/v20230601/getMaintenanceConfiguration.js +27 -0
- package/containerservice/v20230601/getManagedCluster.d.ts +221 -0
- package/containerservice/v20230601/getManagedCluster.js +26 -0
- package/containerservice/v20230601/getPrivateEndpointConnection.d.ts +67 -0
- package/containerservice/v20230601/getPrivateEndpointConnection.js +27 -0
- package/containerservice/v20230601/getSnapshot.d.ts +93 -0
- package/containerservice/v20230601/getSnapshot.js +26 -0
- package/containerservice/v20230601/index.d.ts +40 -0
- package/containerservice/v20230601/index.js +78 -0
- package/containerservice/v20230601/listManagedClusterAdminCredentials.d.ts +47 -0
- package/containerservice/v20230601/listManagedClusterAdminCredentials.js +27 -0
- package/containerservice/v20230601/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
- package/containerservice/v20230601/listManagedClusterMonitoringUserCredentials.js +27 -0
- package/containerservice/v20230601/listManagedClusterUserCredentials.d.ts +55 -0
- package/containerservice/v20230601/listManagedClusterUserCredentials.js +28 -0
- package/containerservice/v20230601/maintenanceConfiguration.d.ts +83 -0
- package/containerservice/v20230601/maintenanceConfiguration.js +78 -0
- package/containerservice/v20230601/managedCluster.d.ts +368 -0
- package/containerservice/v20230601/managedCluster.js +150 -0
- package/containerservice/v20230601/privateEndpointConnection.d.ts +75 -0
- package/containerservice/v20230601/privateEndpointConnection.js +78 -0
- package/containerservice/v20230601/snapshot.d.ts +116 -0
- package/containerservice/v20230601/snapshot.js +87 -0
- package/containerservice/v20230602preview/agentPool.d.ts +424 -0
- package/containerservice/v20230602preview/agentPool.js +161 -0
- package/containerservice/v20230602preview/getAgentPool.d.ts +243 -0
- package/containerservice/v20230602preview/getAgentPool.js +27 -0
- package/containerservice/v20230602preview/getMaintenanceConfiguration.d.ts +71 -0
- package/containerservice/v20230602preview/getMaintenanceConfiguration.js +27 -0
- package/containerservice/v20230602preview/getManagedCluster.d.ts +249 -0
- package/containerservice/v20230602preview/getManagedCluster.js +26 -0
- package/containerservice/v20230602preview/getManagedClusterSnapshot.d.ts +73 -0
- package/containerservice/v20230602preview/getManagedClusterSnapshot.js +26 -0
- package/containerservice/v20230602preview/getPrivateEndpointConnection.d.ts +67 -0
- package/containerservice/v20230602preview/getPrivateEndpointConnection.js +27 -0
- package/containerservice/v20230602preview/getSnapshot.d.ts +93 -0
- package/containerservice/v20230602preview/getSnapshot.js +26 -0
- package/containerservice/v20230602preview/getTrustedAccessRoleBinding.d.ts +71 -0
- package/containerservice/v20230602preview/getTrustedAccessRoleBinding.js +27 -0
- package/containerservice/v20230602preview/index.d.ts +52 -0
- package/containerservice/v20230602preview/index.js +92 -0
- package/containerservice/v20230602preview/listManagedClusterAdminCredentials.d.ts +47 -0
- package/containerservice/v20230602preview/listManagedClusterAdminCredentials.js +27 -0
- package/containerservice/v20230602preview/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
- package/containerservice/v20230602preview/listManagedClusterMonitoringUserCredentials.js +27 -0
- package/containerservice/v20230602preview/listManagedClusterUserCredentials.d.ts +55 -0
- package/containerservice/v20230602preview/listManagedClusterUserCredentials.js +28 -0
- package/containerservice/v20230602preview/maintenanceConfiguration.d.ts +83 -0
- package/containerservice/v20230602preview/maintenanceConfiguration.js +78 -0
- package/containerservice/v20230602preview/managedCluster.d.ts +424 -0
- package/containerservice/v20230602preview/managedCluster.js +164 -0
- package/containerservice/v20230602preview/managedClusterSnapshot.d.ts +96 -0
- package/containerservice/v20230602preview/managedClusterSnapshot.js +77 -0
- package/containerservice/v20230602preview/privateEndpointConnection.d.ts +75 -0
- package/containerservice/v20230602preview/privateEndpointConnection.js +78 -0
- package/containerservice/v20230602preview/snapshot.d.ts +116 -0
- package/containerservice/v20230602preview/snapshot.js +87 -0
- package/containerservice/v20230602preview/trustedAccessRoleBinding.d.ts +78 -0
- package/containerservice/v20230602preview/trustedAccessRoleBinding.js +83 -0
- package/databoxedge/arcAddon.js +2 -2
- package/databoxedge/bandwidthSchedule.js +2 -2
- package/databoxedge/cloudEdgeManagementRole.js +2 -2
- package/databoxedge/container.js +2 -2
- package/databoxedge/device.js +2 -2
- package/databoxedge/fileEventTrigger.js +2 -2
- package/databoxedge/index.d.ts +2 -1
- package/databoxedge/index.js +4 -2
- package/databoxedge/ioTAddon.js +2 -2
- package/databoxedge/ioTRole.js +2 -2
- package/databoxedge/kubernetesRole.js +2 -2
- package/databoxedge/mecrole.js +2 -2
- package/databoxedge/monitoringConfig.js +2 -2
- package/databoxedge/order.js +2 -2
- package/databoxedge/periodicTimerEventTrigger.js +2 -2
- package/databoxedge/share.js +2 -2
- package/databoxedge/storageAccount.js +2 -2
- package/databoxedge/storageAccountCredential.js +2 -2
- package/databoxedge/user.js +2 -2
- package/databoxedge/v20210201/device.js +2 -2
- package/databoxedge/v20210201preview/device.js +2 -2
- package/databoxedge/v20210201preview/user.js +2 -2
- package/databoxedge/v20220301/bandwidthSchedule.js +2 -2
- package/databoxedge/v20220301/container.js +2 -2
- package/databoxedge/v20220301/device.js +2 -2
- package/databoxedge/v20220301/ioTAddon.js +2 -2
- package/databoxedge/v20220301/monitoringConfig.js +2 -2
- package/databoxedge/v20220301/order.js +2 -2
- package/databoxedge/v20220301/share.js +2 -2
- package/databoxedge/v20220301/storageAccount.js +2 -2
- package/databoxedge/v20220301/storageAccountCredential.js +2 -2
- package/databoxedge/v20220301/user.js +2 -2
- package/databoxedge/v20220401preview/device.js +2 -2
- package/databoxedge/v20220401preview/order.js +2 -2
- package/databoxedge/v20230101preview/arcAddon.js +2 -2
- package/databoxedge/v20230101preview/bandwidthSchedule.js +2 -2
- package/databoxedge/v20230101preview/cloudEdgeManagementRole.js +2 -2
- package/databoxedge/v20230101preview/container.js +2 -2
- package/databoxedge/v20230101preview/device.js +2 -2
- package/databoxedge/v20230101preview/fileEventTrigger.js +2 -2
- package/databoxedge/v20230101preview/ioTRole.js +2 -2
- package/databoxedge/v20230101preview/kubernetesRole.js +2 -2
- package/databoxedge/v20230101preview/mecrole.js +2 -2
- package/databoxedge/v20230101preview/monitoringConfig.js +2 -2
- package/databoxedge/v20230101preview/order.js +2 -2
- package/databoxedge/v20230101preview/periodicTimerEventTrigger.js +2 -2
- package/databoxedge/v20230101preview/share.js +2 -2
- package/databoxedge/v20230101preview/storageAccount.js +2 -2
- package/databoxedge/v20230101preview/storageAccountCredential.js +2 -2
- package/databoxedge/v20230101preview/user.js +2 -2
- package/databoxedge/v20230701/arcAddon.d.ts +116 -0
- package/databoxedge/v20230701/arcAddon.js +104 -0
- package/databoxedge/v20230701/bandwidthSchedule.d.ts +91 -0
- package/databoxedge/v20230701/bandwidthSchedule.js +90 -0
- package/databoxedge/v20230701/cloudEdgeManagementRole.d.ts +87 -0
- package/databoxedge/v20230701/cloudEdgeManagementRole.js +86 -0
- package/databoxedge/v20230701/container.d.ts +83 -0
- package/databoxedge/v20230701/container.js +86 -0
- package/databoxedge/v20230701/device.d.ts +175 -0
- package/databoxedge/v20230701/device.js +115 -0
- package/databoxedge/v20230701/fileEventTrigger.d.ts +93 -0
- package/databoxedge/v20230701/fileEventTrigger.js +87 -0
- package/databoxedge/v20230701/getArcAddon.d.ts +104 -0
- package/databoxedge/v20230701/getArcAddon.js +28 -0
- package/databoxedge/v20230701/getBandwidthSchedule.d.ts +75 -0
- package/databoxedge/v20230701/getBandwidthSchedule.js +27 -0
- package/databoxedge/v20230701/getCloudEdgeManagementRole.d.ts +78 -0
- package/databoxedge/v20230701/getCloudEdgeManagementRole.js +27 -0
- package/databoxedge/v20230701/getContainer.d.ts +83 -0
- package/databoxedge/v20230701/getContainer.js +28 -0
- package/databoxedge/v20230701/getDevice.d.ts +149 -0
- package/databoxedge/v20230701/getDevice.js +26 -0
- package/databoxedge/v20230701/getDeviceExtendedInformation.d.ts +113 -0
- package/databoxedge/v20230701/getDeviceExtendedInformation.js +26 -0
- package/databoxedge/v20230701/getFileEventTrigger.d.ts +76 -0
- package/databoxedge/v20230701/getFileEventTrigger.js +27 -0
- package/databoxedge/v20230701/getIoTAddon.d.ts +96 -0
- package/databoxedge/v20230701/getIoTAddon.js +28 -0
- package/databoxedge/v20230701/getIoTRole.d.ts +96 -0
- package/databoxedge/v20230701/getIoTRole.js +27 -0
- package/databoxedge/v20230701/getKubernetesRole.d.ts +95 -0
- package/databoxedge/v20230701/getKubernetesRole.js +27 -0
- package/databoxedge/v20230701/getMECRole.d.ts +80 -0
- package/databoxedge/v20230701/getMECRole.js +27 -0
- package/databoxedge/v20230701/getMonitoringConfig.d.ts +63 -0
- package/databoxedge/v20230701/getMonitoringConfig.js +27 -0
- package/databoxedge/v20230701/getOrder.d.ts +91 -0
- package/databoxedge/v20230701/getOrder.js +26 -0
- package/databoxedge/v20230701/getPeriodicTimerEventTrigger.d.ts +76 -0
- package/databoxedge/v20230701/getPeriodicTimerEventTrigger.js +27 -0
- package/databoxedge/v20230701/getShare.d.ts +99 -0
- package/databoxedge/v20230701/getShare.js +27 -0
- package/databoxedge/v20230701/getStorageAccount.d.ts +83 -0
- package/databoxedge/v20230701/getStorageAccount.js +27 -0
- package/databoxedge/v20230701/getStorageAccountCredential.d.ts +91 -0
- package/databoxedge/v20230701/getStorageAccountCredential.js +27 -0
- package/databoxedge/v20230701/getUser.d.ts +71 -0
- package/databoxedge/v20230701/getUser.js +27 -0
- package/databoxedge/v20230701/index.d.ts +109 -0
- package/databoxedge/v20230701/index.js +160 -0
- package/databoxedge/v20230701/ioTAddon.d.ts +105 -0
- package/databoxedge/v20230701/ioTAddon.js +98 -0
- package/databoxedge/v20230701/ioTRole.d.ts +130 -0
- package/databoxedge/v20230701/ioTRole.js +103 -0
- package/databoxedge/v20230701/kubernetesRole.d.ts +117 -0
- package/databoxedge/v20230701/kubernetesRole.js +106 -0
- package/databoxedge/v20230701/listOrderDCAccessCode.d.ts +38 -0
- package/databoxedge/v20230701/listOrderDCAccessCode.js +26 -0
- package/databoxedge/v20230701/mecrole.d.ts +102 -0
- package/databoxedge/v20230701/mecrole.js +86 -0
- package/databoxedge/v20230701/monitoringConfig.d.ts +67 -0
- package/databoxedge/v20230701/monitoringConfig.js +79 -0
- package/databoxedge/v20230701/order.d.ts +108 -0
- package/databoxedge/v20230701/order.js +93 -0
- package/databoxedge/v20230701/periodicTimerEventTrigger.d.ts +93 -0
- package/databoxedge/v20230701/periodicTimerEventTrigger.js +87 -0
- package/databoxedge/v20230701/share.d.ts +136 -0
- package/databoxedge/v20230701/share.js +99 -0
- package/databoxedge/v20230701/storageAccount.d.ts +99 -0
- package/databoxedge/v20230701/storageAccount.js +86 -0
- package/databoxedge/v20230701/storageAccountCredential.d.ts +124 -0
- package/databoxedge/v20230701/storageAccountCredential.js +95 -0
- package/databoxedge/v20230701/user.d.ts +80 -0
- package/databoxedge/v20230701/user.js +79 -0
- package/documentdb/databaseAccount.d.ts +2 -2
- package/documentdb/getDatabaseAccount.d.ts +1 -1
- package/documentdb/v20230415/databaseAccount.d.ts +2 -2
- package/documentdb/v20230415/getDatabaseAccount.d.ts +1 -1
- package/elastic/getBillingInfo.d.ts +45 -0
- package/elastic/getBillingInfo.js +28 -0
- package/elastic/index.d.ts +8 -1
- package/elastic/index.js +10 -2
- package/elastic/listConnectedPartnerResource.d.ts +45 -0
- package/elastic/listConnectedPartnerResource.js +28 -0
- package/elastic/monitor.js +2 -2
- package/elastic/tagRule.js +2 -2
- package/elastic/v20230601/monitor.js +2 -2
- package/elastic/v20230601/tagRule.js +2 -2
- package/elastic/v20230615preview/monitor.js +2 -2
- package/elastic/v20230615preview/tagRule.js +2 -2
- package/elastic/v20230701preview/getBillingInfo.d.ts +43 -0
- package/elastic/v20230701preview/getBillingInfo.js +26 -0
- package/elastic/v20230701preview/getMonitor.d.ts +73 -0
- package/elastic/v20230701preview/getMonitor.js +26 -0
- package/elastic/v20230701preview/getOrganizationApiKey.d.ts +28 -0
- package/elastic/v20230701preview/getOrganizationApiKey.js +26 -0
- package/elastic/v20230701preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +17 -0
- package/elastic/v20230701preview/getOrganizationElasticToAzureSubscriptionMapping.js +17 -0
- package/elastic/v20230701preview/getTagRule.d.ts +63 -0
- package/elastic/v20230701preview/getTagRule.js +27 -0
- package/elastic/v20230701preview/index.d.ts +42 -0
- package/elastic/v20230701preview/index.js +77 -0
- package/elastic/v20230701preview/listAllTrafficFilter.d.ts +39 -0
- package/elastic/v20230701preview/listAllTrafficFilter.js +26 -0
- package/elastic/v20230701preview/listConnectedPartnerResource.d.ts +43 -0
- package/elastic/v20230701preview/listConnectedPartnerResource.js +26 -0
- package/elastic/v20230701preview/listDeploymentInfo.d.ts +59 -0
- package/elastic/v20230701preview/listDeploymentInfo.js +26 -0
- package/elastic/v20230701preview/listMonitoredResource.d.ts +43 -0
- package/elastic/v20230701preview/listMonitoredResource.js +26 -0
- package/elastic/v20230701preview/listUpgradableVersionDetails.d.ts +42 -0
- package/elastic/v20230701preview/listUpgradableVersionDetails.js +26 -0
- package/elastic/v20230701preview/listVMHost.d.ts +43 -0
- package/elastic/v20230701preview/listVMHost.js +26 -0
- package/elastic/v20230701preview/listlistAssociatedTrafficFilter.d.ts +39 -0
- package/elastic/v20230701preview/listlistAssociatedTrafficFilter.js +26 -0
- package/elastic/v20230701preview/monitor.d.ts +99 -0
- package/elastic/v20230701preview/monitor.js +77 -0
- package/elastic/v20230701preview/tagRule.d.ts +67 -0
- package/elastic/v20230701preview/tagRule.js +73 -0
- package/labservices/index.d.ts +2 -1
- package/labservices/index.js +4 -2
- package/labservices/lab.js +2 -2
- package/labservices/labPlan.js +2 -2
- package/labservices/schedule.js +2 -2
- package/labservices/user.js +2 -2
- package/labservices/v20220801/lab.js +2 -2
- package/labservices/v20220801/labPlan.js +2 -2
- package/labservices/v20220801/schedule.js +2 -2
- package/labservices/v20220801/user.js +2 -2
- package/labservices/v20230607/getLab.d.ts +109 -0
- package/labservices/v20230607/getLab.js +26 -0
- package/labservices/v20230607/getLabPlan.d.ts +101 -0
- package/labservices/v20230607/getLabPlan.js +26 -0
- package/labservices/v20230607/getSchedule.d.ts +87 -0
- package/labservices/v20230607/getSchedule.js +27 -0
- package/labservices/v20230607/getUser.d.ts +95 -0
- package/labservices/v20230607/getUser.js +27 -0
- package/labservices/v20230607/index.d.ts +25 -0
- package/labservices/v20230607/index.js +62 -0
- package/labservices/v20230607/lab.d.ts +159 -0
- package/labservices/v20230607/lab.js +108 -0
- package/labservices/v20230607/labPlan.d.ts +147 -0
- package/labservices/v20230607/labPlan.js +92 -0
- package/labservices/v20230607/schedule.d.ts +107 -0
- package/labservices/v20230607/schedule.js +91 -0
- package/labservices/v20230607/user.d.ts +102 -0
- package/labservices/v20230607/user.js +92 -0
- package/management/hierarchySetting.js +2 -2
- package/management/index.d.ts +2 -1
- package/management/index.js +4 -2
- package/management/managementGroup.js +2 -2
- package/management/managementGroupSubscription.js +2 -2
- package/management/v20210401/hierarchySetting.js +2 -2
- package/management/v20210401/managementGroup.js +2 -2
- package/management/v20210401/managementGroupSubscription.js +2 -2
- package/management/v20230401/getEntity.d.ts +107 -0
- package/management/v20230401/getEntity.js +33 -0
- package/management/v20230401/getHierarchySetting.d.ts +50 -0
- package/management/v20230401/getHierarchySetting.js +25 -0
- package/management/v20230401/getManagementGroup.d.ts +79 -0
- package/management/v20230401/getManagementGroup.js +28 -0
- package/management/v20230401/getManagementGroupSubscription.d.ts +63 -0
- package/management/v20230401/getManagementGroupSubscription.js +26 -0
- package/management/v20230401/hierarchySetting.d.ts +65 -0
- package/management/v20230401/hierarchySetting.js +70 -0
- package/management/v20230401/index.d.ts +21 -0
- package/management/v20230401/index.js +42 -0
- package/management/v20230401/managementGroup.d.ts +75 -0
- package/management/v20230401/managementGroup.js +69 -0
- package/management/v20230401/managementGroupSubscription.d.ts +66 -0
- package/management/v20230401/managementGroupSubscription.js +73 -0
- package/network/adminRule.js +2 -2
- package/network/adminRuleCollection.js +2 -2
- package/network/applicationGateway.js +2 -2
- package/network/applicationGatewayPrivateEndpointConnection.js +2 -2
- package/network/applicationSecurityGroup.js +2 -2
- package/network/azureFirewall.js +2 -2
- package/network/bastionHost.js +2 -2
- package/network/configurationPolicyGroup.js +2 -2
- package/network/connectionMonitor.js +2 -2
- package/network/connectivityConfiguration.js +2 -2
- package/network/customIPPrefix.js +2 -2
- package/network/ddosCustomPolicy.js +2 -2
- package/network/ddosProtectionPlan.js +2 -2
- package/network/defaultAdminRule.js +2 -2
- package/network/dscpConfiguration.js +2 -2
- package/network/expressRouteCircuit.js +2 -2
- package/network/expressRouteCircuitAuthorization.js +2 -2
- package/network/expressRouteCircuitConnection.js +2 -2
- package/network/expressRouteCircuitPeering.js +2 -2
- package/network/expressRouteConnection.js +2 -2
- package/network/expressRouteCrossConnectionPeering.js +2 -2
- package/network/expressRouteGateway.js +2 -2
- package/network/expressRoutePort.js +2 -2
- package/network/expressRoutePortAuthorization.js +2 -2
- package/network/firewallPolicy.js +2 -2
- package/network/firewallPolicyRuleCollectionGroup.js +2 -2
- package/network/flowLog.js +2 -2
- package/network/getNspAccessRule.d.ts +2 -2
- package/network/hubRouteTable.js +2 -2
- package/network/hubVirtualNetworkConnection.js +2 -2
- package/network/inboundNatRule.js +2 -2
- package/network/index.d.ts +2 -1
- package/network/index.js +4 -2
- package/network/interfaceEndpoint.js +2 -2
- package/network/ipAllocation.js +2 -2
- package/network/ipGroup.js +2 -2
- package/network/loadBalancer.js +2 -2
- package/network/loadBalancerBackendAddressPool.js +2 -2
- package/network/localNetworkGateway.js +2 -2
- package/network/managementGroupNetworkManagerConnection.js +2 -2
- package/network/natGateway.js +2 -2
- package/network/natRule.js +2 -2
- package/network/networkGroup.js +2 -2
- package/network/networkInterface.js +2 -2
- package/network/networkInterfaceTapConfiguration.js +2 -2
- package/network/networkManager.js +2 -2
- package/network/networkProfile.js +2 -2
- package/network/networkSecurityGroup.js +2 -2
- package/network/networkVirtualAppliance.js +2 -2
- package/network/networkVirtualApplianceConnection.js +2 -2
- package/network/networkWatcher.js +2 -2
- package/network/nspAccessRule.d.ts +2 -6
- package/network/nspAccessRule.js +2 -2
- package/network/p2sVpnGateway.js +2 -2
- package/network/packetCapture.js +2 -2
- package/network/privateDnsZoneGroup.js +2 -2
- package/network/privateEndpoint.js +2 -2
- package/network/privateLinkService.js +2 -2
- package/network/privateLinkServicePrivateEndpointConnection.js +2 -2
- package/network/publicIPAddress.js +2 -2
- package/network/publicIPPrefix.js +2 -2
- package/network/route.js +2 -2
- package/network/routeFilter.js +2 -2
- package/network/routeFilterRule.js +2 -2
- package/network/routeMap.js +2 -2
- package/network/routeTable.js +2 -2
- package/network/routingIntent.js +2 -2
- package/network/scopeConnection.js +2 -2
- package/network/securityAdminConfiguration.js +2 -2
- package/network/securityPartnerProvider.js +2 -2
- package/network/securityRule.js +2 -2
- package/network/serviceEndpointPolicy.js +2 -2
- package/network/serviceEndpointPolicyDefinition.js +2 -2
- package/network/staticMember.js +2 -2
- package/network/subnet.js +2 -2
- package/network/subscriptionNetworkManagerConnection.js +2 -2
- package/network/v20180601/loadBalancer.js +2 -2
- package/network/v20180701/networkInterface.js +2 -2
- package/network/v20180701/serviceEndpointPolicy.js +2 -2
- package/network/v20180701/serviceEndpointPolicyDefinition.js +2 -2
- package/network/v20180701/virtualHub.js +2 -2
- package/network/v20180701/virtualWAN.js +2 -2
- package/network/v20180701/vpnConnection.js +2 -2
- package/network/v20180701/vpnGateway.js +2 -2
- package/network/v20180701/vpnSite.js +2 -2
- package/network/v20181201/expressRouteCircuit.js +2 -2
- package/network/v20190201/expressRouteCircuitPeering.js +2 -2
- package/network/v20190201/interfaceEndpoint.js +2 -2
- package/network/v20190201/networkInterface.js +2 -2
- package/network/v20190201/subnet.js +2 -2
- package/network/v20190601/applicationGateway.js +2 -2
- package/network/v20190601/expressRouteCircuit.js +2 -2
- package/network/v20190601/expressRouteCircuitAuthorization.js +2 -2
- package/network/v20190601/expressRouteCircuitPeering.js +2 -2
- package/network/v20190601/inboundNatRule.js +2 -2
- package/network/v20190601/loadBalancer.js +2 -2
- package/network/v20190601/natGateway.js +2 -2
- package/network/v20190601/networkInterface.js +2 -2
- package/network/v20190601/networkSecurityGroup.js +2 -2
- package/network/v20190601/publicIPAddress.js +2 -2
- package/network/v20190601/publicIPPrefix.js +2 -2
- package/network/v20190601/route.js +2 -2
- package/network/v20190601/routeTable.js +2 -2
- package/network/v20190601/securityRule.js +2 -2
- package/network/v20190601/subnet.js +2 -2
- package/network/v20190601/virtualNetwork.js +2 -2
- package/network/v20190601/virtualNetworkPeering.js +2 -2
- package/network/v20190701/p2sVpnGateway.js +2 -2
- package/network/v20190701/virtualWan.js +2 -2
- package/network/v20190701/webApplicationFirewallPolicy.js +2 -2
- package/network/v20190801/applicationGateway.js +2 -2
- package/network/v20190801/expressRouteCircuitPeering.js +2 -2
- package/network/v20190801/expressRouteCrossConnectionPeering.js +2 -2
- package/network/v20190801/expressRoutePort.js +2 -2
- package/network/v20190801/loadBalancer.js +2 -2
- package/network/v20190801/localNetworkGateway.js +2 -2
- package/network/v20190801/natGateway.js +2 -2
- package/network/v20190801/networkInterface.js +2 -2
- package/network/v20190801/networkProfile.js +2 -2
- package/network/v20190801/networkSecurityGroup.js +2 -2
- package/network/v20190801/privateLinkService.js +2 -2
- package/network/v20190801/publicIPAddress.js +2 -2
- package/network/v20190801/publicIPPrefix.js +2 -2
- package/network/v20190801/routeFilter.js +2 -2
- package/network/v20190801/subnet.js +2 -2
- package/network/v20190801/virtualNetwork.js +2 -2
- package/network/v20190801/virtualNetworkGateway.js +2 -2
- package/network/v20190801/virtualNetworkGatewayConnection.js +2 -2
- package/network/v20190901/connectionMonitor.js +2 -2
- package/network/v20200401/azureFirewall.js +2 -2
- package/network/v20200401/firewallPolicy.js +2 -2
- package/network/v20200401/networkVirtualAppliance.js +2 -2
- package/network/v20200401/virtualHub.js +2 -2
- package/network/v20200601/packetCapture.js +2 -2
- package/network/v20200601/subnet.js +2 -2
- package/network/v20200601/virtualHub.js +2 -2
- package/network/v20210201/privateDnsZoneGroup.js +2 -2
- package/network/v20210201/privateEndpoint.js +2 -2
- package/network/v20210201/privateLinkService.js +2 -2
- package/network/v20210201preview/adminRule.js +2 -2
- package/network/v20210201preview/adminRuleCollection.js +2 -2
- package/network/v20210201preview/connectivityConfiguration.js +2 -2
- package/network/v20210201preview/getNspAccessRule.d.ts +2 -2
- package/network/v20210201preview/networkGroup.js +2 -2
- package/network/v20210201preview/networkManager.js +2 -2
- package/network/v20210201preview/nspAccessRule.d.ts +2 -6
- package/network/v20210201preview/nspAccessRule.js +2 -2
- package/network/v20210301/customIPPrefix.js +2 -2
- package/network/v20210301/expressRouteGateway.js +2 -2
- package/network/v20210501preview/adminRule.js +2 -2
- package/network/v20210501preview/adminRuleCollection.js +2 -2
- package/network/v20210501preview/connectivityConfiguration.js +2 -2
- package/network/v20210501preview/defaultAdminRule.js +2 -2
- package/network/v20210501preview/networkGroup.js +2 -2
- package/network/v20210501preview/networkManager.js +2 -2
- package/network/v20210501preview/securityAdminConfiguration.js +2 -2
- package/network/v20210801/firewallPolicy.js +2 -2
- package/network/v20220101/ddosCustomPolicy.js +2 -2
- package/network/v20220401preview/networkGroup.js +2 -2
- package/network/v20220501/ddosProtectionPlan.js +2 -2
- package/network/v20220501/networkWatcher.js +2 -2
- package/network/v20220701/securityRule.js +2 -2
- package/network/v20220701/subnet.js +2 -2
- package/network/v20230201/adminRule.js +2 -2
- package/network/v20230201/adminRuleCollection.js +2 -2
- package/network/v20230201/applicationGateway.js +2 -2
- package/network/v20230201/applicationGatewayPrivateEndpointConnection.js +2 -2
- package/network/v20230201/applicationSecurityGroup.js +2 -2
- package/network/v20230201/azureFirewall.js +2 -2
- package/network/v20230201/bastionHost.js +2 -2
- package/network/v20230201/configurationPolicyGroup.js +2 -2
- package/network/v20230201/connectionMonitor.js +2 -2
- package/network/v20230201/connectivityConfiguration.js +2 -2
- package/network/v20230201/customIPPrefix.js +2 -2
- package/network/v20230201/ddosCustomPolicy.js +2 -2
- package/network/v20230201/ddosProtectionPlan.js +2 -2
- package/network/v20230201/defaultAdminRule.js +2 -2
- package/network/v20230201/dscpConfiguration.js +2 -2
- package/network/v20230201/expressRouteCircuit.js +2 -2
- package/network/v20230201/expressRouteCircuitAuthorization.js +2 -2
- package/network/v20230201/expressRouteCircuitConnection.js +2 -2
- package/network/v20230201/expressRouteCircuitPeering.js +2 -2
- package/network/v20230201/expressRouteConnection.js +2 -2
- package/network/v20230201/expressRouteCrossConnectionPeering.js +2 -2
- package/network/v20230201/expressRouteGateway.js +2 -2
- package/network/v20230201/expressRoutePort.js +2 -2
- package/network/v20230201/expressRoutePortAuthorization.js +2 -2
- package/network/v20230201/firewallPolicy.js +2 -2
- package/network/v20230201/firewallPolicyRuleCollectionGroup.js +2 -2
- package/network/v20230201/flowLog.js +2 -2
- package/network/v20230201/hubRouteTable.js +2 -2
- package/network/v20230201/hubVirtualNetworkConnection.js +2 -2
- package/network/v20230201/inboundNatRule.js +2 -2
- package/network/v20230201/ipAllocation.js +2 -2
- package/network/v20230201/ipGroup.js +2 -2
- package/network/v20230201/loadBalancer.js +2 -2
- package/network/v20230201/loadBalancerBackendAddressPool.js +2 -2
- package/network/v20230201/localNetworkGateway.js +2 -2
- package/network/v20230201/managementGroupNetworkManagerConnection.js +2 -2
- package/network/v20230201/natGateway.js +2 -2
- package/network/v20230201/natRule.js +2 -2
- package/network/v20230201/networkGroup.js +2 -2
- package/network/v20230201/networkInterface.js +2 -2
- package/network/v20230201/networkInterfaceTapConfiguration.js +2 -2
- package/network/v20230201/networkManager.js +2 -2
- package/network/v20230201/networkProfile.js +2 -2
- package/network/v20230201/networkSecurityGroup.js +2 -2
- package/network/v20230201/networkVirtualAppliance.js +2 -2
- package/network/v20230201/networkVirtualApplianceConnection.js +2 -2
- package/network/v20230201/networkWatcher.js +2 -2
- package/network/v20230201/p2sVpnGateway.js +2 -2
- package/network/v20230201/packetCapture.js +2 -2
- package/network/v20230201/privateDnsZoneGroup.js +2 -2
- package/network/v20230201/privateEndpoint.js +2 -2
- package/network/v20230201/privateLinkService.js +2 -2
- package/network/v20230201/privateLinkServicePrivateEndpointConnection.js +2 -2
- package/network/v20230201/publicIPAddress.js +2 -2
- package/network/v20230201/publicIPPrefix.js +2 -2
- package/network/v20230201/route.js +2 -2
- package/network/v20230201/routeFilter.js +2 -2
- package/network/v20230201/routeFilterRule.js +2 -2
- package/network/v20230201/routeMap.js +2 -2
- package/network/v20230201/routeTable.js +2 -2
- package/network/v20230201/routingIntent.js +2 -2
- package/network/v20230201/scopeConnection.js +2 -2
- package/network/v20230201/securityAdminConfiguration.js +2 -2
- package/network/v20230201/securityPartnerProvider.js +2 -2
- package/network/v20230201/securityRule.js +2 -2
- package/network/v20230201/serviceEndpointPolicy.js +2 -2
- package/network/v20230201/serviceEndpointPolicyDefinition.js +2 -2
- package/network/v20230201/staticMember.js +2 -2
- package/network/v20230201/subnet.js +2 -2
- package/network/v20230201/subscriptionNetworkManagerConnection.js +2 -2
- package/network/v20230201/virtualApplianceSite.js +2 -2
- package/network/v20230201/virtualHub.js +2 -2
- package/network/v20230201/virtualHubBgpConnection.js +2 -2
- package/network/v20230201/virtualHubIpConfiguration.js +2 -2
- package/network/v20230201/virtualHubRouteTableV2.js +2 -2
- package/network/v20230201/virtualNetwork.js +2 -2
- package/network/v20230201/virtualNetworkGateway.js +2 -2
- package/network/v20230201/virtualNetworkGatewayConnection.js +2 -2
- package/network/v20230201/virtualNetworkGatewayNatRule.js +2 -2
- package/network/v20230201/virtualNetworkPeering.js +2 -2
- package/network/v20230201/virtualNetworkTap.js +2 -2
- package/network/v20230201/virtualRouter.js +2 -2
- package/network/v20230201/virtualRouterPeering.js +2 -2
- package/network/v20230201/virtualWan.js +2 -2
- package/network/v20230201/vpnConnection.js +2 -2
- package/network/v20230201/vpnGateway.js +2 -2
- package/network/v20230201/vpnServerConfiguration.js +2 -2
- package/network/v20230201/vpnSite.js +2 -2
- package/network/v20230201/webApplicationFirewallPolicy.js +2 -2
- package/network/v20230401/adminRule.d.ts +162 -0
- package/network/v20230401/adminRule.js +120 -0
- package/network/v20230401/adminRuleCollection.d.ts +91 -0
- package/network/v20230401/adminRuleCollection.js +88 -0
- package/network/v20230401/applicationGateway.d.ts +363 -0
- package/network/v20230401/applicationGateway.js +148 -0
- package/network/v20230401/applicationGatewayPrivateEndpointConnection.d.ts +87 -0
- package/network/v20230401/applicationGatewayPrivateEndpointConnection.js +80 -0
- package/network/v20230401/applicationSecurityGroup.d.ts +85 -0
- package/network/v20230401/applicationSecurityGroup.js +76 -0
- package/network/v20230401/azureFirewall.d.ts +188 -0
- package/network/v20230401/azureFirewall.js +100 -0
- package/network/v20230401/bastionHost.d.ts +163 -0
- package/network/v20230401/bastionHost.js +96 -0
- package/network/v20230401/configurationPolicyGroup.d.ts +99 -0
- package/network/v20230401/configurationPolicyGroup.js +82 -0
- package/network/v20230401/connectionMonitor.d.ts +171 -0
- package/network/v20230401/connectionMonitor.js +103 -0
- package/network/v20230401/connectivityConfiguration.d.ts +120 -0
- package/network/v20230401/connectivityConfiguration.js +95 -0
- package/network/v20230401/customIPPrefix.d.ts +196 -0
- package/network/v20230401/customIPPrefix.js +106 -0
- package/network/v20230401/ddosCustomPolicy.d.ts +85 -0
- package/network/v20230401/ddosCustomPolicy.js +76 -0
- package/network/v20230401/ddosProtectionPlan.d.ts +90 -0
- package/network/v20230401/ddosProtectionPlan.js +79 -0
- package/network/v20230401/defaultAdminRule.d.ts +132 -0
- package/network/v20230401/defaultAdminRule.js +110 -0
- package/network/v20230401/dscpConfiguration.d.ts +152 -0
- package/network/v20230401/dscpConfiguration.js +94 -0
- package/network/v20230401/expressRouteCircuit.d.ts +204 -0
- package/network/v20230401/expressRouteCircuit.js +106 -0
- package/network/v20230401/expressRouteCircuitAuthorization.d.ts +86 -0
- package/network/v20230401/expressRouteCircuitAuthorization.js +78 -0
- package/network/v20230401/expressRouteCircuitConnection.d.ts +119 -0
- package/network/v20230401/expressRouteCircuitConnection.js +90 -0
- package/network/v20230401/expressRouteCircuitPeering.d.ts +212 -0
- package/network/v20230401/expressRouteCircuitPeering.js +112 -0
- package/network/v20230401/expressRouteConnection.d.ts +119 -0
- package/network/v20230401/expressRouteConnection.js +90 -0
- package/network/v20230401/expressRouteCrossConnectionPeering.d.ts +164 -0
- package/network/v20230401/expressRouteCrossConnectionPeering.js +100 -0
- package/network/v20230401/expressRouteGateway.d.ts +115 -0
- package/network/v20230401/expressRouteGateway.js +85 -0
- package/network/v20230401/expressRoutePort.d.ts +156 -0
- package/network/v20230401/expressRoutePort.js +98 -0
- package/network/v20230401/expressRoutePortAuthorization.d.ts +81 -0
- package/network/v20230401/expressRoutePortAuthorization.js +80 -0
- package/network/v20230401/firewallPolicy.d.ts +192 -0
- package/network/v20230401/firewallPolicy.js +104 -0
- package/network/v20230401/firewallPolicyRuleCollectionGroup.d.ts +87 -0
- package/network/v20230401/firewallPolicyRuleCollectionGroup.js +78 -0
- package/network/v20230401/flowLog.d.ts +139 -0
- package/network/v20230401/flowLog.js +99 -0
- package/network/v20230401/getActiveSessions.d.ts +43 -0
- package/network/v20230401/getActiveSessions.js +26 -0
- package/network/v20230401/getAdminRule.d.ts +128 -0
- package/network/v20230401/getAdminRule.js +29 -0
- package/network/v20230401/getAdminRuleCollection.d.ts +87 -0
- package/network/v20230401/getAdminRuleCollection.js +28 -0
- package/network/v20230401/getApplicationGateway.d.ts +213 -0
- package/network/v20230401/getApplicationGateway.js +26 -0
- package/network/v20230401/getApplicationGatewayBackendHealthOnDemand.d.ts +117 -0
- package/network/v20230401/getApplicationGatewayBackendHealthOnDemand.js +35 -0
- package/network/v20230401/getApplicationGatewayPrivateEndpointConnection.d.ts +75 -0
- package/network/v20230401/getApplicationGatewayPrivateEndpointConnection.js +27 -0
- package/network/v20230401/getApplicationSecurityGroup.d.ts +68 -0
- package/network/v20230401/getApplicationSecurityGroup.js +26 -0
- package/network/v20230401/getAzureFirewall.d.ts +119 -0
- package/network/v20230401/getAzureFirewall.js +26 -0
- package/network/v20230401/getBastionHost.d.ts +105 -0
- package/network/v20230401/getBastionHost.js +26 -0
- package/network/v20230401/getBastionShareableLink.d.ts +52 -0
- package/network/v20230401/getBastionShareableLink.js +27 -0
- package/network/v20230401/getConfigurationPolicyGroup.d.ts +79 -0
- package/network/v20230401/getConfigurationPolicyGroup.js +27 -0
- package/network/v20230401/getConnectionMonitor.d.ts +121 -0
- package/network/v20230401/getConnectionMonitor.js +27 -0
- package/network/v20230401/getConnectivityConfiguration.d.ts +95 -0
- package/network/v20230401/getConnectivityConfiguration.js +27 -0
- package/network/v20230401/getCustomIPPrefix.d.ts +137 -0
- package/network/v20230401/getCustomIPPrefix.js +27 -0
- package/network/v20230401/getDdosCustomPolicy.d.ts +68 -0
- package/network/v20230401/getDdosCustomPolicy.js +26 -0
- package/network/v20230401/getDdosProtectionPlan.d.ts +77 -0
- package/network/v20230401/getDdosProtectionPlan.js +26 -0
- package/network/v20230401/getDefaultAdminRule.d.ts +132 -0
- package/network/v20230401/getDefaultAdminRule.js +29 -0
- package/network/v20230401/getDscpConfiguration.d.ts +105 -0
- package/network/v20230401/getDscpConfiguration.js +26 -0
- package/network/v20230401/getExpressRouteCircuit.d.ts +129 -0
- package/network/v20230401/getExpressRouteCircuit.js +26 -0
- package/network/v20230401/getExpressRouteCircuitAuthorization.d.ts +70 -0
- package/network/v20230401/getExpressRouteCircuitAuthorization.js +27 -0
- package/network/v20230401/getExpressRouteCircuitConnection.d.ts +95 -0
- package/network/v20230401/getExpressRouteCircuitConnection.js +28 -0
- package/network/v20230401/getExpressRouteCircuitPeering.d.ts +139 -0
- package/network/v20230401/getExpressRouteCircuitPeering.js +27 -0
- package/network/v20230401/getExpressRouteConnection.d.ts +83 -0
- package/network/v20230401/getExpressRouteConnection.js +27 -0
- package/network/v20230401/getExpressRouteCrossConnectionPeering.d.ts +115 -0
- package/network/v20230401/getExpressRouteCrossConnectionPeering.js +27 -0
- package/network/v20230401/getExpressRouteGateway.d.ts +81 -0
- package/network/v20230401/getExpressRouteGateway.js +26 -0
- package/network/v20230401/getExpressRoutePort.d.ts +113 -0
- package/network/v20230401/getExpressRoutePort.js +26 -0
- package/network/v20230401/getExpressRoutePortAuthorization.d.ts +74 -0
- package/network/v20230401/getExpressRoutePortAuthorization.js +27 -0
- package/network/v20230401/getFirewallPolicy.d.ts +133 -0
- package/network/v20230401/getFirewallPolicy.js +27 -0
- package/network/v20230401/getFirewallPolicyRuleCollectionGroup.d.ts +71 -0
- package/network/v20230401/getFirewallPolicyRuleCollectionGroup.js +27 -0
- package/network/v20230401/getFlowLog.d.ts +101 -0
- package/network/v20230401/getFlowLog.js +27 -0
- package/network/v20230401/getHubRouteTable.d.ts +79 -0
- package/network/v20230401/getHubRouteTable.js +27 -0
- package/network/v20230401/getHubVirtualNetworkConnection.d.ts +79 -0
- package/network/v20230401/getHubVirtualNetworkConnection.js +27 -0
- package/network/v20230401/getInboundNatRule.d.ts +115 -0
- package/network/v20230401/getInboundNatRule.js +28 -0
- package/network/v20230401/getIpAllocation.d.ts +99 -0
- package/network/v20230401/getIpAllocation.js +27 -0
- package/network/v20230401/getIpGroup.d.ts +85 -0
- package/network/v20230401/getIpGroup.js +27 -0
- package/network/v20230401/getLoadBalancer.d.ts +113 -0
- package/network/v20230401/getLoadBalancer.js +27 -0
- package/network/v20230401/getLoadBalancerBackendAddressPool.d.ts +107 -0
- package/network/v20230401/getLoadBalancerBackendAddressPool.js +27 -0
- package/network/v20230401/getLocalNetworkGateway.d.ts +85 -0
- package/network/v20230401/getLocalNetworkGateway.js +26 -0
- package/network/v20230401/getManagementGroupNetworkManagerConnection.d.ts +63 -0
- package/network/v20230401/getManagementGroupNetworkManagerConnection.js +26 -0
- package/network/v20230401/getNatGateway.d.ts +101 -0
- package/network/v20230401/getNatGateway.js +27 -0
- package/network/v20230401/getNatRule.d.ts +87 -0
- package/network/v20230401/getNatRule.js +27 -0
- package/network/v20230401/getNetworkGroup.d.ts +75 -0
- package/network/v20230401/getNetworkGroup.js +27 -0
- package/network/v20230401/getNetworkInterface.d.ts +161 -0
- package/network/v20230401/getNetworkInterface.js +27 -0
- package/network/v20230401/getNetworkInterfaceTapConfiguration.d.ts +67 -0
- package/network/v20230401/getNetworkInterfaceTapConfiguration.js +27 -0
- package/network/v20230401/getNetworkManager.d.ts +85 -0
- package/network/v20230401/getNetworkManager.js +26 -0
- package/network/v20230401/getNetworkProfile.d.ts +85 -0
- package/network/v20230401/getNetworkProfile.js +27 -0
- package/network/v20230401/getNetworkSecurityGroup.d.ts +101 -0
- package/network/v20230401/getNetworkSecurityGroup.js +27 -0
- package/network/v20230401/getNetworkVirtualAppliance.d.ts +141 -0
- package/network/v20230401/getNetworkVirtualAppliance.js +27 -0
- package/network/v20230401/getNetworkVirtualApplianceConnection.d.ts +75 -0
- package/network/v20230401/getNetworkVirtualApplianceConnection.js +27 -0
- package/network/v20230401/getNetworkWatcher.d.ts +64 -0
- package/network/v20230401/getNetworkWatcher.js +26 -0
- package/network/v20230401/getP2sVpnGateway.d.ts +93 -0
- package/network/v20230401/getP2sVpnGateway.js +26 -0
- package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealth.d.ts +93 -0
- package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealth.js +26 -0
- package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealthDetailed.d.ts +54 -0
- package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealthDetailed.js +28 -0
- package/network/v20230401/getPacketCapture.d.ts +91 -0
- package/network/v20230401/getPacketCapture.js +27 -0
- package/network/v20230401/getPrivateDnsZoneGroup.d.ts +63 -0
- package/network/v20230401/getPrivateDnsZoneGroup.js +27 -0
- package/network/v20230401/getPrivateEndpoint.d.ts +109 -0
- package/network/v20230401/getPrivateEndpoint.js +27 -0
- package/network/v20230401/getPrivateLinkService.d.ts +113 -0
- package/network/v20230401/getPrivateLinkService.js +27 -0
- package/network/v20230401/getPrivateLinkServicePrivateEndpointConnection.d.ts +87 -0
- package/network/v20230401/getPrivateLinkServicePrivateEndpointConnection.js +28 -0
- package/network/v20230401/getPublicIPAddress.d.ts +145 -0
- package/network/v20230401/getPublicIPAddress.js +27 -0
- package/network/v20230401/getPublicIPPrefix.d.ts +121 -0
- package/network/v20230401/getPublicIPPrefix.js +27 -0
- package/network/v20230401/getRoute.d.ts +78 -0
- package/network/v20230401/getRoute.js +27 -0
- package/network/v20230401/getRouteFilter.d.ts +85 -0
- package/network/v20230401/getRouteFilter.js +27 -0
- package/network/v20230401/getRouteFilterRule.d.ts +74 -0
- package/network/v20230401/getRouteFilterRule.js +27 -0
- package/network/v20230401/getRouteMap.d.ts +75 -0
- package/network/v20230401/getRouteMap.js +27 -0
- package/network/v20230401/getRouteTable.d.ts +89 -0
- package/network/v20230401/getRouteTable.js +27 -0
- package/network/v20230401/getRoutingIntent.d.ts +67 -0
- package/network/v20230401/getRoutingIntent.js +27 -0
- package/network/v20230401/getScopeConnection.d.ts +75 -0
- package/network/v20230401/getScopeConnection.js +27 -0
- package/network/v20230401/getSecurityAdminConfiguration.d.ts +79 -0
- package/network/v20230401/getSecurityAdminConfiguration.js +27 -0
- package/network/v20230401/getSecurityPartnerProvider.d.ts +77 -0
- package/network/v20230401/getSecurityPartnerProvider.js +26 -0
- package/network/v20230401/getSecurityRule.d.ts +123 -0
- package/network/v20230401/getSecurityRule.js +27 -0
- package/network/v20230401/getServiceEndpointPolicy.d.ts +97 -0
- package/network/v20230401/getServiceEndpointPolicy.js +27 -0
- package/network/v20230401/getServiceEndpointPolicyDefinition.d.ts +74 -0
- package/network/v20230401/getServiceEndpointPolicyDefinition.js +27 -0
- package/network/v20230401/getStaticMember.d.ts +83 -0
- package/network/v20230401/getStaticMember.js +28 -0
- package/network/v20230401/getSubnet.d.ts +143 -0
- package/network/v20230401/getSubnet.js +28 -0
- package/network/v20230401/getSubscriptionNetworkManagerConnection.d.ts +55 -0
- package/network/v20230401/getSubscriptionNetworkManagerConnection.js +25 -0
- package/network/v20230401/getVirtualApplianceSite.d.ts +71 -0
- package/network/v20230401/getVirtualApplianceSite.js +27 -0
- package/network/v20230401/getVirtualHub.d.ts +153 -0
- package/network/v20230401/getVirtualHub.js +26 -0
- package/network/v20230401/getVirtualHubBgpConnection.d.ts +79 -0
- package/network/v20230401/getVirtualHubBgpConnection.js +27 -0
- package/network/v20230401/getVirtualHubIpConfiguration.d.ts +79 -0
- package/network/v20230401/getVirtualHubIpConfiguration.js +27 -0
- package/network/v20230401/getVirtualHubRouteTableV2.d.ts +67 -0
- package/network/v20230401/getVirtualHubRouteTableV2.js +27 -0
- package/network/v20230401/getVirtualNetwork.d.ts +129 -0
- package/network/v20230401/getVirtualNetwork.js +27 -0
- package/network/v20230401/getVirtualNetworkGateway.d.ts +161 -0
- package/network/v20230401/getVirtualNetworkGateway.js +26 -0
- package/network/v20230401/getVirtualNetworkGatewayAdvertisedRoutes.d.ts +47 -0
- package/network/v20230401/getVirtualNetworkGatewayAdvertisedRoutes.js +27 -0
- package/network/v20230401/getVirtualNetworkGatewayBgpPeerStatus.d.ts +47 -0
- package/network/v20230401/getVirtualNetworkGatewayBgpPeerStatus.js +27 -0
- package/network/v20230401/getVirtualNetworkGatewayConnection.d.ts +169 -0
- package/network/v20230401/getVirtualNetworkGatewayConnection.js +26 -0
- package/network/v20230401/getVirtualNetworkGatewayLearnedRoutes.d.ts +39 -0
- package/network/v20230401/getVirtualNetworkGatewayLearnedRoutes.js +26 -0
- package/network/v20230401/getVirtualNetworkGatewayNatRule.d.ts +79 -0
- package/network/v20230401/getVirtualNetworkGatewayNatRule.js +27 -0
- package/network/v20230401/getVirtualNetworkGatewayVpnclientConnectionHealth.d.ts +39 -0
- package/network/v20230401/getVirtualNetworkGatewayVpnclientConnectionHealth.js +26 -0
- package/network/v20230401/getVirtualNetworkGatewayVpnclientIpsecParameters.d.ts +66 -0
- package/network/v20230401/getVirtualNetworkGatewayVpnclientIpsecParameters.js +26 -0
- package/network/v20230401/getVirtualNetworkPeering.d.ts +115 -0
- package/network/v20230401/getVirtualNetworkPeering.js +27 -0
- package/network/v20230401/getVirtualNetworkTap.d.ts +85 -0
- package/network/v20230401/getVirtualNetworkTap.js +26 -0
- package/network/v20230401/getVirtualRouter.d.ts +93 -0
- package/network/v20230401/getVirtualRouter.js +27 -0
- package/network/v20230401/getVirtualRouterPeering.d.ts +70 -0
- package/network/v20230401/getVirtualRouterPeering.js +27 -0
- package/network/v20230401/getVirtualWan.d.ts +89 -0
- package/network/v20230401/getVirtualWan.js +26 -0
- package/network/v20230401/getVpnConnection.d.ts +131 -0
- package/network/v20230401/getVpnConnection.js +27 -0
- package/network/v20230401/getVpnGateway.d.ts +97 -0
- package/network/v20230401/getVpnGateway.js +26 -0
- package/network/v20230401/getVpnServerConfiguration.d.ts +117 -0
- package/network/v20230401/getVpnServerConfiguration.js +26 -0
- package/network/v20230401/getVpnSite.d.ts +101 -0
- package/network/v20230401/getVpnSite.js +26 -0
- package/network/v20230401/getWebApplicationFirewallPolicy.d.ts +93 -0
- package/network/v20230401/getWebApplicationFirewallPolicy.js +26 -0
- package/network/v20230401/hubRouteTable.d.ts +95 -0
- package/network/v20230401/hubRouteTable.js +82 -0
- package/network/v20230401/hubVirtualNetworkConnection.d.ts +107 -0
- package/network/v20230401/hubVirtualNetworkConnection.js +82 -0
- package/network/v20230401/inboundNatRule.d.ts +156 -0
- package/network/v20230401/inboundNatRule.js +96 -0
- package/network/v20230401/index.d.ts +586 -0
- package/network/v20230401/index.js +714 -0
- package/network/v20230401/ipAllocation.d.ts +135 -0
- package/network/v20230401/ipAllocation.js +87 -0
- package/network/v20230401/ipGroup.d.ts +98 -0
- package/network/v20230401/ipGroup.js +80 -0
- package/network/v20230401/listActiveConnectivityConfigurations.d.ts +67 -0
- package/network/v20230401/listActiveConnectivityConfigurations.js +29 -0
- package/network/v20230401/listActiveSecurityAdminRules.d.ts +67 -0
- package/network/v20230401/listActiveSecurityAdminRules.js +29 -0
- package/network/v20230401/listFirewallPolicyIdpsSignature.d.ts +84 -0
- package/network/v20230401/listFirewallPolicyIdpsSignature.js +31 -0
- package/network/v20230401/listFirewallPolicyIdpsSignaturesFilterValue.d.ts +46 -0
- package/network/v20230401/listFirewallPolicyIdpsSignaturesFilterValue.js +27 -0
- package/network/v20230401/listNetworkManagerDeploymentStatus.d.ts +76 -0
- package/network/v20230401/listNetworkManagerDeploymentStatus.js +30 -0
- package/network/v20230401/listNetworkManagerEffectiveConnectivityConfigurations.d.ts +59 -0
- package/network/v20230401/listNetworkManagerEffectiveConnectivityConfigurations.js +28 -0
- package/network/v20230401/listNetworkManagerEffectiveSecurityAdminRules.d.ts +59 -0
- package/network/v20230401/listNetworkManagerEffectiveSecurityAdminRules.js +28 -0
- package/network/v20230401/loadBalancer.d.ts +159 -0
- package/network/v20230401/loadBalancer.js +94 -0
- package/network/v20230401/loadBalancerBackendAddressPool.d.ts +140 -0
- package/network/v20230401/loadBalancerBackendAddressPool.js +96 -0
- package/network/v20230401/localNetworkGateway.d.ts +119 -0
- package/network/v20230401/localNetworkGateway.js +84 -0
- package/network/v20230401/managementGroupNetworkManagerConnection.d.ts +74 -0
- package/network/v20230401/managementGroupNetworkManagerConnection.js +73 -0
- package/network/v20230401/natGateway.d.ts +131 -0
- package/network/v20230401/natGateway.js +88 -0
- package/network/v20230401/natRule.d.ts +116 -0
- package/network/v20230401/natRule.js +86 -0
- package/network/v20230401/networkGroup.d.ts +78 -0
- package/network/v20230401/networkGroup.js +79 -0
- package/network/v20230401/networkInterface.d.ts +224 -0
- package/network/v20230401/networkInterface.js +118 -0
- package/network/v20230401/networkInterfaceTapConfiguration.d.ts +79 -0
- package/network/v20230401/networkInterfaceTapConfiguration.js +77 -0
- package/network/v20230401/networkManager.d.ts +116 -0
- package/network/v20230401/networkManager.js +90 -0
- package/network/v20230401/networkProfile.d.ts +99 -0
- package/network/v20230401/networkProfile.js +80 -0
- package/network/v20230401/networkSecurityGroup.d.ts +119 -0
- package/network/v20230401/networkSecurityGroup.js +88 -0
- package/network/v20230401/networkVirtualAppliance.d.ts +191 -0
- package/network/v20230401/networkVirtualAppliance.js +108 -0
- package/network/v20230401/networkVirtualApplianceConnection.d.ts +103 -0
- package/network/v20230401/networkVirtualApplianceConnection.js +80 -0
- package/network/v20230401/networkWatcher.d.ts +81 -0
- package/network/v20230401/networkWatcher.js +74 -0
- package/network/v20230401/p2sVpnGateway.d.ts +135 -0
- package/network/v20230401/p2sVpnGateway.js +88 -0
- package/network/v20230401/packetCapture.d.ts +124 -0
- package/network/v20230401/packetCapture.js +94 -0
- package/network/v20230401/privateDnsZoneGroup.d.ts +75 -0
- package/network/v20230401/privateDnsZoneGroup.js +74 -0
- package/network/v20230401/privateEndpoint.d.ts +151 -0
- package/network/v20230401/privateEndpoint.js +93 -0
- package/network/v20230401/privateLinkService.d.ts +151 -0
- package/network/v20230401/privateLinkService.js +94 -0
- package/network/v20230401/privateLinkServicePrivateEndpointConnection.d.ts +91 -0
- package/network/v20230401/privateLinkServicePrivateEndpointConnection.js +82 -0
- package/network/v20230401/publicIPAddress.d.ts +220 -0
- package/network/v20230401/publicIPAddress.js +110 -0
- package/network/v20230401/publicIPPrefix.d.ts +164 -0
- package/network/v20230401/publicIPPrefix.js +98 -0
- package/network/v20230401/route.d.ts +106 -0
- package/network/v20230401/route.js +85 -0
- package/network/v20230401/routeFilter.d.ts +99 -0
- package/network/v20230401/routeFilter.js +80 -0
- package/network/v20230401/routeFilterRule.d.ts +98 -0
- package/network/v20230401/routeFilterRule.js +89 -0
- package/network/v20230401/routeMap.d.ts +91 -0
- package/network/v20230401/routeMap.js +80 -0
- package/network/v20230401/routeTable.d.ts +107 -0
- package/network/v20230401/routeTable.js +82 -0
- package/network/v20230401/routingIntent.d.ts +79 -0
- package/network/v20230401/routingIntent.js +76 -0
- package/network/v20230401/scopeConnection.d.ts +86 -0
- package/network/v20230401/scopeConnection.js +79 -0
- package/network/v20230401/securityAdminConfiguration.d.ts +87 -0
- package/network/v20230401/securityAdminConfiguration.js +81 -0
- package/network/v20230401/securityPartnerProvider.d.ts +104 -0
- package/network/v20230401/securityPartnerProvider.js +80 -0
- package/network/v20230401/securityRule.d.ts +196 -0
- package/network/v20230401/securityRule.js +116 -0
- package/network/v20230401/serviceEndpointPolicy.d.ts +119 -0
- package/network/v20230401/serviceEndpointPolicy.js +86 -0
- package/network/v20230401/serviceEndpointPolicyDefinition.d.ts +97 -0
- package/network/v20230401/serviceEndpointPolicyDefinition.js +80 -0
- package/network/v20230401/staticMember.d.ts +82 -0
- package/network/v20230401/staticMember.js +83 -0
- package/network/v20230401/subnet.d.ts +196 -0
- package/network/v20230401/subnet.js +111 -0
- package/network/v20230401/subscriptionNetworkManagerConnection.d.ts +70 -0
- package/network/v20230401/subscriptionNetworkManagerConnection.js +69 -0
- package/network/v20230401/virtualApplianceSite.d.ts +87 -0
- package/network/v20230401/virtualApplianceSite.js +78 -0
- package/network/v20230401/virtualHub.d.ts +240 -0
- package/network/v20230401/virtualHub.js +118 -0
- package/network/v20230401/virtualHubBgpConnection.d.ts +99 -0
- package/network/v20230401/virtualHubBgpConnection.js +82 -0
- package/network/v20230401/virtualHubIpConfiguration.d.ts +104 -0
- package/network/v20230401/virtualHubIpConfiguration.js +83 -0
- package/network/v20230401/virtualHubRouteTableV2.d.ts +83 -0
- package/network/v20230401/virtualHubRouteTableV2.js +76 -0
- package/network/v20230401/virtualNetwork.d.ts +187 -0
- package/network/v20230401/virtualNetwork.js +103 -0
- package/network/v20230401/virtualNetworkGateway.d.ts +268 -0
- package/network/v20230401/virtualNetworkGateway.js +122 -0
- package/network/v20230401/virtualNetworkGatewayConnection.d.ts +272 -0
- package/network/v20230401/virtualNetworkGatewayConnection.js +132 -0
- package/network/v20230401/virtualNetworkGatewayNatRule.d.ts +108 -0
- package/network/v20230401/virtualNetworkGatewayNatRule.js +82 -0
- package/network/v20230401/virtualNetworkPeering.d.ts +176 -0
- package/network/v20230401/virtualNetworkPeering.js +101 -0
- package/network/v20230401/virtualNetworkTap.d.ts +115 -0
- package/network/v20230401/virtualNetworkTap.js +85 -0
- package/network/v20230401/virtualRouter.d.ts +119 -0
- package/network/v20230401/virtualRouter.js +84 -0
- package/network/v20230401/virtualRouterPeering.d.ts +85 -0
- package/network/v20230401/virtualRouterPeering.js +78 -0
- package/network/v20230401/virtualWan.d.ts +122 -0
- package/network/v20230401/virtualWan.js +86 -0
- package/network/v20230401/vpnConnection.d.ts +200 -0
- package/network/v20230401/vpnConnection.js +108 -0
- package/network/v20230401/vpnGateway.d.ts +143 -0
- package/network/v20230401/vpnGateway.js +90 -0
- package/network/v20230401/vpnServerConfiguration.d.ts +188 -0
- package/network/v20230401/vpnServerConfiguration.js +100 -0
- package/network/v20230401/vpnSite.d.ts +155 -0
- package/network/v20230401/vpnSite.js +92 -0
- package/network/v20230401/webApplicationFirewallPolicy.d.ts +123 -0
- package/network/v20230401/webApplicationFirewallPolicy.js +92 -0
- package/network/virtualApplianceSite.js +2 -2
- package/network/virtualHub.js +2 -2
- package/network/virtualHubBgpConnection.js +2 -2
- package/network/virtualHubIpConfiguration.js +2 -2
- package/network/virtualHubRouteTableV2.js +2 -2
- package/network/virtualNetwork.js +2 -2
- package/network/virtualNetworkGateway.js +2 -2
- package/network/virtualNetworkGatewayConnection.js +2 -2
- package/network/virtualNetworkGatewayNatRule.js +2 -2
- package/network/virtualNetworkPeering.js +2 -2
- package/network/virtualNetworkTap.js +2 -2
- package/network/virtualRouter.js +2 -2
- package/network/virtualRouterPeering.js +2 -2
- package/network/virtualWan.js +2 -2
- package/network/vpnConnection.js +2 -2
- package/network/vpnGateway.js +2 -2
- package/network/vpnServerConfiguration.js +2 -2
- package/network/vpnSite.js +2 -2
- package/network/webApplicationFirewallPolicy.js +2 -2
- package/networkcloud/agentPool.js +2 -2
- package/networkcloud/bareMetalMachine.js +2 -2
- package/networkcloud/bareMetalMachineKeySet.js +2 -2
- package/networkcloud/bmcKeySet.js +2 -2
- package/networkcloud/cloudServicesNetwork.js +2 -2
- package/networkcloud/cluster.js +2 -2
- package/networkcloud/clusterManager.js +2 -2
- package/networkcloud/console.js +2 -2
- package/networkcloud/index.d.ts +2 -1
- package/networkcloud/index.js +4 -2
- package/networkcloud/kubernetesCluster.js +2 -2
- package/networkcloud/l2network.js +2 -2
- package/networkcloud/l3network.js +2 -2
- package/networkcloud/metricsConfiguration.js +2 -2
- package/networkcloud/rack.js +2 -2
- package/networkcloud/storageAppliance.js +2 -2
- package/networkcloud/trunkedNetwork.js +2 -2
- package/networkcloud/v20221212preview/cluster.js +2 -2
- package/networkcloud/v20230501preview/agentPool.js +2 -2
- package/networkcloud/v20230501preview/bareMetalMachine.js +2 -2
- package/networkcloud/v20230501preview/bareMetalMachineKeySet.js +2 -2
- package/networkcloud/v20230501preview/bmcKeySet.js +2 -2
- package/networkcloud/v20230501preview/cloudServicesNetwork.js +2 -2
- package/networkcloud/v20230501preview/cluster.js +2 -2
- package/networkcloud/v20230501preview/clusterManager.js +2 -2
- package/networkcloud/v20230501preview/console.js +2 -2
- package/networkcloud/v20230501preview/kubernetesCluster.js +2 -2
- package/networkcloud/v20230501preview/l2network.js +2 -2
- package/networkcloud/v20230501preview/l3network.js +2 -2
- package/networkcloud/v20230501preview/metricsConfiguration.js +2 -2
- package/networkcloud/v20230501preview/rack.js +2 -2
- package/networkcloud/v20230501preview/storageAppliance.js +2 -2
- package/networkcloud/v20230501preview/trunkedNetwork.js +2 -2
- package/networkcloud/v20230501preview/virtualMachine.js +2 -2
- package/networkcloud/v20230501preview/volume.js +2 -2
- package/networkcloud/v20230701/agentPool.d.ts +181 -0
- package/networkcloud/v20230701/agentPool.js +112 -0
- package/networkcloud/v20230701/bareMetalMachine.d.ts +232 -0
- package/networkcloud/v20230701/bareMetalMachine.js +159 -0
- package/networkcloud/v20230701/bareMetalMachineKeySet.d.ts +153 -0
- package/networkcloud/v20230701/bareMetalMachineKeySet.js +114 -0
- package/networkcloud/v20230701/bmcKeySet.d.ts +137 -0
- package/networkcloud/v20230701/bmcKeySet.js +107 -0
- package/networkcloud/v20230701/cloudServicesNetwork.d.ts +139 -0
- package/networkcloud/v20230701/cloudServicesNetwork.js +102 -0
- package/networkcloud/v20230701/cluster.d.ts +215 -0
- package/networkcloud/v20230701/cluster.js +131 -0
- package/networkcloud/v20230701/clusterManager.d.ts +132 -0
- package/networkcloud/v20230701/clusterManager.js +91 -0
- package/networkcloud/v20230701/console.d.ts +129 -0
- package/networkcloud/v20230701/console.js +99 -0
- package/networkcloud/v20230701/getAgentPool.d.ts +126 -0
- package/networkcloud/v20230701/getAgentPool.js +27 -0
- package/networkcloud/v20230701/getBareMetalMachine.d.ts +174 -0
- package/networkcloud/v20230701/getBareMetalMachine.js +26 -0
- package/networkcloud/v20230701/getBareMetalMachineKeySet.d.ts +114 -0
- package/networkcloud/v20230701/getBareMetalMachineKeySet.js +27 -0
- package/networkcloud/v20230701/getBmcKeySet.d.ts +106 -0
- package/networkcloud/v20230701/getBmcKeySet.js +27 -0
- package/networkcloud/v20230701/getCloudServicesNetwork.d.ts +112 -0
- package/networkcloud/v20230701/getCloudServicesNetwork.js +26 -0
- package/networkcloud/v20230701/getCluster.d.ts +155 -0
- package/networkcloud/v20230701/getCluster.js +26 -0
- package/networkcloud/v20230701/getClusterManager.d.ts +98 -0
- package/networkcloud/v20230701/getClusterManager.js +26 -0
- package/networkcloud/v20230701/getConsole.d.ts +102 -0
- package/networkcloud/v20230701/getConsole.js +27 -0
- package/networkcloud/v20230701/getKubernetesCluster.d.ts +130 -0
- package/networkcloud/v20230701/getKubernetesCluster.js +26 -0
- package/networkcloud/v20230701/getL2Network.d.ts +102 -0
- package/networkcloud/v20230701/getL2Network.js +26 -0
- package/networkcloud/v20230701/getL3Network.d.ts +124 -0
- package/networkcloud/v20230701/getL3Network.js +26 -0
- package/networkcloud/v20230701/getMetricsConfiguration.d.ts +94 -0
- package/networkcloud/v20230701/getMetricsConfiguration.js +27 -0
- package/networkcloud/v20230701/getRack.d.ts +94 -0
- package/networkcloud/v20230701/getRack.js +26 -0
- package/networkcloud/v20230701/getStorageAppliance.d.ts +118 -0
- package/networkcloud/v20230701/getStorageAppliance.js +26 -0
- package/networkcloud/v20230701/getTrunkedNetwork.d.ts +106 -0
- package/networkcloud/v20230701/getTrunkedNetwork.js +26 -0
- package/networkcloud/v20230701/getVirtualMachine.d.ts +158 -0
- package/networkcloud/v20230701/getVirtualMachine.js +26 -0
- package/networkcloud/v20230701/getVolume.d.ts +86 -0
- package/networkcloud/v20230701/getVolume.js +26 -0
- package/networkcloud/v20230701/index.d.ts +103 -0
- package/networkcloud/v20230701/index.js +154 -0
- package/networkcloud/v20230701/kubernetesCluster.d.ts +176 -0
- package/networkcloud/v20230701/kubernetesCluster.js +120 -0
- package/networkcloud/v20230701/l2network.d.ts +133 -0
- package/networkcloud/v20230701/l2network.js +97 -0
- package/networkcloud/v20230701/l3network.d.ts +177 -0
- package/networkcloud/v20230701/l3network.js +110 -0
- package/networkcloud/v20230701/metricsConfiguration.d.ts +116 -0
- package/networkcloud/v20230701/metricsConfiguration.js +92 -0
- package/networkcloud/v20230701/rack.d.ts +128 -0
- package/networkcloud/v20230701/rack.js +101 -0
- package/networkcloud/v20230701/storageAppliance.d.ts +156 -0
- package/networkcloud/v20230701/storageAppliance.js +116 -0
- package/networkcloud/v20230701/trunkedNetwork.d.ts +141 -0
- package/networkcloud/v20230701/trunkedNetwork.js +102 -0
- package/networkcloud/v20230701/virtualMachine.d.ts +241 -0
- package/networkcloud/v20230701/virtualMachine.js +141 -0
- package/networkcloud/v20230701/volume.d.ts +108 -0
- package/networkcloud/v20230701/volume.js +88 -0
- package/networkcloud/virtualMachine.js +2 -2
- package/networkcloud/volume.js +2 -2
- package/operationalinsights/getTable.d.ts +1 -1
- package/operationalinsights/table.d.ts +2 -2
- package/operationalinsights/v20221001/getTable.d.ts +1 -1
- package/operationalinsights/v20221001/table.d.ts +2 -2
- package/package.json +2 -2
- package/redhatopenshift/index.d.ts +2 -1
- package/redhatopenshift/index.js +4 -2
- package/redhatopenshift/machinePool.js +2 -2
- package/redhatopenshift/openShiftCluster.js +2 -2
- package/redhatopenshift/secret.js +2 -2
- package/redhatopenshift/syncIdentityProvider.js +2 -2
- package/redhatopenshift/syncSet.js +2 -2
- package/redhatopenshift/v20220904/machinePool.js +2 -2
- package/redhatopenshift/v20220904/openShiftCluster.js +2 -2
- package/redhatopenshift/v20220904/secret.js +2 -2
- package/redhatopenshift/v20220904/syncIdentityProvider.js +2 -2
- package/redhatopenshift/v20220904/syncSet.js +2 -2
- package/redhatopenshift/v20230401/getMachinePool.d.ts +60 -0
- package/redhatopenshift/v20230401/getMachinePool.js +27 -0
- package/redhatopenshift/v20230401/getOpenShiftCluster.d.ts +97 -0
- package/redhatopenshift/v20230401/getOpenShiftCluster.js +26 -0
- package/redhatopenshift/v20230401/getSecret.d.ts +63 -0
- package/redhatopenshift/v20230401/getSecret.js +27 -0
- package/redhatopenshift/v20230401/getSyncIdentityProvider.d.ts +60 -0
- package/redhatopenshift/v20230401/getSyncIdentityProvider.js +27 -0
- package/redhatopenshift/v20230401/getSyncSet.d.ts +63 -0
- package/redhatopenshift/v20230401/getSyncSet.js +27 -0
- package/redhatopenshift/v20230401/index.d.ts +37 -0
- package/redhatopenshift/v20230401/index.js +75 -0
- package/redhatopenshift/v20230401/listOpenShiftClusterAdminCredentials.d.ts +38 -0
- package/redhatopenshift/v20230401/listOpenShiftClusterAdminCredentials.js +26 -0
- package/redhatopenshift/v20230401/listOpenShiftClusterCredentials.d.ts +42 -0
- package/redhatopenshift/v20230401/listOpenShiftClusterCredentials.js +26 -0
- package/redhatopenshift/v20230401/machinePool.d.ts +60 -0
- package/redhatopenshift/v20230401/machinePool.js +73 -0
- package/redhatopenshift/v20230401/openShiftCluster.d.ts +147 -0
- package/redhatopenshift/v20230401/openShiftCluster.js +89 -0
- package/redhatopenshift/v20230401/secret.d.ts +66 -0
- package/redhatopenshift/v20230401/secret.js +73 -0
- package/redhatopenshift/v20230401/syncIdentityProvider.d.ts +60 -0
- package/redhatopenshift/v20230401/syncIdentityProvider.js +73 -0
- package/redhatopenshift/v20230401/syncSet.d.ts +66 -0
- package/redhatopenshift/v20230401/syncSet.js +73 -0
- package/securityinsights/aaddataConnector.js +2 -2
- package/securityinsights/aatpdataConnector.js +2 -2
- package/securityinsights/action.js +2 -2
- package/securityinsights/activityCustomEntityQuery.js +2 -2
- package/securityinsights/anomalies.js +2 -2
- package/securityinsights/anomalySecurityMLAnalyticsSettings.js +2 -2
- package/securityinsights/ascdataConnector.js +2 -2
- package/securityinsights/automationRule.js +2 -2
- package/securityinsights/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/bookmark.js +2 -2
- package/securityinsights/bookmarkRelation.js +2 -2
- package/securityinsights/contentPackage.js +2 -2
- package/securityinsights/contentTemplate.js +2 -2
- package/securityinsights/customizableConnectorDefinition.d.ts +106 -0
- package/securityinsights/customizableConnectorDefinition.js +90 -0
- package/securityinsights/entityAnalytics.js +2 -2
- package/securityinsights/eyesOn.js +2 -2
- package/securityinsights/fileImport.js +2 -2
- package/securityinsights/fusionAlertRule.js +2 -2
- package/securityinsights/getCustomizableConnectorDefinition.d.ts +86 -0
- package/securityinsights/getCustomizableConnectorDefinition.js +29 -0
- package/securityinsights/hunt.js +2 -2
- package/securityinsights/huntComment.js +2 -2
- package/securityinsights/huntRelation.js +2 -2
- package/securityinsights/incident.js +2 -2
- package/securityinsights/incidentComment.js +2 -2
- package/securityinsights/incidentRelation.js +2 -2
- package/securityinsights/incidentTask.js +2 -2
- package/securityinsights/index.d.ts +8 -1
- package/securityinsights/index.js +14 -4
- package/securityinsights/mcasdataConnector.js +2 -2
- package/securityinsights/mdatpdataConnector.js +2 -2
- package/securityinsights/metadata.js +2 -2
- package/securityinsights/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/officeDataConnector.js +2 -2
- package/securityinsights/scheduledAlertRule.js +2 -2
- package/securityinsights/sentinelOnboardingState.js +2 -2
- package/securityinsights/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/tidataConnector.js +2 -2
- package/securityinsights/ueba.js +2 -2
- package/securityinsights/v20190101preview/automationRule.js +2 -2
- package/securityinsights/v20190101preview/bookmark.js +2 -2
- package/securityinsights/v20190101preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20190101preview/ipsyncer.js +2 -2
- package/securityinsights/v20190101preview/watchlist.js +2 -2
- package/securityinsights/v20210301preview/aaddataConnector.js +2 -2
- package/securityinsights/v20210301preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20210301preview/action.js +2 -2
- package/securityinsights/v20210301preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20210301preview/anomalies.js +2 -2
- package/securityinsights/v20210301preview/ascdataConnector.js +2 -2
- package/securityinsights/v20210301preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20210301preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20210301preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20210301preview/entityAnalytics.js +2 -2
- package/securityinsights/v20210301preview/eyesOn.js +2 -2
- package/securityinsights/v20210301preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20210301preview/incident.js +2 -2
- package/securityinsights/v20210301preview/incidentComment.js +2 -2
- package/securityinsights/v20210301preview/incidentRelation.js +2 -2
- package/securityinsights/v20210301preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20210301preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20210301preview/metadata.js +2 -2
- package/securityinsights/v20210301preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20210301preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20210301preview/mstidataConnector.js +2 -2
- package/securityinsights/v20210301preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20210301preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20210301preview/officeDataConnector.js +2 -2
- package/securityinsights/v20210301preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20210301preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20210301preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20210301preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20210301preview/tidataConnector.js +2 -2
- package/securityinsights/v20210301preview/ueba.js +2 -2
- package/securityinsights/v20210301preview/watchlist.js +2 -2
- package/securityinsights/v20210401/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20210401/watchlist.js +2 -2
- package/securityinsights/v20210401/watchlistItem.js +2 -2
- package/securityinsights/v20210901preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20211001preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20211001preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20211001preview/watchlist.js +2 -2
- package/securityinsights/v20220101preview/entityAnalytics.js +2 -2
- package/securityinsights/v20220101preview/watchlist.js +2 -2
- package/securityinsights/v20230201/aaddataConnector.js +2 -2
- package/securityinsights/v20230201/aatpdataConnector.js +2 -2
- package/securityinsights/v20230201/action.js +2 -2
- package/securityinsights/v20230201/automationRule.js +2 -2
- package/securityinsights/v20230201/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20230201/bookmark.js +2 -2
- package/securityinsights/v20230201/incident.js +2 -2
- package/securityinsights/v20230201/incidentComment.js +2 -2
- package/securityinsights/v20230201/incidentRelation.js +2 -2
- package/securityinsights/v20230201/mcasdataConnector.js +2 -2
- package/securityinsights/v20230201/mdatpdataConnector.js +2 -2
- package/securityinsights/v20230201/metadata.js +2 -2
- package/securityinsights/v20230201/officeDataConnector.js +2 -2
- package/securityinsights/v20230201/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20230201/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20230201/tidataConnector.js +2 -2
- package/securityinsights/v20230201/watchlist.js +2 -2
- package/securityinsights/v20230201/watchlistItem.js +2 -2
- package/securityinsights/v20230201preview/incident.js +2 -2
- package/securityinsights/v20230201preview/metadata.js +2 -2
- package/securityinsights/v20230301preview/incident.js +2 -2
- package/securityinsights/v20230601preview/aaddataConnector.js +2 -2
- package/securityinsights/v20230601preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20230601preview/action.js +2 -2
- package/securityinsights/v20230601preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20230601preview/anomalies.js +2 -2
- package/securityinsights/v20230601preview/anomalySecurityMLAnalyticsSettings.js +2 -2
- package/securityinsights/v20230601preview/ascdataConnector.js +2 -2
- package/securityinsights/v20230601preview/automationRule.js +2 -2
- package/securityinsights/v20230601preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20230601preview/awsS3DataConnector.js +2 -2
- package/securityinsights/v20230601preview/bookmark.js +2 -2
- package/securityinsights/v20230601preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20230601preview/codelessApiPollingDataConnector.js +2 -2
- package/securityinsights/v20230601preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20230601preview/contentPackage.js +2 -2
- package/securityinsights/v20230601preview/contentTemplate.js +2 -2
- package/securityinsights/v20230601preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20230601preview/entityAnalytics.js +2 -2
- package/securityinsights/v20230601preview/eyesOn.js +2 -2
- package/securityinsights/v20230601preview/fileImport.js +2 -2
- package/securityinsights/v20230601preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20230601preview/gcpdataConnector.js +2 -2
- package/securityinsights/v20230601preview/hunt.js +2 -2
- package/securityinsights/v20230601preview/huntComment.js +2 -2
- package/securityinsights/v20230601preview/huntRelation.js +2 -2
- package/securityinsights/v20230601preview/incident.js +2 -2
- package/securityinsights/v20230601preview/incidentComment.js +2 -2
- package/securityinsights/v20230601preview/incidentRelation.js +2 -2
- package/securityinsights/v20230601preview/incidentTask.js +2 -2
- package/securityinsights/v20230601preview/ioTDataConnector.js +2 -2
- package/securityinsights/v20230601preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20230601preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20230601preview/metadata.js +2 -2
- package/securityinsights/v20230601preview/microsoftPurviewInformationProtectionDataConnector.js +2 -2
- package/securityinsights/v20230601preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20230601preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20230601preview/mstidataConnector.js +2 -2
- package/securityinsights/v20230601preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20230601preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20230601preview/office365ProjectDataConnector.js +2 -2
- package/securityinsights/v20230601preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20230601preview/officeDataConnector.js +2 -2
- package/securityinsights/v20230601preview/officeIRMDataConnector.js +2 -2
- package/securityinsights/v20230601preview/officePowerBIDataConnector.js +2 -2
- package/securityinsights/v20230601preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20230601preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20230601preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20230601preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20230601preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20230601preview/tidataConnector.js +2 -2
- package/securityinsights/v20230601preview/ueba.js +2 -2
- package/securityinsights/v20230601preview/watchlist.js +2 -2
- package/securityinsights/v20230601preview/watchlistItem.js +2 -2
- package/securityinsights/v20230601preview/workspaceManagerAssignment.js +2 -2
- package/securityinsights/v20230601preview/workspaceManagerConfiguration.js +2 -2
- package/securityinsights/v20230601preview/workspaceManagerGroup.js +2 -2
- package/securityinsights/v20230601preview/workspaceManagerMember.js +2 -2
- package/securityinsights/v20230701preview/aaddataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/aaddataConnector.js +85 -0
- package/securityinsights/v20230701preview/aatpdataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/aatpdataConnector.js +85 -0
- package/securityinsights/v20230701preview/action.d.ts +82 -0
- package/securityinsights/v20230701preview/action.js +88 -0
- package/securityinsights/v20230701preview/activityCustomEntityQuery.d.ts +158 -0
- package/securityinsights/v20230701preview/activityCustomEntityQuery.js +100 -0
- package/securityinsights/v20230701preview/anomalies.d.ts +76 -0
- package/securityinsights/v20230701preview/anomalies.js +80 -0
- package/securityinsights/v20230701preview/anomalySecurityMLAnalyticsSettings.d.ts +182 -0
- package/securityinsights/v20230701preview/anomalySecurityMLAnalyticsSettings.js +124 -0
- package/securityinsights/v20230701preview/ascdataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/ascdataConnector.js +82 -0
- package/securityinsights/v20230701preview/automationRule.d.ts +108 -0
- package/securityinsights/v20230701preview/automationRule.js +98 -0
- package/securityinsights/v20230701preview/awsCloudTrailDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/awsCloudTrailDataConnector.js +85 -0
- package/securityinsights/v20230701preview/awsS3DataConnector.d.ts +105 -0
- package/securityinsights/v20230701preview/awsS3DataConnector.js +98 -0
- package/securityinsights/v20230701preview/bookmark.d.ts +192 -0
- package/securityinsights/v20230701preview/bookmark.js +111 -0
- package/securityinsights/v20230701preview/bookmarkRelation.d.ts +86 -0
- package/securityinsights/v20230701preview/bookmarkRelation.js +88 -0
- package/securityinsights/v20230701preview/codelessApiPollingDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/codelessApiPollingDataConnector.js +82 -0
- package/securityinsights/v20230701preview/codelessUiDataConnector.d.ts +81 -0
- package/securityinsights/v20230701preview/codelessUiDataConnector.js +80 -0
- package/securityinsights/v20230701preview/contentPackage.d.ts +240 -0
- package/securityinsights/v20230701preview/contentPackage.js +132 -0
- package/securityinsights/v20230701preview/contentTemplate.d.ts +264 -0
- package/securityinsights/v20230701preview/contentTemplate.js +147 -0
- package/securityinsights/v20230701preview/customizableConnectorDefinition.d.ts +105 -0
- package/securityinsights/v20230701preview/customizableConnectorDefinition.js +89 -0
- package/securityinsights/v20230701preview/dynamics365DataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/dynamics365DataConnector.js +88 -0
- package/securityinsights/v20230701preview/entityAnalytics.d.ts +81 -0
- package/securityinsights/v20230701preview/entityAnalytics.js +80 -0
- package/securityinsights/v20230701preview/eyesOn.d.ts +76 -0
- package/securityinsights/v20230701preview/eyesOn.js +80 -0
- package/securityinsights/v20230701preview/fileImport.d.ts +128 -0
- package/securityinsights/v20230701preview/fileImport.js +109 -0
- package/securityinsights/v20230701preview/fusionAlertRule.d.ts +129 -0
- package/securityinsights/v20230701preview/fusionAlertRule.js +104 -0
- package/securityinsights/v20230701preview/gcpdataConnector.d.ts +105 -0
- package/securityinsights/v20230701preview/gcpdataConnector.js +95 -0
- package/securityinsights/v20230701preview/getAADDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getAADDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getAATPDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getAATPDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getASCDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getASCDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getAction.d.ts +79 -0
- package/securityinsights/v20230701preview/getAction.js +28 -0
- package/securityinsights/v20230701preview/getActivityCustomEntityQuery.d.ts +114 -0
- package/securityinsights/v20230701preview/getActivityCustomEntityQuery.js +27 -0
- package/securityinsights/v20230701preview/getAnomalies.d.ts +72 -0
- package/securityinsights/v20230701preview/getAnomalies.js +27 -0
- package/securityinsights/v20230701preview/getAnomalySecurityMLAnalyticsSettings.d.ts +124 -0
- package/securityinsights/v20230701preview/getAnomalySecurityMLAnalyticsSettings.js +27 -0
- package/securityinsights/v20230701preview/getAutomationRule.d.ts +92 -0
- package/securityinsights/v20230701preview/getAutomationRule.js +27 -0
- package/securityinsights/v20230701preview/getAwsCloudTrailDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getAwsCloudTrailDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getAwsS3DataConnector.d.ts +84 -0
- package/securityinsights/v20230701preview/getAwsS3DataConnector.js +27 -0
- package/securityinsights/v20230701preview/getBookmark.d.ts +127 -0
- package/securityinsights/v20230701preview/getBookmark.js +27 -0
- package/securityinsights/v20230701preview/getBookmarkRelation.d.ts +87 -0
- package/securityinsights/v20230701preview/getBookmarkRelation.js +28 -0
- package/securityinsights/v20230701preview/getCodelessApiPollingDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getCodelessApiPollingDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getCodelessUiDataConnector.d.ts +72 -0
- package/securityinsights/v20230701preview/getCodelessUiDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getContentPackage.d.ts +151 -0
- package/securityinsights/v20230701preview/getContentPackage.js +27 -0
- package/securityinsights/v20230701preview/getContentTemplate.d.ts +163 -0
- package/securityinsights/v20230701preview/getContentTemplate.js +27 -0
- package/securityinsights/v20230701preview/getCustomizableConnectorDefinition.d.ts +84 -0
- package/securityinsights/v20230701preview/getCustomizableConnectorDefinition.js +27 -0
- package/securityinsights/v20230701preview/getDynamics365DataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getDynamics365DataConnector.js +27 -0
- package/securityinsights/v20230701preview/getEntitiesGetTimeline.d.ts +84 -0
- package/securityinsights/v20230701preview/getEntitiesGetTimeline.js +31 -0
- package/securityinsights/v20230701preview/getEntityAnalytics.d.ts +72 -0
- package/securityinsights/v20230701preview/getEntityAnalytics.js +27 -0
- package/securityinsights/v20230701preview/getEntityInsights.d.ts +83 -0
- package/securityinsights/v20230701preview/getEntityInsights.js +31 -0
- package/securityinsights/v20230701preview/getEyesOn.d.ts +72 -0
- package/securityinsights/v20230701preview/getEyesOn.js +27 -0
- package/securityinsights/v20230701preview/getFileImport.d.ts +111 -0
- package/securityinsights/v20230701preview/getFileImport.js +27 -0
- package/securityinsights/v20230701preview/getFusionAlertRule.d.ts +108 -0
- package/securityinsights/v20230701preview/getFusionAlertRule.js +27 -0
- package/securityinsights/v20230701preview/getGCPDataConnector.d.ts +84 -0
- package/securityinsights/v20230701preview/getGCPDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getHunt.d.ts +95 -0
- package/securityinsights/v20230701preview/getHunt.js +27 -0
- package/securityinsights/v20230701preview/getHuntComment.d.ts +75 -0
- package/securityinsights/v20230701preview/getHuntComment.js +28 -0
- package/securityinsights/v20230701preview/getHuntRelation.d.ts +91 -0
- package/securityinsights/v20230701preview/getHuntRelation.js +28 -0
- package/securityinsights/v20230701preview/getIncident.d.ts +140 -0
- package/securityinsights/v20230701preview/getIncident.js +27 -0
- package/securityinsights/v20230701preview/getIncidentComment.d.ts +87 -0
- package/securityinsights/v20230701preview/getIncidentComment.js +28 -0
- package/securityinsights/v20230701preview/getIncidentRelation.d.ts +87 -0
- package/securityinsights/v20230701preview/getIncidentRelation.js +28 -0
- package/securityinsights/v20230701preview/getIncidentTask.d.ts +93 -0
- package/securityinsights/v20230701preview/getIncidentTask.js +28 -0
- package/securityinsights/v20230701preview/getIoTDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getIoTDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getMCASDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getMCASDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getMDATPDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getMDATPDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getMLBehaviorAnalyticsAlertRule.d.ts +100 -0
- package/securityinsights/v20230701preview/getMLBehaviorAnalyticsAlertRule.js +27 -0
- package/securityinsights/v20230701preview/getMSTIDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getMSTIDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getMTPDataConnector.d.ts +80 -0
- package/securityinsights/v20230701preview/getMTPDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getMetadata.d.ts +139 -0
- package/securityinsights/v20230701preview/getMetadata.js +27 -0
- package/securityinsights/v20230701preview/getMicrosoftPurviewInformationProtectionDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getMicrosoftPurviewInformationProtectionDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getMicrosoftSecurityIncidentCreationAlertRule.d.ts +104 -0
- package/securityinsights/v20230701preview/getMicrosoftSecurityIncidentCreationAlertRule.js +27 -0
- package/securityinsights/v20230701preview/getNrtAlertRule.d.ts +142 -0
- package/securityinsights/v20230701preview/getNrtAlertRule.js +27 -0
- package/securityinsights/v20230701preview/getOffice365ProjectDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getOffice365ProjectDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getOfficeATPDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getOfficeATPDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getOfficeDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getOfficeDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getOfficeIRMDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getOfficeIRMDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getOfficePowerBIDataConnector.d.ts +76 -0
- package/securityinsights/v20230701preview/getOfficePowerBIDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getScheduledAlertRule.d.ts +158 -0
- package/securityinsights/v20230701preview/getScheduledAlertRule.js +27 -0
- package/securityinsights/v20230701preview/getSentinelOnboardingState.d.ts +67 -0
- package/securityinsights/v20230701preview/getSentinelOnboardingState.js +27 -0
- package/securityinsights/v20230701preview/getTIDataConnector.d.ts +80 -0
- package/securityinsights/v20230701preview/getTIDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getThreatIntelligenceAlertRule.d.ts +100 -0
- package/securityinsights/v20230701preview/getThreatIntelligenceAlertRule.js +27 -0
- package/securityinsights/v20230701preview/getThreatIntelligenceIndicator.d.ts +67 -0
- package/securityinsights/v20230701preview/getThreatIntelligenceIndicator.js +27 -0
- package/securityinsights/v20230701preview/getTiTaxiiDataConnector.d.ts +108 -0
- package/securityinsights/v20230701preview/getTiTaxiiDataConnector.js +27 -0
- package/securityinsights/v20230701preview/getUeba.d.ts +72 -0
- package/securityinsights/v20230701preview/getUeba.js +27 -0
- package/securityinsights/v20230701preview/getWatchlist.d.ts +147 -0
- package/securityinsights/v20230701preview/getWatchlist.js +27 -0
- package/securityinsights/v20230701preview/getWatchlistItem.d.ts +111 -0
- package/securityinsights/v20230701preview/getWatchlistItem.js +28 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerAssignment.d.ts +79 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerAssignment.js +27 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerConfiguration.d.ts +67 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerConfiguration.js +27 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerGroup.d.ts +75 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerGroup.js +27 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerMember.d.ts +71 -0
- package/securityinsights/v20230701preview/getWorkspaceManagerMember.js +27 -0
- package/securityinsights/v20230701preview/hunt.d.ts +128 -0
- package/securityinsights/v20230701preview/hunt.js +96 -0
- package/securityinsights/v20230701preview/huntComment.d.ts +74 -0
- package/securityinsights/v20230701preview/huntComment.js +82 -0
- package/securityinsights/v20230701preview/huntRelation.d.ts +94 -0
- package/securityinsights/v20230701preview/huntRelation.js +90 -0
- package/securityinsights/v20230701preview/incident.d.ts +185 -0
- package/securityinsights/v20230701preview/incident.js +119 -0
- package/securityinsights/v20230701preview/incidentComment.d.ts +86 -0
- package/securityinsights/v20230701preview/incidentComment.js +88 -0
- package/securityinsights/v20230701preview/incidentRelation.d.ts +86 -0
- package/securityinsights/v20230701preview/incidentRelation.js +88 -0
- package/securityinsights/v20230701preview/incidentTask.d.ts +107 -0
- package/securityinsights/v20230701preview/incidentTask.js +94 -0
- package/securityinsights/v20230701preview/index.d.ts +358 -0
- package/securityinsights/v20230701preview/index.js +452 -0
- package/securityinsights/v20230701preview/ioTDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/ioTDataConnector.js +82 -0
- package/securityinsights/v20230701preview/listSourceControlRepositories.d.ts +43 -0
- package/securityinsights/v20230701preview/listSourceControlRepositories.js +26 -0
- package/securityinsights/v20230701preview/mcasdataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/mcasdataConnector.js +88 -0
- package/securityinsights/v20230701preview/mdatpdataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/mdatpdataConnector.js +85 -0
- package/securityinsights/v20230701preview/metadata.d.ts +215 -0
- package/securityinsights/v20230701preview/metadata.js +117 -0
- package/securityinsights/v20230701preview/microsoftPurviewInformationProtectionDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/microsoftPurviewInformationProtectionDataConnector.js +88 -0
- package/securityinsights/v20230701preview/microsoftSecurityIncidentCreationAlertRule.d.ts +141 -0
- package/securityinsights/v20230701preview/microsoftSecurityIncidentCreationAlertRule.js +105 -0
- package/securityinsights/v20230701preview/mlbehaviorAnalyticsAlertRule.d.ts +112 -0
- package/securityinsights/v20230701preview/mlbehaviorAnalyticsAlertRule.js +100 -0
- package/securityinsights/v20230701preview/mstidataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/mstidataConnector.js +88 -0
- package/securityinsights/v20230701preview/mtpdataConnector.d.ts +97 -0
- package/securityinsights/v20230701preview/mtpdataConnector.js +90 -0
- package/securityinsights/v20230701preview/nrtAlertRule.d.ts +218 -0
- package/securityinsights/v20230701preview/nrtAlertRule.js +132 -0
- package/securityinsights/v20230701preview/office365ProjectDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/office365ProjectDataConnector.js +88 -0
- package/securityinsights/v20230701preview/officeATPDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/officeATPDataConnector.js +85 -0
- package/securityinsights/v20230701preview/officeDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/officeDataConnector.js +88 -0
- package/securityinsights/v20230701preview/officeIRMDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/officeIRMDataConnector.js +85 -0
- package/securityinsights/v20230701preview/officePowerBIDataConnector.d.ts +89 -0
- package/securityinsights/v20230701preview/officePowerBIDataConnector.js +88 -0
- package/securityinsights/v20230701preview/scheduledAlertRule.d.ts +250 -0
- package/securityinsights/v20230701preview/scheduledAlertRule.js +152 -0
- package/securityinsights/v20230701preview/sentinelOnboardingState.d.ts +70 -0
- package/securityinsights/v20230701preview/sentinelOnboardingState.js +75 -0
- package/securityinsights/v20230701preview/threatIntelligenceAlertRule.d.ts +112 -0
- package/securityinsights/v20230701preview/threatIntelligenceAlertRule.js +100 -0
- package/securityinsights/v20230701preview/threatIntelligenceIndicator.d.ts +184 -0
- package/securityinsights/v20230701preview/threatIntelligenceIndicator.js +105 -0
- package/securityinsights/v20230701preview/tiTaxiiDataConnector.d.ts +154 -0
- package/securityinsights/v20230701preview/tiTaxiiDataConnector.js +107 -0
- package/securityinsights/v20230701preview/tidataConnector.d.ts +97 -0
- package/securityinsights/v20230701preview/tidataConnector.js +90 -0
- package/securityinsights/v20230701preview/ueba.d.ts +81 -0
- package/securityinsights/v20230701preview/ueba.js +80 -0
- package/securityinsights/v20230701preview/watchlist.d.ts +228 -0
- package/securityinsights/v20230701preview/watchlist.js +123 -0
- package/securityinsights/v20230701preview/watchlistItem.d.ts +143 -0
- package/securityinsights/v20230701preview/watchlistItem.js +99 -0
- package/securityinsights/v20230701preview/workspaceManagerAssignment.d.ts +87 -0
- package/securityinsights/v20230701preview/workspaceManagerAssignment.js +87 -0
- package/securityinsights/v20230701preview/workspaceManagerConfiguration.d.ts +71 -0
- package/securityinsights/v20230701preview/workspaceManagerConfiguration.js +78 -0
- package/securityinsights/v20230701preview/workspaceManagerGroup.d.ts +86 -0
- package/securityinsights/v20230701preview/workspaceManagerGroup.js +85 -0
- package/securityinsights/v20230701preview/workspaceManagerMember.d.ts +78 -0
- package/securityinsights/v20230701preview/workspaceManagerMember.js +83 -0
- package/securityinsights/watchlist.js +2 -2
- package/securityinsights/watchlistItem.js +2 -2
- package/securityinsights/workspaceManagerAssignment.js +2 -2
- package/securityinsights/workspaceManagerConfiguration.js +2 -2
- package/securityinsights/workspaceManagerGroup.js +2 -2
- package/securityinsights/workspaceManagerMember.js +2 -2
- package/sqlvirtualmachine/v20230101preview/getSqlVirtualMachine.d.ts +1 -1
- package/sqlvirtualmachine/v20230101preview/sqlVirtualMachine.d.ts +2 -2
- package/sqlvirtualmachine/v20230101preview/sqlVirtualMachine.js +2 -2
- package/storage/blobContainer.js +2 -2
- package/storage/blobContainerImmutabilityPolicy.js +2 -2
- package/storage/blobInventoryPolicy.js +2 -2
- package/storage/blobServiceProperties.js +2 -2
- package/storage/encryptionScope.js +2 -2
- package/storage/fileServiceProperties.js +2 -2
- package/storage/fileShare.js +2 -2
- package/storage/index.d.ts +2 -1
- package/storage/index.js +4 -2
- package/storage/localUser.js +2 -2
- package/storage/managementPolicy.js +2 -2
- package/storage/objectReplicationPolicy.js +2 -2
- package/storage/privateEndpointConnection.js +2 -2
- package/storage/queue.js +2 -2
- package/storage/queueServiceProperties.js +2 -2
- package/storage/storageAccount.js +2 -2
- package/storage/table.js +2 -2
- package/storage/tableServiceProperties.js +2 -2
- package/storage/v20220901/blobContainer.js +2 -2
- package/storage/v20220901/blobContainerImmutabilityPolicy.js +2 -2
- package/storage/v20220901/blobInventoryPolicy.js +2 -2
- package/storage/v20220901/blobServiceProperties.js +2 -2
- package/storage/v20220901/encryptionScope.js +2 -2
- package/storage/v20220901/fileServiceProperties.js +2 -2
- package/storage/v20220901/fileShare.js +2 -2
- package/storage/v20220901/localUser.js +2 -2
- package/storage/v20220901/managementPolicy.js +2 -2
- package/storage/v20220901/objectReplicationPolicy.js +2 -2
- package/storage/v20220901/privateEndpointConnection.js +2 -2
- package/storage/v20220901/queue.js +2 -2
- package/storage/v20220901/queueServiceProperties.js +2 -2
- package/storage/v20220901/storageAccount.js +2 -2
- package/storage/v20220901/table.js +2 -2
- package/storage/v20220901/tableServiceProperties.js +2 -2
- package/storage/v20230101/blobContainer.d.ts +168 -0
- package/storage/v20230101/blobContainer.js +109 -0
- package/storage/v20230101/blobContainerImmutabilityPolicy.d.ts +89 -0
- package/storage/v20230101/blobContainerImmutabilityPolicy.js +83 -0
- package/storage/v20230101/blobInventoryPolicy.d.ts +71 -0
- package/storage/v20230101/blobInventoryPolicy.js +78 -0
- package/storage/v20230101/blobServiceProperties.d.ts +131 -0
- package/storage/v20230101/blobServiceProperties.js +89 -0
- package/storage/v20230101/encryptionScope.d.ts +96 -0
- package/storage/v20230101/encryptionScope.js +81 -0
- package/storage/v20230101/fileServiceProperties.d.ts +83 -0
- package/storage/v20230101/fileServiceProperties.js +77 -0
- package/storage/v20230101/fileShare.d.ts +164 -0
- package/storage/v20230101/fileShare.js +108 -0
- package/storage/v20230101/getBlobContainer.d.ts +137 -0
- package/storage/v20230101/getBlobContainer.js +27 -0
- package/storage/v20230101/getBlobContainerImmutabilityPolicy.d.ts +82 -0
- package/storage/v20230101/getBlobContainerImmutabilityPolicy.js +28 -0
- package/storage/v20230101/getBlobInventoryPolicy.d.ts +67 -0
- package/storage/v20230101/getBlobInventoryPolicy.js +27 -0
- package/storage/v20230101/getBlobServiceProperties.d.ts +95 -0
- package/storage/v20230101/getBlobServiceProperties.js +27 -0
- package/storage/v20230101/getEncryptionScope.d.ts +79 -0
- package/storage/v20230101/getEncryptionScope.js +27 -0
- package/storage/v20230101/getFileServiceProperties.d.ts +71 -0
- package/storage/v20230101/getFileServiceProperties.js +27 -0
- package/storage/v20230101/getFileShare.d.ts +141 -0
- package/storage/v20230101/getFileShare.js +28 -0
- package/storage/v20230101/getLocalUser.d.ts +87 -0
- package/storage/v20230101/getLocalUser.js +27 -0
- package/storage/v20230101/getManagementPolicy.d.ts +63 -0
- package/storage/v20230101/getManagementPolicy.js +27 -0
- package/storage/v20230101/getObjectReplicationPolicy.d.ts +75 -0
- package/storage/v20230101/getObjectReplicationPolicy.js +27 -0
- package/storage/v20230101/getPrivateEndpointConnection.d.ts +67 -0
- package/storage/v20230101/getPrivateEndpointConnection.js +27 -0
- package/storage/v20230101/getQueue.d.ts +61 -0
- package/storage/v20230101/getQueue.js +27 -0
- package/storage/v20230101/getQueueServiceProperties.d.ts +59 -0
- package/storage/v20230101/getQueueServiceProperties.js +27 -0
- package/storage/v20230101/getStorageAccount.d.ts +241 -0
- package/storage/v20230101/getStorageAccount.js +27 -0
- package/storage/v20230101/getTable.d.ts +63 -0
- package/storage/v20230101/getTable.js +27 -0
- package/storage/v20230101/getTableServiceProperties.d.ts +59 -0
- package/storage/v20230101/getTableServiceProperties.js +27 -0
- package/storage/v20230101/index.d.ts +109 -0
- package/storage/v20230101/index.js +159 -0
- package/storage/v20230101/listLocalUserKeys.d.ts +51 -0
- package/storage/v20230101/listLocalUserKeys.js +27 -0
- package/storage/v20230101/listStorageAccountKeys.d.ts +47 -0
- package/storage/v20230101/listStorageAccountKeys.js +27 -0
- package/storage/v20230101/listStorageAccountSAS.d.ts +103 -0
- package/storage/v20230101/listStorageAccountSAS.js +34 -0
- package/storage/v20230101/listStorageAccountServiceSAS.d.ts +183 -0
- package/storage/v20230101/listStorageAccountServiceSAS.js +44 -0
- package/storage/v20230101/localUser.d.ts +111 -0
- package/storage/v20230101/localUser.js +85 -0
- package/storage/v20230101/managementPolicy.d.ts +67 -0
- package/storage/v20230101/managementPolicy.js +76 -0
- package/storage/v20230101/objectReplicationPolicy.d.ts +87 -0
- package/storage/v20230101/objectReplicationPolicy.js +85 -0
- package/storage/v20230101/privateEndpointConnection.d.ts +71 -0
- package/storage/v20230101/privateEndpointConnection.js +78 -0
- package/storage/v20230101/queue.d.ts +66 -0
- package/storage/v20230101/queue.js +70 -0
- package/storage/v20230101/queueServiceProperties.d.ts +63 -0
- package/storage/v20230101/queueServiceProperties.js +71 -0
- package/storage/v20230101/storageAccount.d.ts +356 -0
- package/storage/v20230101/storageAccount.js +164 -0
- package/storage/v20230101/table.d.ts +67 -0
- package/storage/v20230101/table.js +72 -0
- package/storage/v20230101/tableServiceProperties.d.ts +63 -0
- package/storage/v20230101/tableServiceProperties.js +71 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/app/index.d.ts +2 -1
- package/types/enums/app/index.js +4 -2
- package/types/enums/app/v20230501/index.d.ts +173 -0
- package/types/enums/app/v20230501/index.js +98 -0
- package/types/enums/containerregistry/index.d.ts +9 -1
- package/types/enums/containerregistry/index.js +7 -2
- package/types/enums/containerregistry/v20230601preview/index.d.ts +232 -0
- package/types/enums/containerregistry/v20230601preview/index.js +131 -0
- package/types/enums/containerservice/index.d.ts +3 -1
- package/types/enums/containerservice/index.js +6 -2
- package/types/enums/containerservice/v20230601/index.d.ts +517 -0
- package/types/enums/containerservice/v20230601/index.js +383 -0
- package/types/enums/containerservice/v20230602preview/index.d.ts +710 -0
- package/types/enums/containerservice/v20230602preview/index.js +528 -0
- package/types/enums/databoxedge/index.d.ts +2 -1
- package/types/enums/databoxedge/index.js +4 -2
- package/types/enums/databoxedge/v20230701/index.d.ts +230 -0
- package/types/enums/databoxedge/v20230701/index.js +147 -0
- package/types/enums/documentdb/index.d.ts +1 -1
- package/types/enums/documentdb/v20230415/index.d.ts +1 -1
- package/types/enums/elastic/index.d.ts +2 -1
- package/types/enums/elastic/index.js +4 -2
- package/types/enums/elastic/v20230701preview/index.d.ts +38 -0
- package/types/enums/elastic/v20230701preview/index.js +28 -0
- package/types/enums/labservices/index.d.ts +2 -1
- package/types/enums/labservices/index.js +4 -2
- package/types/enums/labservices/v20230607/index.d.ts +114 -0
- package/types/enums/labservices/v20230607/index.js +88 -0
- package/types/enums/network/index.d.ts +2 -1
- package/types/enums/network/index.js +8 -6
- package/types/enums/network/v20230401/index.d.ts +1530 -0
- package/types/enums/network/v20230401/index.js +903 -0
- package/types/enums/networkcloud/index.d.ts +2 -1
- package/types/enums/networkcloud/index.js +4 -2
- package/types/enums/networkcloud/v20230701/index.d.ts +240 -0
- package/types/enums/networkcloud/v20230701/index.js +127 -0
- package/types/enums/redhatopenshift/index.d.ts +2 -1
- package/types/enums/redhatopenshift/index.js +4 -2
- package/types/enums/redhatopenshift/v20230401/index.d.ts +32 -0
- package/types/enums/redhatopenshift/v20230401/index.js +22 -0
- package/types/enums/securityinsights/index.d.ts +18 -1
- package/types/enums/securityinsights/index.js +13 -3
- package/types/enums/securityinsights/v20230701preview/index.d.ts +1229 -0
- package/types/enums/securityinsights/v20230701preview/index.js +1028 -0
- package/types/enums/sqlvirtualmachine/v20230101preview/index.d.ts +8 -0
- package/types/enums/sqlvirtualmachine/v20230101preview/index.js +6 -2
- package/types/enums/storage/index.d.ts +2 -1
- package/types/enums/storage/index.js +4 -2
- package/types/enums/storage/v20230101/index.d.ts +366 -0
- package/types/enums/storage/v20230101/index.js +211 -0
- package/types/input.d.ts +30396 -14486
- package/types/input.js +663 -24
- package/types/output.d.ts +40171 -18241
- package/types/output.js +724 -7
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Agent Pool.
|
|
7
|
+
*/
|
|
8
|
+
export declare class AgentPool extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing AgentPool resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): AgentPool;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of AgentPool. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is AgentPool;
|
|
23
|
+
/**
|
|
24
|
+
* The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'.
|
|
25
|
+
*/
|
|
26
|
+
readonly availabilityZones: pulumi.Output<string[] | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* AKS will associate the specified agent pool with the Capacity Reservation Group.
|
|
29
|
+
*/
|
|
30
|
+
readonly capacityReservationGroupID: pulumi.Output<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1.
|
|
33
|
+
*/
|
|
34
|
+
readonly count: pulumi.Output<number | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.
|
|
37
|
+
*/
|
|
38
|
+
readonly creationData: pulumi.Output<outputs.containerservice.v20230602preview.CreationDataResponse | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* If orchestratorVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.
|
|
41
|
+
*/
|
|
42
|
+
readonly currentOrchestratorVersion: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Whether to enable auto-scaler
|
|
45
|
+
*/
|
|
46
|
+
readonly enableAutoScaling: pulumi.Output<boolean | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false.
|
|
49
|
+
*/
|
|
50
|
+
readonly enableCustomCATrust: pulumi.Output<boolean | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption
|
|
53
|
+
*/
|
|
54
|
+
readonly enableEncryptionAtHost: pulumi.Output<boolean | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details.
|
|
57
|
+
*/
|
|
58
|
+
readonly enableFIPS: pulumi.Output<boolean | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false.
|
|
61
|
+
*/
|
|
62
|
+
readonly enableNodePublicIP: pulumi.Output<boolean | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Whether to enable UltraSSD
|
|
65
|
+
*/
|
|
66
|
+
readonly enableUltraSSD: pulumi.Output<boolean | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
|
|
69
|
+
*/
|
|
70
|
+
readonly gpuInstanceProfile: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts).
|
|
73
|
+
*/
|
|
74
|
+
readonly hostGroupID: pulumi.Output<string | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* The Kubelet configuration on the agent pool nodes.
|
|
77
|
+
*/
|
|
78
|
+
readonly kubeletConfig: pulumi.Output<outputs.containerservice.v20230602preview.KubeletConfigResponse | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
|
|
81
|
+
*/
|
|
82
|
+
readonly kubeletDiskType: pulumi.Output<string | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* The OS configuration of Linux agent nodes.
|
|
85
|
+
*/
|
|
86
|
+
readonly linuxOSConfig: pulumi.Output<outputs.containerservice.v20230602preview.LinuxOSConfigResponse | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* The maximum number of nodes for auto-scaling
|
|
89
|
+
*/
|
|
90
|
+
readonly maxCount: pulumi.Output<number | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* The maximum number of pods that can run on a node.
|
|
93
|
+
*/
|
|
94
|
+
readonly maxPods: pulumi.Output<number | undefined>;
|
|
95
|
+
/**
|
|
96
|
+
* A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script).
|
|
97
|
+
*/
|
|
98
|
+
readonly messageOfTheDay: pulumi.Output<string | undefined>;
|
|
99
|
+
/**
|
|
100
|
+
* The minimum number of nodes for auto-scaling
|
|
101
|
+
*/
|
|
102
|
+
readonly minCount: pulumi.Output<number | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools
|
|
105
|
+
*/
|
|
106
|
+
readonly mode: pulumi.Output<string | undefined>;
|
|
107
|
+
/**
|
|
108
|
+
* The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
109
|
+
*/
|
|
110
|
+
readonly name: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Network-related settings of an agent pool.
|
|
113
|
+
*/
|
|
114
|
+
readonly networkProfile: pulumi.Output<outputs.containerservice.v20230602preview.AgentPoolNetworkProfileResponse | undefined>;
|
|
115
|
+
/**
|
|
116
|
+
* The version of node image
|
|
117
|
+
*/
|
|
118
|
+
readonly nodeImageVersion: pulumi.Output<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The node labels to be persisted across all nodes in agent pool.
|
|
121
|
+
*/
|
|
122
|
+
readonly nodeLabels: pulumi.Output<{
|
|
123
|
+
[key: string]: string;
|
|
124
|
+
} | undefined>;
|
|
125
|
+
/**
|
|
126
|
+
* This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}
|
|
127
|
+
*/
|
|
128
|
+
readonly nodePublicIPPrefixID: pulumi.Output<string | undefined>;
|
|
129
|
+
/**
|
|
130
|
+
* The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
|
|
131
|
+
*/
|
|
132
|
+
readonly nodeTaints: pulumi.Output<string[] | undefined>;
|
|
133
|
+
/**
|
|
134
|
+
* Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same <major.minor> once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool).
|
|
135
|
+
*/
|
|
136
|
+
readonly orchestratorVersion: pulumi.Output<string | undefined>;
|
|
137
|
+
/**
|
|
138
|
+
* OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
|
|
139
|
+
*/
|
|
140
|
+
readonly osDiskSizeGB: pulumi.Output<number | undefined>;
|
|
141
|
+
/**
|
|
142
|
+
* The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).
|
|
143
|
+
*/
|
|
144
|
+
readonly osDiskType: pulumi.Output<string | undefined>;
|
|
145
|
+
/**
|
|
146
|
+
* Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated.
|
|
147
|
+
*/
|
|
148
|
+
readonly osSKU: pulumi.Output<string | undefined>;
|
|
149
|
+
/**
|
|
150
|
+
* The operating system type. The default is Linux.
|
|
151
|
+
*/
|
|
152
|
+
readonly osType: pulumi.Output<string | undefined>;
|
|
153
|
+
/**
|
|
154
|
+
* If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}
|
|
155
|
+
*/
|
|
156
|
+
readonly podSubnetID: pulumi.Output<string | undefined>;
|
|
157
|
+
/**
|
|
158
|
+
* When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded
|
|
159
|
+
*/
|
|
160
|
+
readonly powerState: pulumi.Output<outputs.containerservice.v20230602preview.PowerStateResponse | undefined>;
|
|
161
|
+
/**
|
|
162
|
+
* The current deployment or provisioning state.
|
|
163
|
+
*/
|
|
164
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
165
|
+
/**
|
|
166
|
+
* The ID for Proximity Placement Group.
|
|
167
|
+
*/
|
|
168
|
+
readonly proximityPlacementGroupID: pulumi.Output<string | undefined>;
|
|
169
|
+
/**
|
|
170
|
+
* This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.
|
|
171
|
+
*/
|
|
172
|
+
readonly scaleDownMode: pulumi.Output<string | undefined>;
|
|
173
|
+
/**
|
|
174
|
+
* This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'.
|
|
175
|
+
*/
|
|
176
|
+
readonly scaleSetEvictionPolicy: pulumi.Output<string | undefined>;
|
|
177
|
+
/**
|
|
178
|
+
* The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.
|
|
179
|
+
*/
|
|
180
|
+
readonly scaleSetPriority: pulumi.Output<string | undefined>;
|
|
181
|
+
/**
|
|
182
|
+
* The security settings of an agent pool.
|
|
183
|
+
*/
|
|
184
|
+
readonly securityProfile: pulumi.Output<outputs.containerservice.v20230602preview.AgentPoolSecurityProfileResponse | undefined>;
|
|
185
|
+
/**
|
|
186
|
+
* Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)
|
|
187
|
+
*/
|
|
188
|
+
readonly spotMaxPrice: pulumi.Output<number | undefined>;
|
|
189
|
+
/**
|
|
190
|
+
* The tags to be persisted on the agent pool virtual machine scale set.
|
|
191
|
+
*/
|
|
192
|
+
readonly tags: pulumi.Output<{
|
|
193
|
+
[key: string]: string;
|
|
194
|
+
} | undefined>;
|
|
195
|
+
/**
|
|
196
|
+
* Resource type
|
|
197
|
+
*/
|
|
198
|
+
readonly type: pulumi.Output<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Settings for upgrading the agentpool
|
|
201
|
+
*/
|
|
202
|
+
readonly upgradeSettings: pulumi.Output<outputs.containerservice.v20230602preview.AgentPoolUpgradeSettingsResponse | undefined>;
|
|
203
|
+
/**
|
|
204
|
+
* VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions
|
|
205
|
+
*/
|
|
206
|
+
readonly vmSize: pulumi.Output<string | undefined>;
|
|
207
|
+
/**
|
|
208
|
+
* If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}
|
|
209
|
+
*/
|
|
210
|
+
readonly vnetSubnetID: pulumi.Output<string | undefined>;
|
|
211
|
+
/**
|
|
212
|
+
* The Windows agent pool's specific profile.
|
|
213
|
+
*/
|
|
214
|
+
readonly windowsProfile: pulumi.Output<outputs.containerservice.v20230602preview.AgentPoolWindowsProfileResponse | undefined>;
|
|
215
|
+
/**
|
|
216
|
+
* Determines the type of workload a node can run.
|
|
217
|
+
*/
|
|
218
|
+
readonly workloadRuntime: pulumi.Output<string | undefined>;
|
|
219
|
+
/**
|
|
220
|
+
* Create a AgentPool resource with the given unique name, arguments, and options.
|
|
221
|
+
*
|
|
222
|
+
* @param name The _unique_ name of the resource.
|
|
223
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
224
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
225
|
+
*/
|
|
226
|
+
constructor(name: string, args: AgentPoolArgs, opts?: pulumi.CustomResourceOptions);
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* The set of arguments for constructing a AgentPool resource.
|
|
230
|
+
*/
|
|
231
|
+
export interface AgentPoolArgs {
|
|
232
|
+
/**
|
|
233
|
+
* The name of the agent pool.
|
|
234
|
+
*/
|
|
235
|
+
agentPoolName?: pulumi.Input<string>;
|
|
236
|
+
/**
|
|
237
|
+
* The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'.
|
|
238
|
+
*/
|
|
239
|
+
availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
240
|
+
/**
|
|
241
|
+
* AKS will associate the specified agent pool with the Capacity Reservation Group.
|
|
242
|
+
*/
|
|
243
|
+
capacityReservationGroupID?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1.
|
|
246
|
+
*/
|
|
247
|
+
count?: pulumi.Input<number>;
|
|
248
|
+
/**
|
|
249
|
+
* CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.
|
|
250
|
+
*/
|
|
251
|
+
creationData?: pulumi.Input<inputs.containerservice.v20230602preview.CreationDataArgs>;
|
|
252
|
+
/**
|
|
253
|
+
* Whether to enable auto-scaler
|
|
254
|
+
*/
|
|
255
|
+
enableAutoScaling?: pulumi.Input<boolean>;
|
|
256
|
+
/**
|
|
257
|
+
* When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false.
|
|
258
|
+
*/
|
|
259
|
+
enableCustomCATrust?: pulumi.Input<boolean>;
|
|
260
|
+
/**
|
|
261
|
+
* This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption
|
|
262
|
+
*/
|
|
263
|
+
enableEncryptionAtHost?: pulumi.Input<boolean>;
|
|
264
|
+
/**
|
|
265
|
+
* See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details.
|
|
266
|
+
*/
|
|
267
|
+
enableFIPS?: pulumi.Input<boolean>;
|
|
268
|
+
/**
|
|
269
|
+
* Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false.
|
|
270
|
+
*/
|
|
271
|
+
enableNodePublicIP?: pulumi.Input<boolean>;
|
|
272
|
+
/**
|
|
273
|
+
* Whether to enable UltraSSD
|
|
274
|
+
*/
|
|
275
|
+
enableUltraSSD?: pulumi.Input<boolean>;
|
|
276
|
+
/**
|
|
277
|
+
* GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
|
|
278
|
+
*/
|
|
279
|
+
gpuInstanceProfile?: pulumi.Input<string | enums.containerservice.v20230602preview.GPUInstanceProfile>;
|
|
280
|
+
/**
|
|
281
|
+
* This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts).
|
|
282
|
+
*/
|
|
283
|
+
hostGroupID?: pulumi.Input<string>;
|
|
284
|
+
/**
|
|
285
|
+
* The Kubelet configuration on the agent pool nodes.
|
|
286
|
+
*/
|
|
287
|
+
kubeletConfig?: pulumi.Input<inputs.containerservice.v20230602preview.KubeletConfigArgs>;
|
|
288
|
+
/**
|
|
289
|
+
* Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
|
|
290
|
+
*/
|
|
291
|
+
kubeletDiskType?: pulumi.Input<string | enums.containerservice.v20230602preview.KubeletDiskType>;
|
|
292
|
+
/**
|
|
293
|
+
* The OS configuration of Linux agent nodes.
|
|
294
|
+
*/
|
|
295
|
+
linuxOSConfig?: pulumi.Input<inputs.containerservice.v20230602preview.LinuxOSConfigArgs>;
|
|
296
|
+
/**
|
|
297
|
+
* The maximum number of nodes for auto-scaling
|
|
298
|
+
*/
|
|
299
|
+
maxCount?: pulumi.Input<number>;
|
|
300
|
+
/**
|
|
301
|
+
* The maximum number of pods that can run on a node.
|
|
302
|
+
*/
|
|
303
|
+
maxPods?: pulumi.Input<number>;
|
|
304
|
+
/**
|
|
305
|
+
* A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script).
|
|
306
|
+
*/
|
|
307
|
+
messageOfTheDay?: pulumi.Input<string>;
|
|
308
|
+
/**
|
|
309
|
+
* The minimum number of nodes for auto-scaling
|
|
310
|
+
*/
|
|
311
|
+
minCount?: pulumi.Input<number>;
|
|
312
|
+
/**
|
|
313
|
+
* A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools
|
|
314
|
+
*/
|
|
315
|
+
mode?: pulumi.Input<string | enums.containerservice.v20230602preview.AgentPoolMode>;
|
|
316
|
+
/**
|
|
317
|
+
* Network-related settings of an agent pool.
|
|
318
|
+
*/
|
|
319
|
+
networkProfile?: pulumi.Input<inputs.containerservice.v20230602preview.AgentPoolNetworkProfileArgs>;
|
|
320
|
+
/**
|
|
321
|
+
* The node labels to be persisted across all nodes in agent pool.
|
|
322
|
+
*/
|
|
323
|
+
nodeLabels?: pulumi.Input<{
|
|
324
|
+
[key: string]: pulumi.Input<string>;
|
|
325
|
+
}>;
|
|
326
|
+
/**
|
|
327
|
+
* This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}
|
|
328
|
+
*/
|
|
329
|
+
nodePublicIPPrefixID?: pulumi.Input<string>;
|
|
330
|
+
/**
|
|
331
|
+
* The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
|
|
332
|
+
*/
|
|
333
|
+
nodeTaints?: pulumi.Input<pulumi.Input<string>[]>;
|
|
334
|
+
/**
|
|
335
|
+
* Both patch version <major.minor.patch> and <major.minor> are supported. When <major.minor> is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same <major.minor> once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool).
|
|
336
|
+
*/
|
|
337
|
+
orchestratorVersion?: pulumi.Input<string>;
|
|
338
|
+
/**
|
|
339
|
+
* OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
|
|
340
|
+
*/
|
|
341
|
+
osDiskSizeGB?: pulumi.Input<number>;
|
|
342
|
+
/**
|
|
343
|
+
* The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).
|
|
344
|
+
*/
|
|
345
|
+
osDiskType?: pulumi.Input<string | enums.containerservice.v20230602preview.OSDiskType>;
|
|
346
|
+
/**
|
|
347
|
+
* Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated.
|
|
348
|
+
*/
|
|
349
|
+
osSKU?: pulumi.Input<string | enums.containerservice.v20230602preview.OSSKU>;
|
|
350
|
+
/**
|
|
351
|
+
* The operating system type. The default is Linux.
|
|
352
|
+
*/
|
|
353
|
+
osType?: pulumi.Input<string | enums.containerservice.v20230602preview.OSType>;
|
|
354
|
+
/**
|
|
355
|
+
* If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}
|
|
356
|
+
*/
|
|
357
|
+
podSubnetID?: pulumi.Input<string>;
|
|
358
|
+
/**
|
|
359
|
+
* When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded
|
|
360
|
+
*/
|
|
361
|
+
powerState?: pulumi.Input<inputs.containerservice.v20230602preview.PowerStateArgs>;
|
|
362
|
+
/**
|
|
363
|
+
* The ID for Proximity Placement Group.
|
|
364
|
+
*/
|
|
365
|
+
proximityPlacementGroupID?: pulumi.Input<string>;
|
|
366
|
+
/**
|
|
367
|
+
* The name of the resource group. The name is case insensitive.
|
|
368
|
+
*/
|
|
369
|
+
resourceGroupName: pulumi.Input<string>;
|
|
370
|
+
/**
|
|
371
|
+
* The name of the managed cluster resource.
|
|
372
|
+
*/
|
|
373
|
+
resourceName: pulumi.Input<string>;
|
|
374
|
+
/**
|
|
375
|
+
* This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.
|
|
376
|
+
*/
|
|
377
|
+
scaleDownMode?: pulumi.Input<string | enums.containerservice.v20230602preview.ScaleDownMode>;
|
|
378
|
+
/**
|
|
379
|
+
* This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'.
|
|
380
|
+
*/
|
|
381
|
+
scaleSetEvictionPolicy?: pulumi.Input<string | enums.containerservice.v20230602preview.ScaleSetEvictionPolicy>;
|
|
382
|
+
/**
|
|
383
|
+
* The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.
|
|
384
|
+
*/
|
|
385
|
+
scaleSetPriority?: pulumi.Input<string | enums.containerservice.v20230602preview.ScaleSetPriority>;
|
|
386
|
+
/**
|
|
387
|
+
* The security settings of an agent pool.
|
|
388
|
+
*/
|
|
389
|
+
securityProfile?: pulumi.Input<inputs.containerservice.v20230602preview.AgentPoolSecurityProfileArgs>;
|
|
390
|
+
/**
|
|
391
|
+
* Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)
|
|
392
|
+
*/
|
|
393
|
+
spotMaxPrice?: pulumi.Input<number>;
|
|
394
|
+
/**
|
|
395
|
+
* The tags to be persisted on the agent pool virtual machine scale set.
|
|
396
|
+
*/
|
|
397
|
+
tags?: pulumi.Input<{
|
|
398
|
+
[key: string]: pulumi.Input<string>;
|
|
399
|
+
}>;
|
|
400
|
+
/**
|
|
401
|
+
* The type of Agent Pool.
|
|
402
|
+
*/
|
|
403
|
+
type?: pulumi.Input<string | enums.containerservice.v20230602preview.AgentPoolType>;
|
|
404
|
+
/**
|
|
405
|
+
* Settings for upgrading the agentpool
|
|
406
|
+
*/
|
|
407
|
+
upgradeSettings?: pulumi.Input<inputs.containerservice.v20230602preview.AgentPoolUpgradeSettingsArgs>;
|
|
408
|
+
/**
|
|
409
|
+
* VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions
|
|
410
|
+
*/
|
|
411
|
+
vmSize?: pulumi.Input<string>;
|
|
412
|
+
/**
|
|
413
|
+
* If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}
|
|
414
|
+
*/
|
|
415
|
+
vnetSubnetID?: pulumi.Input<string>;
|
|
416
|
+
/**
|
|
417
|
+
* The Windows agent pool's specific profile.
|
|
418
|
+
*/
|
|
419
|
+
windowsProfile?: pulumi.Input<inputs.containerservice.v20230602preview.AgentPoolWindowsProfileArgs>;
|
|
420
|
+
/**
|
|
421
|
+
* Determines the type of workload a node can run.
|
|
422
|
+
*/
|
|
423
|
+
workloadRuntime?: pulumi.Input<string | enums.containerservice.v20230602preview.WorkloadRuntime>;
|
|
424
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AgentPool = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Agent Pool.
|
|
10
|
+
*/
|
|
11
|
+
class AgentPool extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing AgentPool resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new AgentPool(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of AgentPool. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === AgentPool.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a AgentPool resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.resourceName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceName'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["agentPoolName"] = args ? args.agentPoolName : undefined;
|
|
51
|
+
resourceInputs["availabilityZones"] = args ? args.availabilityZones : undefined;
|
|
52
|
+
resourceInputs["capacityReservationGroupID"] = args ? args.capacityReservationGroupID : undefined;
|
|
53
|
+
resourceInputs["count"] = args ? args.count : undefined;
|
|
54
|
+
resourceInputs["creationData"] = args ? args.creationData : undefined;
|
|
55
|
+
resourceInputs["enableAutoScaling"] = args ? args.enableAutoScaling : undefined;
|
|
56
|
+
resourceInputs["enableCustomCATrust"] = args ? args.enableCustomCATrust : undefined;
|
|
57
|
+
resourceInputs["enableEncryptionAtHost"] = args ? args.enableEncryptionAtHost : undefined;
|
|
58
|
+
resourceInputs["enableFIPS"] = args ? args.enableFIPS : undefined;
|
|
59
|
+
resourceInputs["enableNodePublicIP"] = args ? args.enableNodePublicIP : undefined;
|
|
60
|
+
resourceInputs["enableUltraSSD"] = args ? args.enableUltraSSD : undefined;
|
|
61
|
+
resourceInputs["gpuInstanceProfile"] = args ? args.gpuInstanceProfile : undefined;
|
|
62
|
+
resourceInputs["hostGroupID"] = args ? args.hostGroupID : undefined;
|
|
63
|
+
resourceInputs["kubeletConfig"] = args ? args.kubeletConfig : undefined;
|
|
64
|
+
resourceInputs["kubeletDiskType"] = args ? args.kubeletDiskType : undefined;
|
|
65
|
+
resourceInputs["linuxOSConfig"] = args ? args.linuxOSConfig : undefined;
|
|
66
|
+
resourceInputs["maxCount"] = args ? args.maxCount : undefined;
|
|
67
|
+
resourceInputs["maxPods"] = args ? args.maxPods : undefined;
|
|
68
|
+
resourceInputs["messageOfTheDay"] = args ? args.messageOfTheDay : undefined;
|
|
69
|
+
resourceInputs["minCount"] = args ? args.minCount : undefined;
|
|
70
|
+
resourceInputs["mode"] = args ? args.mode : undefined;
|
|
71
|
+
resourceInputs["networkProfile"] = args ? args.networkProfile : undefined;
|
|
72
|
+
resourceInputs["nodeLabels"] = args ? args.nodeLabels : undefined;
|
|
73
|
+
resourceInputs["nodePublicIPPrefixID"] = args ? args.nodePublicIPPrefixID : undefined;
|
|
74
|
+
resourceInputs["nodeTaints"] = args ? args.nodeTaints : undefined;
|
|
75
|
+
resourceInputs["orchestratorVersion"] = args ? args.orchestratorVersion : undefined;
|
|
76
|
+
resourceInputs["osDiskSizeGB"] = args ? args.osDiskSizeGB : undefined;
|
|
77
|
+
resourceInputs["osDiskType"] = args ? args.osDiskType : undefined;
|
|
78
|
+
resourceInputs["osSKU"] = args ? args.osSKU : undefined;
|
|
79
|
+
resourceInputs["osType"] = args ? args.osType : undefined;
|
|
80
|
+
resourceInputs["podSubnetID"] = args ? args.podSubnetID : undefined;
|
|
81
|
+
resourceInputs["powerState"] = args ? args.powerState : undefined;
|
|
82
|
+
resourceInputs["proximityPlacementGroupID"] = args ? args.proximityPlacementGroupID : undefined;
|
|
83
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
84
|
+
resourceInputs["resourceName"] = args ? args.resourceName : undefined;
|
|
85
|
+
resourceInputs["scaleDownMode"] = args ? args.scaleDownMode : undefined;
|
|
86
|
+
resourceInputs["scaleSetEvictionPolicy"] = args ? args.scaleSetEvictionPolicy : undefined;
|
|
87
|
+
resourceInputs["scaleSetPriority"] = args ? args.scaleSetPriority : undefined;
|
|
88
|
+
resourceInputs["securityProfile"] = args ? args.securityProfile : undefined;
|
|
89
|
+
resourceInputs["spotMaxPrice"] = args ? args.spotMaxPrice : undefined;
|
|
90
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
91
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
92
|
+
resourceInputs["upgradeSettings"] = args ? args.upgradeSettings : undefined;
|
|
93
|
+
resourceInputs["vmSize"] = args ? args.vmSize : undefined;
|
|
94
|
+
resourceInputs["vnetSubnetID"] = args ? args.vnetSubnetID : undefined;
|
|
95
|
+
resourceInputs["windowsProfile"] = args ? args.windowsProfile : undefined;
|
|
96
|
+
resourceInputs["workloadRuntime"] = args ? args.workloadRuntime : undefined;
|
|
97
|
+
resourceInputs["currentOrchestratorVersion"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["nodeImageVersion"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
resourceInputs["availabilityZones"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["capacityReservationGroupID"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["count"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["creationData"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["currentOrchestratorVersion"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["enableAutoScaling"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["enableCustomCATrust"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["enableEncryptionAtHost"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["enableFIPS"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["enableNodePublicIP"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["enableUltraSSD"] = undefined /*out*/;
|
|
114
|
+
resourceInputs["gpuInstanceProfile"] = undefined /*out*/;
|
|
115
|
+
resourceInputs["hostGroupID"] = undefined /*out*/;
|
|
116
|
+
resourceInputs["kubeletConfig"] = undefined /*out*/;
|
|
117
|
+
resourceInputs["kubeletDiskType"] = undefined /*out*/;
|
|
118
|
+
resourceInputs["linuxOSConfig"] = undefined /*out*/;
|
|
119
|
+
resourceInputs["maxCount"] = undefined /*out*/;
|
|
120
|
+
resourceInputs["maxPods"] = undefined /*out*/;
|
|
121
|
+
resourceInputs["messageOfTheDay"] = undefined /*out*/;
|
|
122
|
+
resourceInputs["minCount"] = undefined /*out*/;
|
|
123
|
+
resourceInputs["mode"] = undefined /*out*/;
|
|
124
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
125
|
+
resourceInputs["networkProfile"] = undefined /*out*/;
|
|
126
|
+
resourceInputs["nodeImageVersion"] = undefined /*out*/;
|
|
127
|
+
resourceInputs["nodeLabels"] = undefined /*out*/;
|
|
128
|
+
resourceInputs["nodePublicIPPrefixID"] = undefined /*out*/;
|
|
129
|
+
resourceInputs["nodeTaints"] = undefined /*out*/;
|
|
130
|
+
resourceInputs["orchestratorVersion"] = undefined /*out*/;
|
|
131
|
+
resourceInputs["osDiskSizeGB"] = undefined /*out*/;
|
|
132
|
+
resourceInputs["osDiskType"] = undefined /*out*/;
|
|
133
|
+
resourceInputs["osSKU"] = undefined /*out*/;
|
|
134
|
+
resourceInputs["osType"] = undefined /*out*/;
|
|
135
|
+
resourceInputs["podSubnetID"] = undefined /*out*/;
|
|
136
|
+
resourceInputs["powerState"] = undefined /*out*/;
|
|
137
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
138
|
+
resourceInputs["proximityPlacementGroupID"] = undefined /*out*/;
|
|
139
|
+
resourceInputs["scaleDownMode"] = undefined /*out*/;
|
|
140
|
+
resourceInputs["scaleSetEvictionPolicy"] = undefined /*out*/;
|
|
141
|
+
resourceInputs["scaleSetPriority"] = undefined /*out*/;
|
|
142
|
+
resourceInputs["securityProfile"] = undefined /*out*/;
|
|
143
|
+
resourceInputs["spotMaxPrice"] = undefined /*out*/;
|
|
144
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
145
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
146
|
+
resourceInputs["upgradeSettings"] = undefined /*out*/;
|
|
147
|
+
resourceInputs["vmSize"] = undefined /*out*/;
|
|
148
|
+
resourceInputs["vnetSubnetID"] = undefined /*out*/;
|
|
149
|
+
resourceInputs["windowsProfile"] = undefined /*out*/;
|
|
150
|
+
resourceInputs["workloadRuntime"] = undefined /*out*/;
|
|
151
|
+
}
|
|
152
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
153
|
+
const aliasOpts = { aliases: [{ type: "azure-native:containerservice:AgentPool" }, { type: "azure-native:containerservice/v20190201:AgentPool" }, { type: "azure-native:containerservice/v20190401:AgentPool" }, { type: "azure-native:containerservice/v20190601:AgentPool" }, { type: "azure-native:containerservice/v20190801:AgentPool" }, { type: "azure-native:containerservice/v20191001:AgentPool" }, { type: "azure-native:containerservice/v20191101:AgentPool" }, { type: "azure-native:containerservice/v20200101:AgentPool" }, { type: "azure-native:containerservice/v20200201:AgentPool" }, { type: "azure-native:containerservice/v20200301:AgentPool" }, { type: "azure-native:containerservice/v20200401:AgentPool" }, { type: "azure-native:containerservice/v20200601:AgentPool" }, { type: "azure-native:containerservice/v20200701:AgentPool" }, { type: "azure-native:containerservice/v20200901:AgentPool" }, { type: "azure-native:containerservice/v20201101:AgentPool" }, { type: "azure-native:containerservice/v20201201:AgentPool" }, { type: "azure-native:containerservice/v20210201:AgentPool" }, { type: "azure-native:containerservice/v20210301:AgentPool" }, { type: "azure-native:containerservice/v20210501:AgentPool" }, { type: "azure-native:containerservice/v20210701:AgentPool" }, { type: "azure-native:containerservice/v20210801:AgentPool" }, { type: "azure-native:containerservice/v20210901:AgentPool" }, { type: "azure-native:containerservice/v20211001:AgentPool" }, { type: "azure-native:containerservice/v20211101preview:AgentPool" }, { type: "azure-native:containerservice/v20220101:AgentPool" }, { type: "azure-native:containerservice/v20220102preview:AgentPool" }, { type: "azure-native:containerservice/v20220201:AgentPool" }, { type: "azure-native:containerservice/v20220202preview:AgentPool" }, { type: "azure-native:containerservice/v20220301:AgentPool" }, { type: "azure-native:containerservice/v20220302preview:AgentPool" }, { type: "azure-native:containerservice/v20220401:AgentPool" }, { type: "azure-native:containerservice/v20220402preview:AgentPool" }, { type: "azure-native:containerservice/v20220502preview:AgentPool" }, { type: "azure-native:containerservice/v20220601:AgentPool" }, { type: "azure-native:containerservice/v20220602preview:AgentPool" }, { type: "azure-native:containerservice/v20220701:AgentPool" }, { type: "azure-native:containerservice/v20220702preview:AgentPool" }, { type: "azure-native:containerservice/v20220802preview:AgentPool" }, { type: "azure-native:containerservice/v20220803preview:AgentPool" }, { type: "azure-native:containerservice/v20220901:AgentPool" }, { type: "azure-native:containerservice/v20220902preview:AgentPool" }, { type: "azure-native:containerservice/v20221002preview:AgentPool" }, { type: "azure-native:containerservice/v20221101:AgentPool" }, { type: "azure-native:containerservice/v20221102preview:AgentPool" }, { type: "azure-native:containerservice/v20230101:AgentPool" }, { type: "azure-native:containerservice/v20230102preview:AgentPool" }, { type: "azure-native:containerservice/v20230201:AgentPool" }, { type: "azure-native:containerservice/v20230202preview:AgentPool" }, { type: "azure-native:containerservice/v20230301:AgentPool" }, { type: "azure-native:containerservice/v20230302preview:AgentPool" }, { type: "azure-native:containerservice/v20230401:AgentPool" }, { type: "azure-native:containerservice/v20230402preview:AgentPool" }, { type: "azure-native:containerservice/v20230501:AgentPool" }, { type: "azure-native:containerservice/v20230502preview:AgentPool" }, { type: "azure-native:containerservice/v20230601:AgentPool" }] };
|
|
154
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
155
|
+
super(AgentPool.__pulumiType, name, resourceInputs, opts);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
exports.AgentPool = AgentPool;
|
|
159
|
+
/** @internal */
|
|
160
|
+
AgentPool.__pulumiType = 'azure-native:containerservice/v20230602preview:AgentPool';
|
|
161
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWdlbnRQb29sLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29udGFpbmVyc2VydmljZS92MjAyMzA2MDJwcmV2aWV3L2FnZW50UG9vbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLFNBQVUsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNoRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksU0FBUyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3RFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxTQUFTLENBQUMsWUFBWSxDQUFDO0lBQzFELENBQUM7SUFtTUQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBbUIsRUFBRSxJQUFtQztRQUM5RSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELElB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RCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLHlDQUF5QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwwREFBMEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMERBQTBELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDBEQUEwRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwwREFBMEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMERBQTBELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwwREFBMEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMERBQTBELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDBEQUEwRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMERBQTBELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwwREFBMEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMERBQTBELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwwREFBMEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMERBQTBELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDBEQUEwRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwwREFBMEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMERBQTBELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtREFBbUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDBEQUEwRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsbURBQW1ELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwwREFBMEQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1EQUFtRCxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQzdoSCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUM5RCxDQUFDOztBQXRWTCw4QkF1VkM7QUExVUcsZ0JBQWdCO0FBQ08sc0JBQVksR0FBRywwREFBMEQsQ0FBQyJ9
|