-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
CosmosMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- 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
- README.md
- [ X] source code documentation
- SDK API docs on https://learn.microsoft.com
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CosmosMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that