@pulumi/azure-native 3.2.0 → 3.3.0-alpha.1745856299
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/advisor/assessment.d.ts +2 -0
- package/advisor/assessment.js +4 -2
- package/advisor/getAssessment.d.ts +4 -0
- package/advisor/getAssessment.js +5 -1
- package/advisor/getSuppression.d.ts +2 -2
- package/advisor/getSuppression.js +2 -2
- package/advisor/suppression.d.ts +1 -1
- package/advisor/suppression.js +3 -3
- package/containerregistry/cacheRule.d.ts +1 -1
- package/containerregistry/cacheRule.js +3 -3
- package/containerregistry/connectedRegistry.d.ts +1 -1
- package/containerregistry/connectedRegistry.js +3 -3
- package/containerregistry/credentialSet.d.ts +1 -1
- package/containerregistry/credentialSet.js +3 -3
- package/containerregistry/getCacheRule.d.ts +2 -2
- package/containerregistry/getCacheRule.js +2 -2
- package/containerregistry/getConnectedRegistry.d.ts +2 -2
- package/containerregistry/getConnectedRegistry.js +2 -2
- package/containerregistry/getCredentialSet.d.ts +2 -2
- package/containerregistry/getCredentialSet.js +2 -2
- package/containerregistry/getPrivateEndpointConnection.d.ts +2 -2
- package/containerregistry/getPrivateEndpointConnection.js +2 -2
- package/containerregistry/getRegistry.d.ts +2 -2
- package/containerregistry/getRegistry.js +2 -2
- package/containerregistry/getReplication.d.ts +2 -2
- package/containerregistry/getReplication.js +2 -2
- package/containerregistry/getScopeMap.d.ts +2 -2
- package/containerregistry/getScopeMap.js +2 -2
- package/containerregistry/getToken.d.ts +2 -2
- package/containerregistry/getToken.js +2 -2
- package/containerregistry/getWebhook.d.ts +2 -2
- package/containerregistry/getWebhook.js +2 -2
- package/containerregistry/getWebhookCallbackConfig.d.ts +2 -2
- package/containerregistry/getWebhookCallbackConfig.js +2 -2
- package/containerregistry/listRegistryCredentials.d.ts +2 -2
- package/containerregistry/listRegistryCredentials.js +2 -2
- package/containerregistry/listWebhookEvents.d.ts +2 -2
- package/containerregistry/listWebhookEvents.js +2 -2
- package/containerregistry/privateEndpointConnection.d.ts +1 -1
- package/containerregistry/privateEndpointConnection.js +3 -3
- package/containerregistry/registry.d.ts +1 -1
- package/containerregistry/registry.js +3 -3
- package/containerregistry/replication.d.ts +1 -1
- package/containerregistry/replication.js +3 -3
- package/containerregistry/scopeMap.d.ts +1 -1
- package/containerregistry/scopeMap.js +3 -3
- package/containerregistry/token.d.ts +1 -1
- package/containerregistry/token.js +3 -3
- package/containerregistry/webhook.d.ts +1 -1
- package/containerregistry/webhook.js +3 -3
- package/containerservice/agentPool.d.ts +1 -1
- package/containerservice/agentPool.js +3 -3
- package/containerservice/getAgentPool.d.ts +2 -2
- package/containerservice/getAgentPool.js +2 -2
- package/containerservice/getLoadBalancer.d.ts +2 -2
- package/containerservice/getLoadBalancer.js +2 -2
- package/containerservice/getMaintenanceConfiguration.d.ts +2 -2
- package/containerservice/getMaintenanceConfiguration.js +2 -2
- package/containerservice/getManagedCluster.d.ts +2 -2
- package/containerservice/getManagedCluster.js +2 -2
- package/containerservice/getManagedClusterSnapshot.d.ts +2 -2
- package/containerservice/getManagedClusterSnapshot.js +2 -2
- package/containerservice/getNamespace.d.ts +85 -0
- package/containerservice/getNamespace.js +36 -0
- package/containerservice/getPrivateEndpointConnection.d.ts +2 -2
- package/containerservice/getPrivateEndpointConnection.js +2 -2
- package/containerservice/getSnapshot.d.ts +2 -2
- package/containerservice/getSnapshot.js +2 -2
- package/containerservice/getTrustedAccessRoleBinding.d.ts +2 -2
- package/containerservice/getTrustedAccessRoleBinding.js +2 -2
- package/containerservice/index.d.ts +9 -0
- package/containerservice/index.js +13 -2
- package/containerservice/listManagedClusterAdminCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterAdminCredentials.js +2 -2
- package/containerservice/listManagedClusterMonitoringUserCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterMonitoringUserCredentials.js +2 -2
- package/containerservice/listManagedClusterUserCredentials.d.ts +2 -2
- package/containerservice/listManagedClusterUserCredentials.js +2 -2
- package/containerservice/listNamespaceCredential.d.ts +51 -0
- package/containerservice/listNamespaceCredential.js +36 -0
- package/containerservice/loadBalancer.d.ts +1 -1
- package/containerservice/loadBalancer.js +3 -3
- package/containerservice/maintenanceConfiguration.d.ts +1 -1
- package/containerservice/maintenanceConfiguration.js +3 -3
- package/containerservice/managedCluster.d.ts +1 -1
- package/containerservice/managedCluster.js +3 -3
- package/containerservice/managedClusterSnapshot.d.ts +1 -1
- package/containerservice/managedClusterSnapshot.js +3 -3
- package/containerservice/namespace.d.ts +97 -0
- package/containerservice/namespace.js +84 -0
- package/containerservice/privateEndpointConnection.d.ts +1 -1
- package/containerservice/privateEndpointConnection.js +3 -3
- package/containerservice/snapshot.d.ts +1 -1
- package/containerservice/snapshot.js +3 -3
- package/containerservice/trustedAccessRoleBinding.d.ts +1 -1
- package/containerservice/trustedAccessRoleBinding.js +3 -3
- package/cosmosdb/cassandraCluster.d.ts +1 -1
- package/cosmosdb/cassandraCluster.js +3 -3
- package/cosmosdb/cassandraDataCenter.d.ts +1 -1
- package/cosmosdb/cassandraDataCenter.js +3 -3
- package/cosmosdb/cassandraResourceCassandraKeyspace.d.ts +1 -1
- package/cosmosdb/cassandraResourceCassandraKeyspace.js +3 -3
- package/cosmosdb/cassandraResourceCassandraRoleAssignment.d.ts +92 -0
- package/cosmosdb/cassandraResourceCassandraRoleAssignment.js +83 -0
- package/cosmosdb/cassandraResourceCassandraRoleDefinition.d.ts +98 -0
- package/cosmosdb/cassandraResourceCassandraRoleDefinition.js +82 -0
- package/cosmosdb/cassandraResourceCassandraTable.d.ts +1 -1
- package/cosmosdb/cassandraResourceCassandraTable.js +3 -3
- package/cosmosdb/cassandraResourceCassandraView.d.ts +1 -1
- package/cosmosdb/cassandraResourceCassandraView.js +3 -3
- package/cosmosdb/databaseAccount.d.ts +1 -1
- package/cosmosdb/databaseAccount.js +3 -3
- package/cosmosdb/databaseAccountCassandraKeyspace.js +2 -2
- package/cosmosdb/databaseAccountCassandraTable.js +2 -2
- package/cosmosdb/databaseAccountGremlinDatabase.js +2 -2
- package/cosmosdb/databaseAccountGremlinGraph.js +2 -2
- package/cosmosdb/databaseAccountMongoDBCollection.js +2 -2
- package/cosmosdb/databaseAccountMongoDBDatabase.js +2 -2
- package/cosmosdb/databaseAccountSqlContainer.js +2 -2
- package/cosmosdb/databaseAccountSqlDatabase.js +2 -2
- package/cosmosdb/databaseAccountTable.js +2 -2
- package/cosmosdb/fleet.d.ts +84 -0
- package/cosmosdb/fleet.js +77 -0
- package/cosmosdb/fleetAnalytic.d.ts +85 -0
- package/cosmosdb/fleetAnalytic.js +81 -0
- package/cosmosdb/fleetspace.d.ts +86 -0
- package/cosmosdb/fleetspace.js +81 -0
- package/cosmosdb/fleetspaceAccount.d.ts +88 -0
- package/cosmosdb/fleetspaceAccount.js +85 -0
- package/cosmosdb/getCassandraCluster.d.ts +2 -2
- package/cosmosdb/getCassandraCluster.js +2 -2
- package/cosmosdb/getCassandraDataCenter.d.ts +2 -2
- package/cosmosdb/getCassandraDataCenter.js +2 -2
- package/cosmosdb/getCassandraResourceCassandraKeyspace.d.ts +2 -2
- package/cosmosdb/getCassandraResourceCassandraKeyspace.js +2 -2
- package/cosmosdb/getCassandraResourceCassandraRoleAssignment.d.ts +83 -0
- package/cosmosdb/getCassandraResourceCassandraRoleAssignment.js +36 -0
- package/cosmosdb/getCassandraResourceCassandraRoleDefinition.d.ts +79 -0
- package/cosmosdb/getCassandraResourceCassandraRoleDefinition.js +36 -0
- package/cosmosdb/getCassandraResourceCassandraTable.d.ts +2 -2
- package/cosmosdb/getCassandraResourceCassandraTable.js +2 -2
- package/cosmosdb/getCassandraResourceCassandraView.d.ts +2 -2
- package/cosmosdb/getCassandraResourceCassandraView.js +2 -2
- package/cosmosdb/getDatabaseAccount.d.ts +2 -2
- package/cosmosdb/getDatabaseAccount.js +2 -2
- package/cosmosdb/getFleet.d.ts +73 -0
- package/cosmosdb/getFleet.js +34 -0
- package/cosmosdb/getFleetAnalytic.d.ts +79 -0
- package/cosmosdb/getFleetAnalytic.js +36 -0
- package/cosmosdb/getFleetspace.d.ts +79 -0
- package/cosmosdb/getFleetspace.js +36 -0
- package/cosmosdb/getFleetspaceAccount.d.ts +87 -0
- package/cosmosdb/getFleetspaceAccount.js +38 -0
- package/cosmosdb/getGraphResourceGraph.d.ts +2 -2
- package/cosmosdb/getGraphResourceGraph.js +2 -2
- package/cosmosdb/getGremlinResourceGremlinDatabase.d.ts +2 -2
- package/cosmosdb/getGremlinResourceGremlinDatabase.js +2 -2
- package/cosmosdb/getGremlinResourceGremlinGraph.d.ts +2 -2
- package/cosmosdb/getGremlinResourceGremlinGraph.js +2 -2
- package/cosmosdb/getGremlinResourceGremlinRoleAssignment.d.ts +83 -0
- package/cosmosdb/getGremlinResourceGremlinRoleAssignment.js +36 -0
- package/cosmosdb/getGremlinResourceGremlinRoleDefinition.d.ts +79 -0
- package/cosmosdb/getGremlinResourceGremlinRoleDefinition.js +36 -0
- package/cosmosdb/getMongoDBResourceMongoDBCollection.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoDBCollection.js +2 -2
- package/cosmosdb/getMongoDBResourceMongoDBDatabase.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoDBDatabase.js +2 -2
- package/cosmosdb/getMongoDBResourceMongoRoleDefinition.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoRoleDefinition.js +2 -2
- package/cosmosdb/getMongoDBResourceMongoUserDefinition.d.ts +2 -2
- package/cosmosdb/getMongoDBResourceMongoUserDefinition.js +2 -2
- package/cosmosdb/getMongoMIResourceMongoMIRoleAssignment.d.ts +83 -0
- package/cosmosdb/getMongoMIResourceMongoMIRoleAssignment.js +36 -0
- package/cosmosdb/getMongoMIResourceMongoMIRoleDefinition.d.ts +79 -0
- package/cosmosdb/getMongoMIResourceMongoMIRoleDefinition.js +36 -0
- package/cosmosdb/getNotebookWorkspace.d.ts +2 -2
- package/cosmosdb/getNotebookWorkspace.js +2 -2
- package/cosmosdb/getPrivateEndpointConnection.d.ts +2 -2
- package/cosmosdb/getPrivateEndpointConnection.js +2 -2
- package/cosmosdb/getService.d.ts +2 -2
- package/cosmosdb/getService.js +2 -2
- package/cosmosdb/getSqlResourceSqlContainer.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlContainer.js +2 -2
- package/cosmosdb/getSqlResourceSqlDatabase.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlDatabase.js +2 -2
- package/cosmosdb/getSqlResourceSqlRoleAssignment.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlRoleAssignment.js +2 -2
- package/cosmosdb/getSqlResourceSqlRoleDefinition.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlRoleDefinition.js +2 -2
- package/cosmosdb/getSqlResourceSqlStoredProcedure.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlStoredProcedure.js +2 -2
- package/cosmosdb/getSqlResourceSqlTrigger.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlTrigger.js +2 -2
- package/cosmosdb/getSqlResourceSqlUserDefinedFunction.d.ts +2 -2
- package/cosmosdb/getSqlResourceSqlUserDefinedFunction.js +2 -2
- package/cosmosdb/getTableResourceTable.d.ts +2 -2
- package/cosmosdb/getTableResourceTable.js +2 -2
- package/cosmosdb/getTableResourceTableRoleAssignment.d.ts +4 -0
- package/cosmosdb/getTableResourceTableRoleAssignment.js +5 -1
- package/cosmosdb/getTableResourceTableRoleDefinition.d.ts +4 -0
- package/cosmosdb/getTableResourceTableRoleDefinition.js +5 -1
- package/cosmosdb/getThroughputPool.d.ts +2 -2
- package/cosmosdb/getThroughputPool.js +2 -2
- package/cosmosdb/getThroughputPoolAccount.d.ts +2 -2
- package/cosmosdb/getThroughputPoolAccount.js +2 -2
- package/cosmosdb/graphResourceGraph.d.ts +1 -1
- package/cosmosdb/graphResourceGraph.js +3 -3
- package/cosmosdb/gremlinResourceGremlinDatabase.d.ts +1 -1
- package/cosmosdb/gremlinResourceGremlinDatabase.js +3 -3
- package/cosmosdb/gremlinResourceGremlinGraph.d.ts +1 -1
- package/cosmosdb/gremlinResourceGremlinGraph.js +3 -3
- package/cosmosdb/gremlinResourceGremlinRoleAssignment.d.ts +92 -0
- package/cosmosdb/gremlinResourceGremlinRoleAssignment.js +83 -0
- package/cosmosdb/gremlinResourceGremlinRoleDefinition.d.ts +98 -0
- package/cosmosdb/gremlinResourceGremlinRoleDefinition.js +82 -0
- package/cosmosdb/index.d.ts +60 -0
- package/cosmosdb/index.js +75 -4
- package/cosmosdb/listDatabaseAccountConnectionStrings.d.ts +2 -2
- package/cosmosdb/listDatabaseAccountConnectionStrings.js +2 -2
- package/cosmosdb/listDatabaseAccountKeys.d.ts +2 -2
- package/cosmosdb/listDatabaseAccountKeys.js +2 -2
- package/cosmosdb/listNotebookWorkspaceConnectionInfo.d.ts +2 -2
- package/cosmosdb/listNotebookWorkspaceConnectionInfo.js +2 -2
- package/cosmosdb/mongoDBResourceMongoDBCollection.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoDBCollection.js +3 -3
- package/cosmosdb/mongoDBResourceMongoDBDatabase.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoDBDatabase.js +3 -3
- package/cosmosdb/mongoDBResourceMongoRoleDefinition.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoRoleDefinition.js +3 -3
- package/cosmosdb/mongoDBResourceMongoUserDefinition.d.ts +1 -1
- package/cosmosdb/mongoDBResourceMongoUserDefinition.js +3 -3
- package/cosmosdb/mongoMIResourceMongoMIRoleAssignment.d.ts +92 -0
- package/cosmosdb/mongoMIResourceMongoMIRoleAssignment.js +83 -0
- package/cosmosdb/mongoMIResourceMongoMIRoleDefinition.d.ts +98 -0
- package/cosmosdb/mongoMIResourceMongoMIRoleDefinition.js +82 -0
- package/cosmosdb/notebookWorkspace.d.ts +1 -1
- package/cosmosdb/notebookWorkspace.js +3 -3
- package/cosmosdb/privateEndpointConnection.d.ts +1 -1
- package/cosmosdb/privateEndpointConnection.js +3 -3
- package/cosmosdb/service.d.ts +1 -1
- package/cosmosdb/service.js +3 -3
- package/cosmosdb/sqlResourceSqlContainer.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlContainer.js +3 -3
- package/cosmosdb/sqlResourceSqlDatabase.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlDatabase.js +3 -3
- package/cosmosdb/sqlResourceSqlRoleAssignment.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlRoleAssignment.js +3 -3
- package/cosmosdb/sqlResourceSqlRoleDefinition.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlRoleDefinition.js +3 -3
- package/cosmosdb/sqlResourceSqlStoredProcedure.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlStoredProcedure.js +3 -3
- package/cosmosdb/sqlResourceSqlTrigger.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlTrigger.js +3 -3
- package/cosmosdb/sqlResourceSqlUserDefinedFunction.d.ts +1 -1
- package/cosmosdb/sqlResourceSqlUserDefinedFunction.js +3 -3
- package/cosmosdb/tableResourceTable.d.ts +1 -1
- package/cosmosdb/tableResourceTable.js +3 -3
- package/cosmosdb/tableResourceTableRoleAssignment.d.ts +2 -0
- package/cosmosdb/tableResourceTableRoleAssignment.js +4 -2
- package/cosmosdb/tableResourceTableRoleDefinition.d.ts +2 -0
- package/cosmosdb/tableResourceTableRoleDefinition.js +4 -2
- package/cosmosdb/throughputPool.d.ts +1 -1
- package/cosmosdb/throughputPool.js +3 -3
- package/cosmosdb/throughputPoolAccount.d.ts +1 -1
- package/cosmosdb/throughputPoolAccount.js +3 -3
- package/dbforpostgresql/getServerGroupCluster.d.ts +3 -3
- package/dbforpostgresql/server.js +2 -2
- package/dbforpostgresql/serverGroupCluster.d.ts +6 -6
- package/dbforpostgresql/serverGroupCluster.js +2 -3
- package/devcenter/attachedNetworkByDevCenter.d.ts +1 -1
- package/devcenter/attachedNetworkByDevCenter.js +3 -3
- package/devcenter/catalog.d.ts +1 -1
- package/devcenter/catalog.js +3 -3
- package/devcenter/devBoxDefinition.d.ts +1 -1
- package/devcenter/devBoxDefinition.js +3 -3
- package/devcenter/devCenter.d.ts +1 -1
- package/devcenter/devCenter.js +3 -3
- package/devcenter/encryptionSet.d.ts +1 -1
- package/devcenter/encryptionSet.js +3 -3
- package/devcenter/environmentType.d.ts +1 -1
- package/devcenter/environmentType.js +3 -3
- package/devcenter/gallery.d.ts +1 -1
- package/devcenter/gallery.js +3 -3
- package/devcenter/getAttachedNetworkByDevCenter.d.ts +2 -2
- package/devcenter/getAttachedNetworkByDevCenter.js +2 -2
- package/devcenter/getCatalog.d.ts +2 -2
- package/devcenter/getCatalog.js +2 -2
- package/devcenter/getCatalogSyncErrorDetails.d.ts +2 -2
- package/devcenter/getCatalogSyncErrorDetails.js +2 -2
- package/devcenter/getCustomizationTaskErrorDetails.d.ts +2 -2
- package/devcenter/getCustomizationTaskErrorDetails.js +2 -2
- package/devcenter/getDevBoxDefinition.d.ts +2 -2
- package/devcenter/getDevBoxDefinition.js +2 -2
- package/devcenter/getDevCenter.d.ts +2 -2
- package/devcenter/getDevCenter.js +2 -2
- package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.d.ts +103 -0
- package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.js +40 -0
- package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.d.ts +59 -0
- package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.js +38 -0
- package/devcenter/getEncryptionSet.d.ts +2 -2
- package/devcenter/getEncryptionSet.js +2 -2
- package/devcenter/getEnvironmentDefinitionErrorDetails.d.ts +2 -2
- package/devcenter/getEnvironmentDefinitionErrorDetails.js +2 -2
- package/devcenter/getEnvironmentType.d.ts +2 -2
- package/devcenter/getEnvironmentType.js +2 -2
- package/devcenter/getGallery.d.ts +2 -2
- package/devcenter/getGallery.js +2 -2
- package/devcenter/getNetworkConnection.d.ts +2 -2
- package/devcenter/getNetworkConnection.js +2 -2
- package/devcenter/getPool.d.ts +2 -2
- package/devcenter/getPool.js +2 -2
- package/devcenter/getProject.d.ts +2 -2
- package/devcenter/getProject.js +2 -2
- package/devcenter/getProjectCatalog.d.ts +2 -2
- package/devcenter/getProjectCatalog.js +2 -2
- package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.js +2 -2
- package/devcenter/getProjectCatalogImageDefinitionBuildDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogImageDefinitionBuildDetails.js +2 -2
- package/devcenter/getProjectCatalogImageDefinitionErrorDetails.d.ts +4 -0
- package/devcenter/getProjectCatalogImageDefinitionErrorDetails.js +5 -1
- package/devcenter/getProjectCatalogSyncErrorDetails.d.ts +2 -2
- package/devcenter/getProjectCatalogSyncErrorDetails.js +2 -2
- package/devcenter/getProjectEnvironmentType.d.ts +2 -2
- package/devcenter/getProjectEnvironmentType.js +2 -2
- package/devcenter/getProjectInheritedSettings.d.ts +2 -2
- package/devcenter/getProjectInheritedSettings.js +2 -2
- package/devcenter/getProjectPolicy.d.ts +2 -2
- package/devcenter/getProjectPolicy.js +2 -2
- package/devcenter/getSchedule.d.ts +2 -2
- package/devcenter/getSchedule.js +2 -2
- package/devcenter/index.d.ts +6 -0
- package/devcenter/index.js +9 -3
- package/devcenter/listSkusByProject.d.ts +2 -2
- package/devcenter/listSkusByProject.js +2 -2
- package/devcenter/networkConnection.d.ts +1 -1
- package/devcenter/networkConnection.js +3 -3
- package/devcenter/pool.d.ts +1 -1
- package/devcenter/pool.js +3 -3
- package/devcenter/project.d.ts +1 -1
- package/devcenter/project.js +3 -3
- package/devcenter/projectCatalog.d.ts +1 -1
- package/devcenter/projectCatalog.js +3 -3
- package/devcenter/projectEnvironmentType.d.ts +1 -1
- package/devcenter/projectEnvironmentType.js +3 -3
- package/devcenter/projectPolicy.d.ts +1 -1
- package/devcenter/projectPolicy.js +3 -3
- package/devcenter/schedule.d.ts +1 -1
- package/devcenter/schedule.js +3 -3
- package/frontdoor/getPolicy.d.ts +2 -2
- package/frontdoor/getPolicy.js +2 -2
- package/frontdoor/policy.d.ts +1 -1
- package/frontdoor/policy.js +3 -3
- package/hybridcompute/gateway.d.ts +1 -1
- package/hybridcompute/gateway.js +3 -3
- package/hybridcompute/getGateway.d.ts +2 -2
- package/hybridcompute/getGateway.js +2 -2
- package/hybridcompute/getLicense.d.ts +2 -2
- package/hybridcompute/getLicense.js +2 -2
- package/hybridcompute/getLicenseProfile.d.ts +2 -2
- package/hybridcompute/getLicenseProfile.js +2 -2
- package/hybridcompute/getMachine.d.ts +2 -2
- package/hybridcompute/getMachine.js +2 -2
- package/hybridcompute/getMachineExtension.d.ts +2 -2
- package/hybridcompute/getMachineExtension.js +2 -2
- package/hybridcompute/getMachineRunCommand.d.ts +2 -2
- package/hybridcompute/getMachineRunCommand.js +2 -2
- package/hybridcompute/getPrivateEndpointConnection.d.ts +2 -2
- package/hybridcompute/getPrivateEndpointConnection.js +2 -2
- package/hybridcompute/getPrivateLinkScope.d.ts +2 -2
- package/hybridcompute/getPrivateLinkScope.js +2 -2
- package/hybridcompute/license.d.ts +1 -1
- package/hybridcompute/license.js +3 -3
- package/hybridcompute/licenseProfile.d.ts +1 -1
- package/hybridcompute/licenseProfile.js +3 -3
- package/hybridcompute/machine.d.ts +1 -1
- package/hybridcompute/machine.js +3 -3
- package/hybridcompute/machineExtension.d.ts +1 -1
- package/hybridcompute/machineExtension.js +3 -3
- package/hybridcompute/machineRunCommand.d.ts +1 -1
- package/hybridcompute/machineRunCommand.js +3 -3
- package/hybridcompute/privateEndpointConnection.d.ts +1 -1
- package/hybridcompute/privateEndpointConnection.js +3 -3
- package/hybridcompute/privateLinkScope.d.ts +1 -1
- package/hybridcompute/privateLinkScope.js +3 -3
- package/index.d.ts +2 -1
- package/index.js +6 -3
- package/monitor/azureMonitorWorkspace.d.ts +17 -12
- package/monitor/azureMonitorWorkspace.js +5 -5
- package/monitor/getAzureMonitorWorkspace.d.ts +18 -18
- package/monitor/getAzureMonitorWorkspace.js +6 -6
- package/networkcloud/agentPool.d.ts +1 -1
- package/networkcloud/agentPool.js +1 -1
- package/networkcloud/bareMetalMachine.d.ts +1 -1
- package/networkcloud/bareMetalMachine.js +1 -1
- package/networkcloud/bareMetalMachineKeySet.d.ts +1 -1
- package/networkcloud/bareMetalMachineKeySet.js +1 -1
- package/networkcloud/bmcKeySet.d.ts +1 -1
- package/networkcloud/bmcKeySet.js +1 -1
- package/networkcloud/cloudServicesNetwork.d.ts +1 -1
- package/networkcloud/cloudServicesNetwork.js +1 -1
- package/networkcloud/cluster.d.ts +1 -1
- package/networkcloud/cluster.js +1 -1
- package/networkcloud/clusterManager.d.ts +1 -1
- package/networkcloud/clusterManager.js +1 -1
- package/networkcloud/console.d.ts +1 -1
- package/networkcloud/console.js +1 -1
- package/networkcloud/getAgentPool.d.ts +2 -2
- package/networkcloud/getAgentPool.js +2 -2
- package/networkcloud/getBareMetalMachine.d.ts +2 -2
- package/networkcloud/getBareMetalMachine.js +2 -2
- package/networkcloud/getBareMetalMachineKeySet.d.ts +2 -2
- package/networkcloud/getBareMetalMachineKeySet.js +2 -2
- package/networkcloud/getBmcKeySet.d.ts +2 -2
- package/networkcloud/getBmcKeySet.js +2 -2
- package/networkcloud/getCloudServicesNetwork.d.ts +2 -2
- package/networkcloud/getCloudServicesNetwork.js +2 -2
- package/networkcloud/getCluster.d.ts +2 -2
- package/networkcloud/getCluster.js +2 -2
- package/networkcloud/getClusterManager.d.ts +2 -2
- package/networkcloud/getClusterManager.js +2 -2
- package/networkcloud/getConsole.d.ts +2 -2
- package/networkcloud/getConsole.js +2 -2
- package/networkcloud/getKubernetesCluster.d.ts +2 -2
- package/networkcloud/getKubernetesCluster.js +2 -2
- package/networkcloud/getKubernetesClusterFeature.d.ts +2 -2
- package/networkcloud/getKubernetesClusterFeature.js +2 -2
- package/networkcloud/getL2Network.d.ts +2 -2
- package/networkcloud/getL2Network.js +2 -2
- package/networkcloud/getL3Network.d.ts +2 -2
- package/networkcloud/getL3Network.js +2 -2
- package/networkcloud/getMetricsConfiguration.d.ts +2 -2
- package/networkcloud/getMetricsConfiguration.js +2 -2
- package/networkcloud/getRack.d.ts +2 -2
- package/networkcloud/getRack.js +2 -2
- package/networkcloud/getStorageAppliance.d.ts +2 -2
- package/networkcloud/getStorageAppliance.js +2 -2
- package/networkcloud/getTrunkedNetwork.d.ts +2 -2
- package/networkcloud/getTrunkedNetwork.js +2 -2
- package/networkcloud/getVirtualMachine.d.ts +2 -2
- package/networkcloud/getVirtualMachine.js +2 -2
- package/networkcloud/getVolume.d.ts +2 -2
- package/networkcloud/getVolume.js +2 -2
- package/networkcloud/kubernetesCluster.d.ts +1 -1
- package/networkcloud/kubernetesCluster.js +1 -1
- package/networkcloud/kubernetesClusterFeature.d.ts +1 -1
- package/networkcloud/kubernetesClusterFeature.js +1 -1
- package/networkcloud/l2network.d.ts +1 -1
- package/networkcloud/l2network.js +1 -1
- package/networkcloud/l3network.d.ts +1 -1
- package/networkcloud/l3network.js +1 -1
- package/networkcloud/metricsConfiguration.d.ts +1 -1
- package/networkcloud/metricsConfiguration.js +1 -1
- package/networkcloud/rack.d.ts +1 -1
- package/networkcloud/rack.js +1 -1
- package/networkcloud/storageAppliance.d.ts +1 -1
- package/networkcloud/storageAppliance.js +1 -1
- package/networkcloud/trunkedNetwork.d.ts +1 -1
- package/networkcloud/trunkedNetwork.js +1 -1
- package/networkcloud/virtualMachine.d.ts +1 -1
- package/networkcloud/virtualMachine.js +1 -1
- package/networkcloud/volume.d.ts +1 -1
- package/networkcloud/volume.js +1 -1
- package/onlineexperimentation/getOnlineExperimentWorkspace.d.ts +81 -0
- package/onlineexperimentation/getOnlineExperimentWorkspace.js +34 -0
- package/onlineexperimentation/index.d.ts +7 -0
- package/onlineexperimentation/index.js +41 -0
- package/onlineexperimentation/onlineExperimentWorkspace.d.ts +105 -0
- package/onlineexperimentation/onlineExperimentWorkspace.js +81 -0
- package/package.json +2 -2
- package/recoveryservices/getPrivateEndpointConnection.d.ts +2 -2
- package/recoveryservices/getPrivateEndpointConnection.js +2 -2
- package/recoveryservices/getProtectedItem.d.ts +2 -2
- package/recoveryservices/getProtectedItem.js +2 -2
- package/recoveryservices/getProtectionContainer.d.ts +2 -2
- package/recoveryservices/getProtectionContainer.js +2 -2
- package/recoveryservices/getProtectionIntent.d.ts +2 -2
- package/recoveryservices/getProtectionIntent.js +2 -2
- package/recoveryservices/getProtectionPolicy.d.ts +2 -2
- package/recoveryservices/getProtectionPolicy.js +2 -2
- package/recoveryservices/getResourceGuardProxy.d.ts +2 -2
- package/recoveryservices/getResourceGuardProxy.js +2 -2
- package/recoveryservices/privateEndpointConnection.d.ts +1 -1
- package/recoveryservices/privateEndpointConnection.js +3 -3
- package/recoveryservices/protectedItem.d.ts +1 -1
- package/recoveryservices/protectedItem.js +3 -3
- package/recoveryservices/protectionContainer.d.ts +1 -1
- package/recoveryservices/protectionContainer.js +3 -3
- package/recoveryservices/protectionIntent.d.ts +1 -1
- package/recoveryservices/protectionIntent.js +3 -3
- package/recoveryservices/protectionPolicy.d.ts +1 -1
- package/recoveryservices/protectionPolicy.js +3 -3
- package/recoveryservices/resourceGuardProxy.d.ts +1 -1
- package/recoveryservices/resourceGuardProxy.js +3 -3
- package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.d.ts +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.js +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.d.ts +2 -2
- package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.js +2 -2
- package/resources/deployment.d.ts +1 -1
- package/resources/deployment.js +3 -3
- package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
- package/resources/deploymentAtManagementGroupScope.js +3 -3
- package/resources/deploymentAtScope.d.ts +1 -1
- package/resources/deploymentAtScope.js +3 -3
- package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
- package/resources/deploymentAtSubscriptionScope.js +3 -3
- package/resources/deploymentAtTenantScope.d.ts +1 -1
- package/resources/deploymentAtTenantScope.js +3 -3
- package/resources/getDeployment.d.ts +2 -2
- package/resources/getDeployment.js +2 -2
- package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
- package/resources/getDeploymentAtManagementGroupScope.js +2 -2
- package/resources/getDeploymentAtScope.d.ts +2 -2
- package/resources/getDeploymentAtScope.js +2 -2
- package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
- package/resources/getDeploymentAtSubscriptionScope.js +2 -2
- package/resources/getDeploymentAtTenantScope.d.ts +2 -2
- package/resources/getDeploymentAtTenantScope.js +2 -2
- package/resources/getResource.d.ts +2 -2
- package/resources/getResource.js +2 -2
- package/resources/getResourceGroup.d.ts +2 -2
- package/resources/getResourceGroup.js +2 -2
- package/resources/getTagAtScope.d.ts +2 -2
- package/resources/getTagAtScope.js +2 -2
- package/resources/resource.d.ts +1 -1
- package/resources/resource.js +3 -3
- package/resources/resourceGroup.d.ts +1 -1
- package/resources/resourceGroup.js +3 -3
- package/resources/tagAtScope.d.ts +1 -1
- package/resources/tagAtScope.js +3 -3
- package/search/getPrivateEndpointConnection.d.ts +2 -2
- package/search/getPrivateEndpointConnection.js +2 -2
- package/search/getService.d.ts +2 -2
- package/search/getService.js +2 -2
- package/search/getSharedPrivateLinkResource.d.ts +2 -2
- package/search/getSharedPrivateLinkResource.js +2 -2
- package/search/listAdminKey.d.ts +2 -2
- package/search/listAdminKey.js +2 -2
- package/search/listQueryKeyBySearchService.d.ts +2 -2
- package/search/listQueryKeyBySearchService.js +2 -2
- package/search/privateEndpointConnection.d.ts +1 -1
- package/search/privateEndpointConnection.js +3 -3
- package/search/service.d.ts +1 -1
- package/search/service.js +3 -3
- package/search/sharedPrivateLinkResource.d.ts +1 -1
- package/search/sharedPrivateLinkResource.js +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/containerservice/index.d.ts +50 -0
- package/types/enums/containerservice/index.js +40 -2
- package/types/enums/cosmosdb/index.d.ts +23 -0
- package/types/enums/cosmosdb/index.js +13 -2
- package/types/enums/datafactory/index.d.ts +7 -0
- package/types/enums/datafactory/index.js +6 -3
- package/types/enums/durabletask/index.d.ts +1 -1
- package/types/enums/durabletask/index.js +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/migrate/index.d.ts +22 -0
- package/types/enums/migrate/index.js +21 -3
- package/types/enums/monitor/index.d.ts +8 -0
- package/types/enums/monitor/index.js +6 -2
- package/types/enums/onlineexperimentation/index.d.ts +46 -0
- package/types/enums/onlineexperimentation/index.js +40 -0
- package/types/input.d.ts +313 -18
- package/types/input.js +26 -3
- package/types/output.d.ts +408 -41
- package/types/output.js +26 -3
- package/weightsandbiases/getInstance.d.ts +4 -0
- package/weightsandbiases/getInstance.js +5 -1
- package/weightsandbiases/instance.d.ts +2 -0
- package/weightsandbiases/instance.js +4 -2
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-03-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getDeploymentAtTenantScope(args: GetDeploymentAtTenantScopeArgs, opts?: pulumi.InvokeOptions): Promise<GetDeploymentAtTenantScopeResult>;
|
|
11
11
|
export interface GetDeploymentAtTenantScopeArgs {
|
|
@@ -54,7 +54,7 @@ export interface GetDeploymentAtTenantScopeResult {
|
|
|
54
54
|
*
|
|
55
55
|
* Uses Azure REST API version 2024-03-01.
|
|
56
56
|
*
|
|
57
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
57
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
58
58
|
*/
|
|
59
59
|
export declare function getDeploymentAtTenantScopeOutput(args: GetDeploymentAtTenantScopeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDeploymentAtTenantScopeResult>;
|
|
60
60
|
export interface GetDeploymentAtTenantScopeOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-03-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getDeploymentAtTenantScope(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getDeploymentAtTenantScope = getDeploymentAtTenantScope;
|
|
|
24
24
|
*
|
|
25
25
|
* Uses Azure REST API version 2024-03-01.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
27
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
28
|
*/
|
|
29
29
|
function getDeploymentAtTenantScopeOutput(args, opts) {
|
|
30
30
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-03-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getResource(args: GetResourceArgs, opts?: pulumi.InvokeOptions): Promise<GetResourceResult>;
|
|
11
11
|
export interface GetResourceArgs {
|
|
@@ -98,7 +98,7 @@ export interface GetResourceResult {
|
|
|
98
98
|
*
|
|
99
99
|
* Uses Azure REST API version 2024-03-01.
|
|
100
100
|
*
|
|
101
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
101
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
102
102
|
*/
|
|
103
103
|
export declare function getResourceOutput(args: GetResourceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResourceResult>;
|
|
104
104
|
export interface GetResourceOutputArgs {
|
package/resources/getResource.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-03-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getResource(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -29,7 +29,7 @@ exports.getResource = getResource;
|
|
|
29
29
|
*
|
|
30
30
|
* Uses Azure REST API version 2024-03-01.
|
|
31
31
|
*
|
|
32
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
32
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
33
33
|
*/
|
|
34
34
|
function getResourceOutput(args, opts) {
|
|
35
35
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-03-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getResourceGroup(args: GetResourceGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetResourceGroupResult>;
|
|
11
11
|
export interface GetResourceGroupArgs {
|
|
@@ -58,7 +58,7 @@ export interface GetResourceGroupResult {
|
|
|
58
58
|
*
|
|
59
59
|
* Uses Azure REST API version 2024-03-01.
|
|
60
60
|
*
|
|
61
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
61
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
62
62
|
*/
|
|
63
63
|
export declare function getResourceGroupOutput(args: GetResourceGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResourceGroupResult>;
|
|
64
64
|
export interface GetResourceGroupOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-03-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getResourceGroup(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getResourceGroup = getResourceGroup;
|
|
|
24
24
|
*
|
|
25
25
|
* Uses Azure REST API version 2024-03-01.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
27
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
28
|
*/
|
|
29
29
|
function getResourceGroupOutput(args, opts) {
|
|
30
30
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-03-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getTagAtScope(args: GetTagAtScopeArgs, opts?: pulumi.InvokeOptions): Promise<GetTagAtScopeResult>;
|
|
11
11
|
export interface GetTagAtScopeArgs {
|
|
@@ -44,7 +44,7 @@ export interface GetTagAtScopeResult {
|
|
|
44
44
|
*
|
|
45
45
|
* Uses Azure REST API version 2024-03-01.
|
|
46
46
|
*
|
|
47
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
47
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
48
48
|
*/
|
|
49
49
|
export declare function getTagAtScopeOutput(args: GetTagAtScopeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTagAtScopeResult>;
|
|
50
50
|
export interface GetTagAtScopeOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-03-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getTagAtScope(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getTagAtScope = getTagAtScope;
|
|
|
24
24
|
*
|
|
25
25
|
* Uses Azure REST API version 2024-03-01.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
27
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
28
|
*/
|
|
29
29
|
function getTagAtScopeOutput(args, opts) {
|
|
30
30
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/resources/resource.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Uses Azure REST API version 2024-03-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class Resource extends pulumi.CustomResource {
|
|
12
12
|
/**
|
package/resources/resource.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-03-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class Resource extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -94,7 +94,7 @@ class Resource extends pulumi.CustomResource {
|
|
|
94
94
|
resourceInputs["type"] = undefined /*out*/;
|
|
95
95
|
}
|
|
96
96
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
97
|
-
const aliasOpts = { aliases: [{ type: "azure-native:resources/v20151101:Resource" }, { type: "azure-native:resources/v20160201:Resource" }, { type: "azure-native:resources/v20160701:Resource" }, { type: "azure-native:resources/v20160901:Resource" }, { type: "azure-native:resources/v20170510:Resource" }, { type: "azure-native:resources/v20180201:Resource" }, { type: "azure-native:resources/v20180501:Resource" }, { type: "azure-native:resources/v20190301:Resource" }, { type: "azure-native:resources/v20190501:Resource" }, { type: "azure-native:resources/v20190510:Resource" }, { type: "azure-native:resources/v20190701:Resource" }, { type: "azure-native:resources/v20190801:Resource" }, { type: "azure-native:resources/v20191001:Resource" }, { type: "azure-native:resources/v20200601:Resource" }, { type: "azure-native:resources/v20200801:Resource" }, { type: "azure-native:resources/v20201001:Resource" }, { type: "azure-native:resources/v20210101:Resource" }, { type: "azure-native:resources/v20210401:Resource" }, { type: "azure-native:resources/v20220901:Resource" }, { type: "azure-native:resources/v20230701:Resource" }, { type: "azure-native:resources/v20240301:Resource" }, { type: "azure-native:resources/v20240701:Resource" }, { type: "azure-native:resources/v20241101:Resource" }, { type: "azure-native:resources/v20250301:Resource" }] };
|
|
97
|
+
const aliasOpts = { aliases: [{ type: "azure-native:resources/v20151101:Resource" }, { type: "azure-native:resources/v20160201:Resource" }, { type: "azure-native:resources/v20160701:Resource" }, { type: "azure-native:resources/v20160901:Resource" }, { type: "azure-native:resources/v20170510:Resource" }, { type: "azure-native:resources/v20180201:Resource" }, { type: "azure-native:resources/v20180501:Resource" }, { type: "azure-native:resources/v20190301:Resource" }, { type: "azure-native:resources/v20190501:Resource" }, { type: "azure-native:resources/v20190510:Resource" }, { type: "azure-native:resources/v20190701:Resource" }, { type: "azure-native:resources/v20190801:Resource" }, { type: "azure-native:resources/v20191001:Resource" }, { type: "azure-native:resources/v20200601:Resource" }, { type: "azure-native:resources/v20200801:Resource" }, { type: "azure-native:resources/v20201001:Resource" }, { type: "azure-native:resources/v20210101:Resource" }, { type: "azure-native:resources/v20210401:Resource" }, { type: "azure-native:resources/v20220901:Resource" }, { type: "azure-native:resources/v20230701:Resource" }, { type: "azure-native:resources/v20240301:Resource" }, { type: "azure-native:resources/v20240701:Resource" }, { type: "azure-native:resources/v20241101:Resource" }, { type: "azure-native:resources/v20250301:Resource" }, { type: "azure-native:resources/v20250401:Resource" }] };
|
|
98
98
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
99
99
|
super(Resource.__pulumiType, name, resourceInputs, opts);
|
|
100
100
|
}
|
|
@@ -102,4 +102,4 @@ class Resource extends pulumi.CustomResource {
|
|
|
102
102
|
exports.Resource = Resource;
|
|
103
103
|
/** @internal */
|
|
104
104
|
Resource.__pulumiType = 'azure-native:resources:Resource';
|
|
105
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
105
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9yZXNvdXJjZXMvcmVzb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILE1BQWEsUUFBUyxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQy9DOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxRQUFRLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDckUsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLFFBQVEsQ0FBQyxZQUFZLENBQUM7SUFDekQsQ0FBQztJQW1ERDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFrQixFQUFFLElBQW1DO1FBQzdFLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3ZELE1BQU0sSUFBSSxLQUFLLENBQUMsd0NBQXdDLENBQUMsQ0FBQzthQUM3RDtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJ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
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2024-03-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare class ResourceGroup extends pulumi.CustomResource {
|
|
11
11
|
/**
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-03-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class ResourceGroup extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -64,7 +64,7 @@ class ResourceGroup extends pulumi.CustomResource {
|
|
|
64
64
|
resourceInputs["type"] = undefined /*out*/;
|
|
65
65
|
}
|
|
66
66
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
-
const aliasOpts = { aliases: [{ type: "azure-native:resources/v20151101:ResourceGroup" }, { type: "azure-native:resources/v20160201:ResourceGroup" }, { type: "azure-native:resources/v20160701:ResourceGroup" }, { type: "azure-native:resources/v20160901:ResourceGroup" }, { type: "azure-native:resources/v20170510:ResourceGroup" }, { type: "azure-native:resources/v20180201:ResourceGroup" }, { type: "azure-native:resources/v20180501:ResourceGroup" }, { type: "azure-native:resources/v20190301:ResourceGroup" }, { type: "azure-native:resources/v20190501:ResourceGroup" }, { type: "azure-native:resources/v20190510:ResourceGroup" }, { type: "azure-native:resources/v20190701:ResourceGroup" }, { type: "azure-native:resources/v20190801:ResourceGroup" }, { type: "azure-native:resources/v20191001:ResourceGroup" }, { type: "azure-native:resources/v20200601:ResourceGroup" }, { type: "azure-native:resources/v20200801:ResourceGroup" }, { type: "azure-native:resources/v20201001:ResourceGroup" }, { type: "azure-native:resources/v20210101:ResourceGroup" }, { type: "azure-native:resources/v20210401:ResourceGroup" }, { type: "azure-native:resources/v20220901:ResourceGroup" }, { type: "azure-native:resources/v20230701:ResourceGroup" }, { type: "azure-native:resources/v20240301:ResourceGroup" }, { type: "azure-native:resources/v20240701:ResourceGroup" }, { type: "azure-native:resources/v20241101:ResourceGroup" }, { type: "azure-native:resources/v20250301:ResourceGroup" }] };
|
|
67
|
+
const aliasOpts = { aliases: [{ type: "azure-native:resources/v20151101:ResourceGroup" }, { type: "azure-native:resources/v20160201:ResourceGroup" }, { type: "azure-native:resources/v20160701:ResourceGroup" }, { type: "azure-native:resources/v20160901:ResourceGroup" }, { type: "azure-native:resources/v20170510:ResourceGroup" }, { type: "azure-native:resources/v20180201:ResourceGroup" }, { type: "azure-native:resources/v20180501:ResourceGroup" }, { type: "azure-native:resources/v20190301:ResourceGroup" }, { type: "azure-native:resources/v20190501:ResourceGroup" }, { type: "azure-native:resources/v20190510:ResourceGroup" }, { type: "azure-native:resources/v20190701:ResourceGroup" }, { type: "azure-native:resources/v20190801:ResourceGroup" }, { type: "azure-native:resources/v20191001:ResourceGroup" }, { type: "azure-native:resources/v20200601:ResourceGroup" }, { type: "azure-native:resources/v20200801:ResourceGroup" }, { type: "azure-native:resources/v20201001:ResourceGroup" }, { type: "azure-native:resources/v20210101:ResourceGroup" }, { type: "azure-native:resources/v20210401:ResourceGroup" }, { type: "azure-native:resources/v20220901:ResourceGroup" }, { type: "azure-native:resources/v20230701:ResourceGroup" }, { type: "azure-native:resources/v20240301:ResourceGroup" }, { type: "azure-native:resources/v20240701:ResourceGroup" }, { type: "azure-native:resources/v20241101:ResourceGroup" }, { type: "azure-native:resources/v20250301:ResourceGroup" }, { type: "azure-native:resources/v20250401:ResourceGroup" }] };
|
|
68
68
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
69
69
|
super(ResourceGroup.__pulumiType, name, resourceInputs, opts);
|
|
70
70
|
}
|
|
@@ -72,4 +72,4 @@ class ResourceGroup extends pulumi.CustomResource {
|
|
|
72
72
|
exports.ResourceGroup = ResourceGroup;
|
|
73
73
|
/** @internal */
|
|
74
74
|
ResourceGroup.__pulumiType = 'azure-native:resources:ResourceGroup';
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb3VyY2VHcm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3Jlc291cmNlcy9yZXNvdXJjZUdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7Ozs7O0dBTUc7QUFDSCxNQUFhLGFBQWMsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNwRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksYUFBYSxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQzFFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxhQUFhLENBQUMsWUFBWSxDQUFDO0lBQzlELENBQUM7SUErQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBd0IsRUFBRSxJQUFtQztRQUNuRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxXQUFXLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FB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
|
|
@@ -6,7 +6,7 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Uses Azure REST API version 2024-03-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class TagAtScope extends pulumi.CustomResource {
|
|
12
12
|
/**
|
package/resources/tagAtScope.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2024-03-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2020-10-01, 2021-01-01, 2021-04-01, 2022-09-01, 2023-07-01, 2024-07-01, 2024-11-01, 2025-03-01, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native resources [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
class TagAtScope extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
@@ -64,7 +64,7 @@ class TagAtScope extends pulumi.CustomResource {
|
|
|
64
64
|
resourceInputs["type"] = undefined /*out*/;
|
|
65
65
|
}
|
|
66
66
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
-
const aliasOpts = { aliases: [{ type: "azure-native:resources/v20191001:TagAtScope" }, { type: "azure-native:resources/v20200601:TagAtScope" }, { type: "azure-native:resources/v20200801:TagAtScope" }, { type: "azure-native:resources/v20201001:TagAtScope" }, { type: "azure-native:resources/v20210101:TagAtScope" }, { type: "azure-native:resources/v20210401:TagAtScope" }, { type: "azure-native:resources/v20220901:TagAtScope" }, { type: "azure-native:resources/v20230701:TagAtScope" }, { type: "azure-native:resources/v20240301:TagAtScope" }, { type: "azure-native:resources/v20240701:TagAtScope" }, { type: "azure-native:resources/v20241101:TagAtScope" }, { type: "azure-native:resources/v20250301:TagAtScope" }] };
|
|
67
|
+
const aliasOpts = { aliases: [{ type: "azure-native:resources/v20191001:TagAtScope" }, { type: "azure-native:resources/v20200601:TagAtScope" }, { type: "azure-native:resources/v20200801:TagAtScope" }, { type: "azure-native:resources/v20201001:TagAtScope" }, { type: "azure-native:resources/v20210101:TagAtScope" }, { type: "azure-native:resources/v20210401:TagAtScope" }, { type: "azure-native:resources/v20220901:TagAtScope" }, { type: "azure-native:resources/v20230701:TagAtScope" }, { type: "azure-native:resources/v20240301:TagAtScope" }, { type: "azure-native:resources/v20240701:TagAtScope" }, { type: "azure-native:resources/v20241101:TagAtScope" }, { type: "azure-native:resources/v20250301:TagAtScope" }, { type: "azure-native:resources/v20250401:TagAtScope" }] };
|
|
68
68
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
69
69
|
super(TagAtScope.__pulumiType, name, resourceInputs, opts);
|
|
70
70
|
}
|
|
@@ -72,4 +72,4 @@ class TagAtScope extends pulumi.CustomResource {
|
|
|
72
72
|
exports.TagAtScope = TagAtScope;
|
|
73
73
|
/** @internal */
|
|
74
74
|
TagAtScope.__pulumiType = 'azure-native:resources:TagAtScope';
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnQXRTY29wZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3Jlc291cmNlcy90YWdBdFNjb3BlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7Ozs7O0dBTUc7QUFDSCxNQUFhLFVBQVcsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNqRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksVUFBVSxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3ZFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxVQUFVLENBQUMsWUFBWSxDQUFDO0lBQzNELENBQUM7SUFtQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBb0IsRUFBRSxJQUFtQztRQUMvRSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxVQUFVLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUN2RCxNQUFNLElBQUksS0FBSyxDQUFDLHdDQUF3QyxDQUFDLENBQUM7YUFDN0Q7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLEtBQUssS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ2xELE1BQU0sSUFBSSxLQUFLLENBQUMsbUNBQW1DLENBQUMsQ0FBQzthQUN4RDtZQUNELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNsRSxjQUFjLENBQUMsT0FBTyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDeEQsY0FBYyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN0RCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QzthQUFNO1lBQ0gsY0FBYyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN0RCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QztRQUNELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ25FLE1BQU0sU0FBUyxHQUFHLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsNkNBQTZDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw2Q0FBNkMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDZDQUE2QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsNkNBQTZDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw2Q0FBNkMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDZDQUE2QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsNkNBQTZDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw2Q0FBNkMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDZDQUE2QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsNkNBQTZDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw2Q0FBNkMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDZDQUE2QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsNkNBQTZDLEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDcndCLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsVUFBVSxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQy9ELENBQUM7O0FBNUVMLGdDQTZFQztBQWhFRyxnQkFBZ0I7QUFDTyx1QkFBWSxHQUFHLG1DQUFtQyxDQUFDIn0=
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-11-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateEndpointConnectionResult>;
|
|
11
11
|
export interface GetPrivateEndpointConnectionArgs {
|
|
@@ -52,7 +52,7 @@ export interface GetPrivateEndpointConnectionResult {
|
|
|
52
52
|
*
|
|
53
53
|
* Uses Azure REST API version 2023-11-01.
|
|
54
54
|
*
|
|
55
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
55
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
56
56
|
*/
|
|
57
57
|
export declare function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPrivateEndpointConnectionResult>;
|
|
58
58
|
export interface GetPrivateEndpointConnectionOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-11-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getPrivateEndpointConnection(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -26,7 +26,7 @@ exports.getPrivateEndpointConnection = getPrivateEndpointConnection;
|
|
|
26
26
|
*
|
|
27
27
|
* Uses Azure REST API version 2023-11-01.
|
|
28
28
|
*
|
|
29
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
29
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
30
30
|
*/
|
|
31
31
|
function getPrivateEndpointConnectionOutput(args, opts) {
|
|
32
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/search/getService.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-11-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getService(args: GetServiceArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceResult>;
|
|
11
11
|
export interface GetServiceArgs {
|
|
@@ -118,7 +118,7 @@ export interface GetServiceResult {
|
|
|
118
118
|
*
|
|
119
119
|
* Uses Azure REST API version 2023-11-01.
|
|
120
120
|
*
|
|
121
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
121
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
122
122
|
*/
|
|
123
123
|
export declare function getServiceOutput(args: GetServiceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServiceResult>;
|
|
124
124
|
export interface GetServiceOutputArgs {
|
package/search/getService.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-11-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getService(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getService = getService;
|
|
|
25
25
|
*
|
|
26
26
|
* Uses Azure REST API version 2023-11-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
29
29
|
*/
|
|
30
30
|
function getServiceOutput(args, opts) {
|
|
31
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-11-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function getSharedPrivateLinkResource(args: GetSharedPrivateLinkResourceArgs, opts?: pulumi.InvokeOptions): Promise<GetSharedPrivateLinkResourceResult>;
|
|
11
11
|
export interface GetSharedPrivateLinkResourceArgs {
|
|
@@ -52,7 +52,7 @@ export interface GetSharedPrivateLinkResourceResult {
|
|
|
52
52
|
*
|
|
53
53
|
* Uses Azure REST API version 2023-11-01.
|
|
54
54
|
*
|
|
55
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
55
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
56
56
|
*/
|
|
57
57
|
export declare function getSharedPrivateLinkResourceOutput(args: GetSharedPrivateLinkResourceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSharedPrivateLinkResourceResult>;
|
|
58
58
|
export interface GetSharedPrivateLinkResourceOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-11-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function getSharedPrivateLinkResource(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -26,7 +26,7 @@ exports.getSharedPrivateLinkResource = getSharedPrivateLinkResource;
|
|
|
26
26
|
*
|
|
27
27
|
* Uses Azure REST API version 2023-11-01.
|
|
28
28
|
*
|
|
29
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
29
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
30
30
|
*/
|
|
31
31
|
function getSharedPrivateLinkResourceOutput(args, opts) {
|
|
32
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/search/listAdminKey.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* Uses Azure REST API version 2023-11-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
7
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
8
|
*/
|
|
9
9
|
export declare function listAdminKey(args: ListAdminKeyArgs, opts?: pulumi.InvokeOptions): Promise<ListAdminKeyResult>;
|
|
10
10
|
export interface ListAdminKeyArgs {
|
|
@@ -35,7 +35,7 @@ export interface ListAdminKeyResult {
|
|
|
35
35
|
*
|
|
36
36
|
* Uses Azure REST API version 2023-11-01.
|
|
37
37
|
*
|
|
38
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
38
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
39
39
|
*/
|
|
40
40
|
export declare function listAdminKeyOutput(args: ListAdminKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<ListAdminKeyResult>;
|
|
41
41
|
export interface ListAdminKeyOutputArgs {
|
package/search/listAdminKey.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-11-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function listAdminKey(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.listAdminKey = listAdminKey;
|
|
|
25
25
|
*
|
|
26
26
|
* Uses Azure REST API version 2023-11-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
29
29
|
*/
|
|
30
30
|
function listAdminKeyOutput(args, opts) {
|
|
31
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
*
|
|
6
6
|
* Uses Azure REST API version 2023-11-01.
|
|
7
7
|
*
|
|
8
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
8
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
9
|
*/
|
|
10
10
|
export declare function listQueryKeyBySearchService(args: ListQueryKeyBySearchServiceArgs, opts?: pulumi.InvokeOptions): Promise<ListQueryKeyBySearchServiceResult>;
|
|
11
11
|
export interface ListQueryKeyBySearchServiceArgs {
|
|
@@ -36,7 +36,7 @@ export interface ListQueryKeyBySearchServiceResult {
|
|
|
36
36
|
*
|
|
37
37
|
* Uses Azure REST API version 2023-11-01.
|
|
38
38
|
*
|
|
39
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
39
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
40
40
|
*/
|
|
41
41
|
export declare function listQueryKeyBySearchServiceOutput(args: ListQueryKeyBySearchServiceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<ListQueryKeyBySearchServiceResult>;
|
|
42
42
|
export interface ListQueryKeyBySearchServiceOutputArgs {
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Uses Azure REST API version 2023-11-01.
|
|
12
12
|
*
|
|
13
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
13
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
14
14
|
*/
|
|
15
15
|
function listQueryKeyBySearchService(args, opts) {
|
|
16
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.listQueryKeyBySearchService = listQueryKeyBySearchService;
|
|
|
25
25
|
*
|
|
26
26
|
* Uses Azure REST API version 2023-11-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
28
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
29
29
|
*/
|
|
30
30
|
function listQueryKeyBySearchServiceOutput(args, opts) {
|
|
31
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -6,7 +6,7 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Uses Azure REST API version 2023-11-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01.
|
|
8
8
|
*
|
|
9
|
-
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
9
|
+
* Other available API versions: 2022-09-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
10
10
|
*/
|
|
11
11
|
export declare class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
12
12
|
/**
|