Skip to content

arm-cosmos db doesnt have a way to access NetworkSecurityPerimeterConfigurations in Typescript #33522

@natanel-ficher-cyera

Description

@natanel-ficher-cyera
  • Package Name: arm-cosmosdb
  • Package Version: 16.2.0
  • Operating system: mac
  • nodejs
    • version: v22.14.0
  • browser
    • name/version:
  • typescript
    • version: 4.8.4
  • Is the bug related to documentation in

Describe the bug
cosmosDB has the option to assosiate nsp, https://learn.microsoft.com/en-us/azure/private-link/network-security-perimeter-concepts#onboarded-private-link-resources
and the arm-cosmosdb
changelog says its part of the SDK

- Added operation group NetworkSecurityPerimeterConfigurations

and it seems to be part of the interfaces https://github.com/search?q=repo%3AAzure%2Fazure-sdk-for-js+NetworkSecurityPerimeterConfigurations+cosmos&type=code
but when installing the library from npm, this part of the code seems to not exist

To Reproduce
Steps to reproduce the behavior:
const credential = new DefaultAzureCredential();
const client = new CosmosDBManagementClient(credential, subscriptionId);
const result = await client.networkSecurityPerimeterConfigurations.get(
resourceGroupName,
accountName,
networkSecurityPerimeterConfigurationName,
);

typescript throws Property 'networkSecurityPerimeterConfigurations' does not exist on type 'CosmosDBManagmentClient'

Metadata

Metadata

Assignees

No one assigned

    Labels

    CosmosMgmtThis issue is related to a management-plane library.Service AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-author-feedbackWorkflow: More information is needed from author to address the issue.needs-team-triageWorkflow: This issue needs the team to triage.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions