@azure/arm-search 4.0.0-alpha.20250214.1 → 4.0.0-alpha.20250218.1
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/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/adminKeys.d.ts +3 -3
- package/dist/browser/operations/adminKeys.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/adminKeys.js +2 -2
- package/dist/browser/operations/adminKeys.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterConfigurations.d.ts +3 -3
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterConfigurations.js +42 -46
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +2 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +3 -3
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/queryKeys.d.ts +3 -3
- package/dist/browser/operations/queryKeys.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/queryKeys.js +3 -3
- package/dist/browser/operations/queryKeys.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.d.ts +3 -3
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.js +41 -45
- package/dist/browser/operations/services.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sharedPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sharedPrivateLinkResources.js +88 -96
- package/dist/browser/operations/sharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.js +3 -3
- package/dist/browser/operations/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/adminKeys.d.ts +1 -1
- package/dist/browser/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/queryKeys.d.ts +1 -1
- package/dist/browser/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queryKeys.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/services.d.ts +1 -1
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedPrivateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/searchManagementClient.d.ts +2 -2
- package/dist/browser/searchManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/searchManagementClient.js +17 -20
- package/dist/browser/searchManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-search.d.ts → dist/commonjs/models/index.d.ts} +1247 -1791
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +135 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +60 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1841 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +26 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +233 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/adminKeys.d.ts +33 -0
- package/dist/commonjs/operations/adminKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/adminKeys.js +95 -0
- package/dist/commonjs/operations/adminKeys.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +289 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +100 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +79 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +290 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +113 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/queryKeys.d.ts +66 -0
- package/dist/commonjs/operations/queryKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/queryKeys.js +230 -0
- package/dist/commonjs/operations/queryKeys.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +123 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +506 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.d.ts +107 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.js +400 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +149 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/searchManagementClient.d.ts +36 -0
- package/dist/commonjs/searchManagementClient.d.ts.map +1 -0
- package/dist/commonjs/searchManagementClient.js +146 -0
- package/dist/commonjs/searchManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1247 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +132 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +60 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1837 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +26 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +230 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/adminKeys.d.ts +33 -0
- package/dist/esm/operations/adminKeys.d.ts.map +1 -0
- package/dist/esm/operations/adminKeys.js +90 -0
- package/dist/esm/operations/adminKeys.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +285 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +96 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +79 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +286 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +34 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +109 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/queryKeys.d.ts +66 -0
- package/dist/esm/operations/queryKeys.d.ts.map +1 -0
- package/dist/esm/operations/queryKeys.js +226 -0
- package/dist/esm/operations/queryKeys.js.map +1 -0
- package/dist/esm/operations/services.d.ts +123 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +502 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/sharedPrivateLinkResources.d.ts +107 -0
- package/dist/esm/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/sharedPrivateLinkResources.js +396 -0
- package/dist/esm/operations/sharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +145 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/adminKeys.d.ts +25 -0
- package/dist/esm/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/adminKeys.js +9 -0
- package/dist/esm/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/queryKeys.d.ts +37 -0
- package/dist/esm/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queryKeys.js +9 -0
- package/dist/esm/operationsInterfaces/queryKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +85 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/searchManagementClient.d.ts +36 -0
- package/dist/esm/searchManagementClient.d.ts.map +1 -0
- package/dist/esm/searchManagementClient.js +141 -0
- package/dist/esm/searchManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1247 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +132 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +60 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1837 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +26 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +230 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/adminKeys.d.ts +33 -0
- package/dist/react-native/operations/adminKeys.d.ts.map +1 -0
- package/dist/react-native/operations/adminKeys.js +90 -0
- package/dist/react-native/operations/adminKeys.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +285 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +96 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +79 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +286 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +109 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/queryKeys.d.ts +66 -0
- package/dist/react-native/operations/queryKeys.d.ts.map +1 -0
- package/dist/react-native/operations/queryKeys.js +226 -0
- package/dist/react-native/operations/queryKeys.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +123 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +502 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.d.ts +107 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.js +396 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +145 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/adminKeys.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/adminKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queryKeys.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queryKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/queryKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/searchManagementClient.d.ts +36 -0
- package/dist/react-native/searchManagementClient.d.ts.map +1 -0
- package/dist/react-native/searchManagementClient.js +141 -0
- package/dist/react-native/searchManagementClient.js.map +1 -0
- package/package.json +67 -37
- package/dist/index.js +0 -4571
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/adminKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/adminKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/adminKeysGetSample.js +0 -36
- package/dist-esm/samples-dev/adminKeysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts +0 -2
- package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js +0 -37
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +0 -52
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +0 -38
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.js +0 -37
- package/dist-esm/samples-dev/queryKeysCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.js +0 -37
- package/dist-esm/samples-dev/queryKeysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +0 -52
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -35
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -292
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -36
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -248
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +0 -52
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts +0 -2
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +0 -36
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/adminKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/adminKeys.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queryKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/queryKeys.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/searchManagementClient.d.ts.map +0 -1
- package/dist-esm/src/searchManagementClient.js.map +0 -1
- package/dist-esm/test/search_examples.d.ts +0 -4
- package/dist-esm/test/search_examples.d.ts.map +0 -1
- package/dist-esm/test/search_examples.js +0 -228
- package/dist-esm/test/search_examples.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1449
- package/src/models/mappers.ts +0 -1969
- package/src/models/parameters.ts +0 -267
- package/src/operations/adminKeys.ts +0 -120
- package/src/operations/index.ts +0 -17
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -400
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -373
- package/src/operations/privateLinkResources.ts +0 -144
- package/src/operations/queryKeys.ts +0 -298
- package/src/operations/services.ts +0 -634
- package/src/operations/sharedPrivateLinkResources.ts +0 -544
- package/src/operations/usages.ts +0 -176
- package/src/operationsInterfaces/adminKeys.ts +0 -48
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -90
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -88
- package/src/operationsInterfaces/privateLinkResources.ts +0 -31
- package/src/operationsInterfaces/queryKeys.ts +0 -66
- package/src/operationsInterfaces/services.ts +0 -144
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +0 -131
- package/src/operationsInterfaces/usages.ts +0 -27
- package/src/pagingHelper.ts +0 -39
- package/src/searchManagementClient.ts +0 -226
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/adminKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queryKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/README.md
CHANGED
|
@@ -48,20 +48,28 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
|
|
|
48
48
|
|
|
49
49
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
+
|
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
|
+
import { SearchManagementClient } from "@azure/arm-search";
|
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
56
|
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
58
|
const client = new SearchManagementClient(new DefaultAzureCredential(), subscriptionId);
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
58
62
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
64
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
65
|
+
import { SearchManagementClient } from "@azure/arm-search";
|
|
66
|
+
|
|
67
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
68
|
+
const credential = new InteractiveBrowserCredential({
|
|
69
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
70
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
71
|
+
});
|
|
72
|
+
const client = new SearchManagementClient(credential, subscriptionId);
|
|
65
73
|
```
|
|
66
74
|
|
|
67
75
|
### JavaScript Bundle
|
|
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
88
|
|
|
81
89
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
90
|
|
|
83
|
-
```
|
|
84
|
-
|
|
91
|
+
```ts snippet:SetLogLevel
|
|
92
|
+
import { setLogLevel } from "@azure/logger";
|
|
93
|
+
|
|
85
94
|
setLogLevel("info");
|
|
86
95
|
```
|
|
87
96
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { SearchManagementClient } from "./searchManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { SearchManagementClient } from "./searchManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { SearchManagementClient } from \"./searchManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The result of the request to list REST API operations. It contains a list of operations and a URL to get the next set of results. */\nexport interface OperationListResult {\n /**\n * The list of operations by Azure AI Search, some supported by the resource provider and others by data plane APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * The URL to get the next set of operation list results, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a REST API operation. */\nexport interface Operation {\n /**\n * The name of the operation. This name is of the form {provider}/{resource}/{operation}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The object that describes the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /**\n * Describes if the specified operation is a data plane API operation. Operations where this value is not true are supported directly by the resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /**\n * Describes which originating entities are allowed to invoke this operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: string;\n /**\n * Describes additional properties for this operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: OperationProperties;\n}\n\n/** The object that describes the operation. */\nexport interface OperationDisplay {\n /**\n * The friendly name of the resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The operation type: read, write, delete, listKeys/action, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The resource type on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The friendly name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Describes additional properties for this operation. */\nexport interface OperationProperties {\n /**\n * Specifications of the service for this operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceSpecification?: OperationServiceSpecification;\n}\n\n/** Specifications of the service for this operation. */\nexport interface OperationServiceSpecification {\n /**\n * Specifications of metrics for this operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricSpecifications?: OperationMetricsSpecification[];\n /**\n * Specifications of logs for this operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logSpecifications?: OperationLogsSpecification[];\n}\n\n/** Specifications of one type of metric for this operation. */\nexport interface OperationMetricsSpecification {\n /**\n * The name of the metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The display name of the metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The display description of the metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayDescription?: string;\n /**\n * The unit for the metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * The type of aggregation for the metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly aggregationType?: string;\n /**\n * Dimensions for the metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dimensions?: OperationMetricDimension[];\n /**\n * Availabilities for the metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilities?: OperationAvailability[];\n}\n\n/** Describes a particular dimension for the metric specification. */\nexport interface OperationMetricDimension {\n /**\n * The name of the dimension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The display name of the dimension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n}\n\n/** Describes a particular availability for the metric specification. */\nexport interface OperationAvailability {\n /**\n * The time grain for the dimension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeGrain?: string;\n /**\n * The blob duration for the dimension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobDuration?: string;\n}\n\n/** Specifications of one type of log for this operation. */\nexport interface OperationLogsSpecification {\n /**\n * The name of the log specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The display name of the log specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The blob duration for the log specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobDuration?: string;\n}\n\n/** Contains information about an API error. */\nexport interface CloudError {\n /** Describes a particular API error with an error code and a message. */\n error?: CloudErrorBody;\n /** A brief description of the error that hints at what went wrong (for details/debugging information refer to the 'error.message' property). */\n message?: string;\n}\n\n/** Describes a particular API error with an error code and a message. */\nexport interface CloudErrorBody {\n /** An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases. */\n code?: string;\n /** A message that describes the error in detail and provides debugging information. */\n message?: string;\n /** The target of the particular error (for example, the name of the property in error). */\n target?: string;\n /** Contains nested errors that are related to this error. */\n details?: CloudErrorBody[];\n}\n\n/** Response containing the primary and secondary admin API keys for a given Azure AI Search service. */\nexport interface AdminKeyResult {\n /**\n * The primary admin API key of the search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryKey?: string;\n /**\n * The secondary admin API key of the search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryKey?: string;\n}\n\n/** Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index. */\nexport interface QueryKey {\n /**\n * The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The value of the query API key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key?: string;\n}\n\n/** Response containing the query API keys for a given Azure AI Search service. */\nexport interface ListQueryKeysResult {\n /**\n * The query keys for the Azure AI Search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: QueryKey[];\n /**\n * Request URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Network specific rules that determine how the Azure AI Search service may be reached. */\nexport interface NetworkRuleSet {\n /** A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method. */\n ipRules?: IpRule[];\n /** Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section. */\n bypass?: SearchBypass;\n}\n\n/** The IP restriction rule of the Azure AI Search service. */\nexport interface IpRule {\n /** Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed. */\n value?: string;\n}\n\n/** Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys. */\nexport interface EncryptionWithCmk {\n /** Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key. */\n enforcement?: SearchEncryptionWithCmk;\n /**\n * Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly encryptionComplianceStatus?: SearchEncryptionComplianceStatus;\n}\n\n/** Defines the options for how the search service authenticates a data plane request. This cannot be set if 'disableLocalAuth' is set to true. */\nexport interface DataPlaneAuthOptions {\n /** Indicates that only the API key can be used for authentication. */\n apiKeyOnly?: Record<string, unknown>;\n /** Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication. */\n aadOrApiKey?: DataPlaneAadOrApiKeyAuthOption;\n}\n\n/** Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication. */\nexport interface DataPlaneAadOrApiKeyAuthOption {\n /** Describes what response the data plane API of a search service would send for requests that failed authentication. */\n aadAuthFailureMode?: AadAuthFailureMode;\n}\n\n/** Describes the properties of an existing private endpoint connection to the search service. */\nexport interface PrivateEndpointConnectionProperties {\n /** The private endpoint resource from Microsoft.Network provider. */\n privateEndpoint?: PrivateEndpointConnectionPropertiesPrivateEndpoint;\n /** Describes the current state of an existing Azure Private Link service connection to the private endpoint. */\n privateLinkServiceConnectionState?: PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState;\n /** The group ID of the Azure resource for which the private link service is for. */\n groupId?: string;\n /** The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled. */\n provisioningState?: PrivateLinkServiceConnectionProvisioningState;\n}\n\n/** The private endpoint resource from Microsoft.Network provider. */\nexport interface PrivateEndpointConnectionPropertiesPrivateEndpoint {\n /** The resource ID of the private endpoint resource from Microsoft.Network provider. */\n id?: string;\n}\n\n/** Describes the current state of an existing Azure Private Link service connection to the private endpoint. */\nexport interface PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState {\n /** Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected. */\n status?: PrivateLinkServiceConnectionStatus;\n /** The description for the private link service connection state. */\n description?: string;\n /** A description of any extra actions that may be required. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Describes the properties of an existing shared private link resource managed by the Azure AI Search service. */\nexport interface SharedPrivateLinkResourceProperties {\n /** The resource ID of the resource the shared private link resource is for. */\n privateLinkResourceId?: string;\n /** The group ID from the provider of resource the shared private link resource is for. */\n groupId?: string;\n /** The message for requesting approval of the shared private link resource. */\n requestMessage?: string;\n /** Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service). */\n resourceRegion?: string;\n /** Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected. */\n status?: SharedPrivateLinkResourceStatus;\n /** The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete. */\n provisioningState?: SharedPrivateLinkResourceProvisioningState;\n}\n\n/** Defines the SKU of a search service, which determines billing rate and capacity limits. */\nexport interface Sku {\n /** The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.' */\n name?: SkuName;\n}\n\n/** Details about the search service identity. A null value indicates that the search service has no identity assigned. */\nexport interface Identity {\n /**\n * The principal ID of the system-assigned identity of the search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system-assigned identity of the search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service. */\n type: IdentityType;\n /** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedManagedIdentity;\n };\n}\n\n/** The details of the user assigned managed identity assigned to the search service. */\nexport interface UserAssignedManagedIdentity {\n /**\n * The principal ID of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Response containing a list of Azure AI Search services. */\nexport interface SearchServiceListResult {\n /**\n * The list of search services.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SearchService[];\n /**\n * Request URL that can be used to query next page of search services. Returned when the total number of requested search services exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Response containing a list of supported Private Link Resources. */\nexport interface PrivateLinkResourcesResult {\n /**\n * The list of supported Private Link Resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateLinkResource[];\n}\n\n/** Describes the properties of a supported private link resource for the Azure AI Search service. For a given API version, this represents the 'supported' groupIds when creating a shared private link resource. */\nexport interface PrivateLinkResourceProperties {\n /**\n * The group ID of the private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The list of required members of the private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * The list of required DNS zone names of the private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n /**\n * The list of resources that are onboarded to private link service, that are supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];\n}\n\n/** Describes an resource type that has been onboarded to private link service, supported by Azure AI Search. */\nexport interface ShareablePrivateLinkResourceType {\n /**\n * The name of the resource type that has been onboarded to private link service, supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Describes the properties of a resource type that has been onboarded to private link service, supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: ShareablePrivateLinkResourceProperties;\n}\n\n/** Describes the properties of a resource type that has been onboarded to private link service, supported by Azure AI Search. */\nexport interface ShareablePrivateLinkResourceProperties {\n /**\n * The resource provider type for the resource that has been onboarded to private link service, supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The resource provider group id for the resource that has been onboarded to private link service, supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The description of the resource type that has been onboarded to private link service, supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Response containing a list of private endpoint connections. */\nexport interface PrivateEndpointConnectionListResult {\n /**\n * The list of private endpoint connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpointConnection[];\n /**\n * Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Response containing a list of shared private link resources. */\nexport interface SharedPrivateLinkResourceListResult {\n /**\n * The list of shared private link resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SharedPrivateLinkResource[];\n /** The URL to get the next set of shared private link resources, if there are any. */\n nextLink?: string;\n}\n\n/** Input of check name availability API. */\nexport interface CheckNameAvailabilityInput {\n /** The search service name to validate. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. */\n name: string;\n /** The type of the resource whose name is to be validated. This value must always be 'searchServices'. */\n type: \"searchServices\";\n}\n\n/** Output of check name availability API. */\nexport interface CheckNameAvailabilityOutput {\n /**\n * A value indicating whether the name is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isNameAvailable?: boolean;\n /**\n * The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: UnavailableNameReason;\n /**\n * A message that explains why the name is invalid and provides resource naming requirements. Available only if 'Invalid' is returned in the 'reason' property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Response containing the quota usage information for all the supported SKUs of Azure AI Search. */\nexport interface QuotaUsagesListResult {\n /**\n * The quota usages for the SKUs supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: QuotaUsageResult[];\n /**\n * Request URL that can be used to query next page of quota usages. Returned when the total number of requested quota usages exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the quota usage for a particular SKU. */\nexport interface QuotaUsageResult {\n /** The resource ID of the quota usage SKU endpoint for Microsoft.Search provider. */\n id?: string;\n /** The unit of measurement for the search SKU. */\n unit?: string;\n /** The currently used up value for the particular search SKU. */\n currentValue?: number;\n /** The quota limit for the particular search SKU. */\n limit?: number;\n /**\n * The name of the SKU supported by Azure AI Search.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: QuotaUsageResultName;\n}\n\n/** The name of the SKU supported by Azure AI Search. */\nexport interface QuotaUsageResultName {\n /** The SKU name supported by Azure AI Search. */\n value?: string;\n /** The localized string value for the SKU name. */\n localizedValue?: string;\n}\n\n/** A list of network security perimeter configurations for a server. */\nexport interface NetworkSecurityPerimeterConfigurationListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: NetworkSecurityPerimeterConfiguration[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The perimeter for a network security perimeter configuration. */\nexport interface NSPConfigPerimeter {\n id?: string;\n perimeterGuid?: string;\n location?: string;\n}\n\n/** The resource association for the network security perimeter. */\nexport interface NSPConfigAssociation {\n name?: string;\n accessMode?: string;\n}\n\n/** The profile for a network security perimeter configuration. */\nexport interface NSPConfigProfile {\n name?: string;\n accessRulesVersion?: string;\n accessRules?: NSPConfigAccessRule[];\n}\n\n/** An access rule for a network security perimeter configuration. */\nexport interface NSPConfigAccessRule {\n name?: string;\n /** The properties for the access rules in a network security perimeter configuration. */\n properties?: NSPConfigAccessRuleProperties;\n}\n\n/** The properties for the access rules in a network security perimeter configuration. */\nexport interface NSPConfigAccessRuleProperties {\n direction?: string;\n addressPrefixes?: string[];\n fullyQualifiedDomainNames?: string[];\n subscriptions?: string[];\n networkSecurityPerimeters?: NSPConfigNetworkSecurityPerimeterRule[];\n}\n\n/** The network security perimeter properties present in a configuration rule. */\nexport interface NSPConfigNetworkSecurityPerimeterRule {\n id?: string;\n perimeterGuid?: string;\n location?: string;\n}\n\n/** An object to describe any issues with provisioning network security perimeters to a search service. */\nexport interface NSPProvisioningIssue {\n name?: string;\n /** The properties to describe any issues with provisioning network security perimeters to a search service. */\n properties?: NSPProvisioningIssueProperties;\n}\n\n/** The properties to describe any issues with provisioning network security perimeters to a search service. */\nexport interface NSPProvisioningIssueProperties {\n issueType?: string;\n severity?: string;\n description?: string;\n suggestedResourceIds?: string[];\n suggestedAccessRules?: string[];\n}\n\n/** The details of a long running asynchronous shared private link resource operation. */\nexport interface AsyncOperationResult {\n /** The current status of the long running asynchronous shared private link resource operation. */\n status?: SharedPrivateLinkResourceAsyncOperationResult;\n}\n\n/** Describes an existing private endpoint connection to the Azure AI Search service. */\nexport interface PrivateEndpointConnection extends Resource {\n /** Describes the properties of an existing private endpoint connection to the Azure AI Search service. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Describes a shared private link resource managed by the Azure AI Search service. */\nexport interface SharedPrivateLinkResource extends Resource {\n /** Describes the properties of a shared private link resource managed by the Azure AI Search service. */\n properties?: SharedPrivateLinkResourceProperties;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The parameters used to update an Azure AI Search service. */\nexport interface SearchServiceUpdate extends Resource {\n /** The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service. */\n sku?: Sku;\n /** The geographic location of the resource. This must be one of the supported and registered Azure geo regions (for example, West US, East US, Southeast Asia, and so forth). This property is required when creating a new resource. */\n location?: string;\n /** Tags to help categorize the resource in the Azure portal. */\n tags?: { [propertyName: string]: string };\n /** Details about the search service identity. A null value indicates that the search service has no identity assigned. */\n identity?: Identity;\n /** The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. */\n replicaCount?: number;\n /** The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. */\n partitionCount?: number;\n /** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'. */\n hostingMode?: HostingMode;\n /** This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: SearchServiceStatus;\n /**\n * The details of the search service status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Network specific rules that determine how the Azure AI Search service may be reached. */\n networkRuleSet?: NetworkRuleSet;\n /** A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. */\n disabledDataExfiltrationOptions?: SearchDisabledDataExfiltrationOption[];\n /** Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. */\n encryptionWithCmk?: EncryptionWithCmk;\n /** When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. */\n disableLocalAuth?: boolean;\n /** Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true. */\n authOptions?: DataPlaneAuthOptions;\n /** Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations. */\n semanticSearch?: SearchSemanticSearch;\n /**\n * The list of private endpoint connections to the Azure AI Search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * The list of shared private link resources managed by the Azure AI Search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /**\n * A system generated property representing the service's etag that can be for optimistic concurrency control during updates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n}\n\n/** Describes a supported private link resource for the Azure AI Search service. */\nexport interface PrivateLinkResource extends Resource {\n /**\n * Describes the properties of a supported private link resource for the Azure AI Search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: PrivateLinkResourceProperties;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Describes an Azure AI Search service and its current state. */\nexport interface SearchService extends TrackedResource {\n /** The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service. */\n sku?: Sku;\n /** The identity of the resource. */\n identity?: Identity;\n /** The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. */\n replicaCount?: number;\n /** The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. */\n partitionCount?: number;\n /** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'. */\n hostingMode?: HostingMode;\n /** This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: SearchServiceStatus;\n /**\n * The details of the search service status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Network specific rules that determine how the Azure AI Search service may be reached. */\n networkRuleSet?: NetworkRuleSet;\n /** A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. */\n disabledDataExfiltrationOptions?: SearchDisabledDataExfiltrationOption[];\n /** Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. */\n encryptionWithCmk?: EncryptionWithCmk;\n /** When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. */\n disableLocalAuth?: boolean;\n /** Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true. */\n authOptions?: DataPlaneAuthOptions;\n /** Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations. */\n semanticSearch?: SearchSemanticSearch;\n /**\n * The list of private endpoint connections to the Azure AI Search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * The list of shared private link resources managed by the Azure AI Search service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /**\n * A system generated property representing the service's etag that can be for optimistic concurrency control during updates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n}\n\n/** Network security perimeter configuration for a server. */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: string;\n /** The perimeter for a network security perimeter configuration. */\n networkSecurityPerimeter?: NSPConfigPerimeter;\n /** The resource association for the network security perimeter. */\n resourceAssociation?: NSPConfigAssociation;\n /** The profile for a network security perimeter configuration. */\n profile?: NSPConfigProfile;\n provisioningIssues?: NSPProvisioningIssue[];\n}\n\n/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */\nexport interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {\n location?: string;\n}\n\n/** Parameter group */\nexport interface SearchManagementRequestOptions {\n /** A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request. */\n clientRequestId?: string;\n}\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** The search service is accessible from traffic originating from the public internet. */\n Enabled = \"enabled\",\n /** The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections. */\n Disabled = \"disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: The search service is accessible from traffic originating from the public internet. \\\n * **disabled**: The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections.\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link SearchBypass} that the service accepts. */\nexport enum KnownSearchBypass {\n /** Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default. */\n None = \"None\",\n /** Indicates that requests originating from the Azure portal can bypass the rules defined in the 'ipRules' section. */\n AzurePortal = \"AzurePortal\",\n /** Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section. */\n AzureServices = \"AzureServices\",\n}\n\n/**\n * Defines values for SearchBypass. \\\n * {@link KnownSearchBypass} can be used interchangeably with SearchBypass,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default. \\\n * **AzurePortal**: Indicates that requests originating from the Azure portal can bypass the rules defined in the 'ipRules' section. \\\n * **AzureServices**: Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section.\n */\nexport type SearchBypass = string;\n\n/** Known values of {@link SearchDisabledDataExfiltrationOption} that the service accepts. */\nexport enum KnownSearchDisabledDataExfiltrationOption {\n /** Indicates that all data exfiltration scenarios are disabled. */\n All = \"All\",\n}\n\n/**\n * Defines values for SearchDisabledDataExfiltrationOption. \\\n * {@link KnownSearchDisabledDataExfiltrationOption} can be used interchangeably with SearchDisabledDataExfiltrationOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **All**: Indicates that all data exfiltration scenarios are disabled.\n */\nexport type SearchDisabledDataExfiltrationOption = string;\n\n/** Known values of {@link SearchSemanticSearch} that the service accepts. */\nexport enum KnownSearchSemanticSearch {\n /** Indicates that semantic reranker is disabled for the search service. This is the default. */\n Disabled = \"disabled\",\n /** Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services. */\n Free = \"free\",\n /** Enables semantic reranker on a search service as a billable feature, with higher throughput and volume of semantically reranked queries. */\n Standard = \"standard\",\n}\n\n/**\n * Defines values for SearchSemanticSearch. \\\n * {@link KnownSearchSemanticSearch} can be used interchangeably with SearchSemanticSearch,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **disabled**: Indicates that semantic reranker is disabled for the search service. This is the default. \\\n * **free**: Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services. \\\n * **standard**: Enables semantic reranker on a search service as a billable feature, with higher throughput and volume of semantically reranked queries.\n */\nexport type SearchSemanticSearch = string;\n\n/** Known values of {@link PrivateLinkServiceConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateLinkServiceConnectionProvisioningState {\n /** The private link service connection is in the process of being created along with other resources for it to be fully functional. */\n Updating = \"Updating\",\n /** The private link service connection is in the process of being deleted. */\n Deleting = \"Deleting\",\n /** The private link service connection has failed to be provisioned or deleted. */\n Failed = \"Failed\",\n /** The private link service connection has finished provisioning and is ready for approval. */\n Succeeded = \"Succeeded\",\n /** Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet. */\n Incomplete = \"Incomplete\",\n /** Provisioning request for the private link service connection resource has been canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for PrivateLinkServiceConnectionProvisioningState. \\\n * {@link KnownPrivateLinkServiceConnectionProvisioningState} can be used interchangeably with PrivateLinkServiceConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Updating**: The private link service connection is in the process of being created along with other resources for it to be fully functional. \\\n * **Deleting**: The private link service connection is in the process of being deleted. \\\n * **Failed**: The private link service connection has failed to be provisioned or deleted. \\\n * **Succeeded**: The private link service connection has finished provisioning and is ready for approval. \\\n * **Incomplete**: Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet. \\\n * **Canceled**: Provisioning request for the private link service connection resource has been canceled.\n */\nexport type PrivateLinkServiceConnectionProvisioningState = string;\n\n/** Known values of {@link SharedPrivateLinkResourceStatus} that the service accepts. */\nexport enum KnownSharedPrivateLinkResourceStatus {\n /** The shared private link resource has been created and is pending approval. */\n Pending = \"Pending\",\n /** The shared private link resource is approved and is ready for use. */\n Approved = \"Approved\",\n /** The shared private link resource has been rejected and cannot be used. */\n Rejected = \"Rejected\",\n /** The shared private link resource has been removed from the service. */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for SharedPrivateLinkResourceStatus. \\\n * {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: The shared private link resource has been created and is pending approval. \\\n * **Approved**: The shared private link resource is approved and is ready for use. \\\n * **Rejected**: The shared private link resource has been rejected and cannot be used. \\\n * **Disconnected**: The shared private link resource has been removed from the service.\n */\nexport type SharedPrivateLinkResourceStatus = string;\n\n/** Known values of {@link SharedPrivateLinkResourceProvisioningState} that the service accepts. */\nexport enum KnownSharedPrivateLinkResourceProvisioningState {\n /** The shared private link resource is in the process of being created along with other resources for it to be fully functional. */\n Updating = \"Updating\",\n /** The shared private link resource is in the process of being deleted. */\n Deleting = \"Deleting\",\n /** The shared private link resource has failed to be provisioned or deleted. */\n Failed = \"Failed\",\n /** The shared private link resource has finished provisioning and is ready for approval. */\n Succeeded = \"Succeeded\",\n /** Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet. */\n Incomplete = \"Incomplete\",\n}\n\n/**\n * Defines values for SharedPrivateLinkResourceProvisioningState. \\\n * {@link KnownSharedPrivateLinkResourceProvisioningState} can be used interchangeably with SharedPrivateLinkResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Updating**: The shared private link resource is in the process of being created along with other resources for it to be fully functional. \\\n * **Deleting**: The shared private link resource is in the process of being deleted. \\\n * **Failed**: The shared private link resource has failed to be provisioned or deleted. \\\n * **Succeeded**: The shared private link resource has finished provisioning and is ready for approval. \\\n * **Incomplete**: Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet.\n */\nexport type SharedPrivateLinkResourceProvisioningState = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** Free tier, with no SLA guarantees and a subset of the features offered on billable tiers. */\n Free = \"free\",\n /** Billable tier for a dedicated service having up to 3 replicas. */\n Basic = \"basic\",\n /** Billable tier for a dedicated service having up to 12 partitions and 12 replicas. */\n Standard = \"standard\",\n /** Similar to 'standard', but with more capacity per search unit. */\n Standard2 = \"standard2\",\n /** The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). */\n Standard3 = \"standard3\",\n /** Billable tier for a dedicated service that supports 1TB per partition, up to 12 partitions. */\n StorageOptimizedL1 = \"storage_optimized_l1\",\n /** Billable tier for a dedicated service that supports 2TB per partition, up to 12 partitions. */\n StorageOptimizedL2 = \"storage_optimized_l2\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **free**: Free tier, with no SLA guarantees and a subset of the features offered on billable tiers. \\\n * **basic**: Billable tier for a dedicated service having up to 3 replicas. \\\n * **standard**: Billable tier for a dedicated service having up to 12 partitions and 12 replicas. \\\n * **standard2**: Similar to 'standard', but with more capacity per search unit. \\\n * **standard3**: The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). \\\n * **storage_optimized_l1**: Billable tier for a dedicated service that supports 1TB per partition, up to 12 partitions. \\\n * **storage_optimized_l2**: Billable tier for a dedicated service that supports 2TB per partition, up to 12 partitions.\n */\nexport type SkuName = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** Indicates that any identity associated with the search service needs to be removed. */\n None = \"None\",\n /** Indicates that system-assigned identity for the search service will be enabled. */\n SystemAssigned = \"SystemAssigned\",\n /** Indicates that one or more user assigned identities will be assigned to the search service. */\n UserAssigned = \"UserAssigned\",\n /** Indicates that system-assigned identity for the search service will be enabled along with the assignment of one or more user assigned identities. */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Indicates that any identity associated with the search service needs to be removed. \\\n * **SystemAssigned**: Indicates that system-assigned identity for the search service will be enabled. \\\n * **UserAssigned**: Indicates that one or more user assigned identities will be assigned to the search service. \\\n * **SystemAssigned, UserAssigned**: Indicates that system-assigned identity for the search service will be enabled along with the assignment of one or more user assigned identities.\n */\nexport type IdentityType = string;\n\n/** Known values of {@link UnavailableNameReason} that the service accepts. */\nexport enum KnownUnavailableNameReason {\n /** The search service name doesn't match naming requirements. */\n Invalid = \"Invalid\",\n /** The search service name is already assigned to a different search service. */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for UnavailableNameReason. \\\n * {@link KnownUnavailableNameReason} can be used interchangeably with UnavailableNameReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: The search service name doesn't match naming requirements. \\\n * **AlreadyExists**: The search service name is already assigned to a different search service.\n */\nexport type UnavailableNameReason = string;\n\n/** Known values of {@link SharedPrivateLinkResourceAsyncOperationResult} that the service accepts. */\nexport enum KnownSharedPrivateLinkResourceAsyncOperationResult {\n /** Running */\n Running = \"Running\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for SharedPrivateLinkResourceAsyncOperationResult. \\\n * {@link KnownSharedPrivateLinkResourceAsyncOperationResult} can be used interchangeably with SharedPrivateLinkResourceAsyncOperationResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type SharedPrivateLinkResourceAsyncOperationResult = string;\n/** Defines values for AdminKeyKind. */\nexport type AdminKeyKind = \"primary\" | \"secondary\";\n/** Defines values for HostingMode. */\nexport type HostingMode = \"default\" | \"highDensity\";\n/** Defines values for SearchServiceStatus. */\nexport type SearchServiceStatus =\n | \"running\"\n | \"provisioning\"\n | \"deleting\"\n | \"degraded\"\n | \"disabled\"\n | \"error\"\n | \"stopped\";\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState = \"Succeeded\" | \"Provisioning\" | \"Failed\";\n/** Defines values for SearchEncryptionWithCmk. */\nexport type SearchEncryptionWithCmk = \"Disabled\" | \"Enabled\" | \"Unspecified\";\n/** Defines values for SearchEncryptionComplianceStatus. */\nexport type SearchEncryptionComplianceStatus = \"Compliant\" | \"NonCompliant\";\n/** Defines values for AadAuthFailureMode. */\nexport type AadAuthFailureMode = \"http403\" | \"http401WithBearerChallenge\";\n/** Defines values for PrivateLinkServiceConnectionStatus. */\nexport type PrivateLinkServiceConnectionStatus =\n | \"Pending\"\n | \"Approved\"\n | \"Rejected\"\n | \"Disconnected\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AdminKeysGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the get operation. */\nexport type AdminKeysGetResponse = AdminKeyResult;\n\n/** Optional parameters. */\nexport interface AdminKeysRegenerateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the regenerate operation. */\nexport type AdminKeysRegenerateResponse = AdminKeyResult;\n\n/** Optional parameters. */\nexport interface QueryKeysCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the create operation. */\nexport type QueryKeysCreateResponse = QueryKey;\n\n/** Optional parameters. */\nexport interface QueryKeysListBySearchServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listBySearchService operation. */\nexport type QueryKeysListBySearchServiceResponse = ListQueryKeysResult;\n\n/** Optional parameters. */\nexport interface QueryKeysDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Optional parameters. */\nexport interface QueryKeysListBySearchServiceNextOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listBySearchServiceNext operation. */\nexport type QueryKeysListBySearchServiceNextResponse = ListQueryKeysResult;\n\n/** Optional parameters. */\nexport interface ServicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServicesCreateOrUpdateResponse = SearchService;\n\n/** Optional parameters. */\nexport interface ServicesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the update operation. */\nexport type ServicesUpdateResponse = SearchService;\n\n/** Optional parameters. */\nexport interface ServicesGetOptionalParams extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the get operation. */\nexport type ServicesGetResponse = SearchService;\n\n/** Optional parameters. */\nexport interface ServicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Optional parameters. */\nexport interface ServicesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ServicesListByResourceGroupResponse = SearchServiceListResult;\n\n/** Optional parameters. */\nexport interface ServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ServicesListBySubscriptionResponse = SearchServiceListResult;\n\n/** Optional parameters. */\nexport interface ServicesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type ServicesCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface ServicesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ServicesListByResourceGroupNextResponse = SearchServiceListResult;\n\n/** Optional parameters. */\nexport interface ServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ServicesListBySubscriptionNextResponse = SearchServiceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListSupportedOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listSupported operation. */\nexport type PrivateLinkResourcesListSupportedResponse =\n PrivateLinkResourcesResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionsUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionsDeleteResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listByService operation. */\nexport type PrivateEndpointConnectionsListByServiceResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServiceNextOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listByServiceNext operation. */\nexport type PrivateEndpointConnectionsListByServiceNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface SharedPrivateLinkResourcesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SharedPrivateLinkResourcesCreateOrUpdateResponse =\n SharedPrivateLinkResource;\n\n/** Optional parameters. */\nexport interface SharedPrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the get operation. */\nexport type SharedPrivateLinkResourcesGetResponse = SharedPrivateLinkResource;\n\n/** Optional parameters. */\nexport interface SharedPrivateLinkResourcesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SharedPrivateLinkResourcesListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listByService operation. */\nexport type SharedPrivateLinkResourcesListByServiceResponse =\n SharedPrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface SharedPrivateLinkResourcesListByServiceNextOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listByServiceNext operation. */\nexport type SharedPrivateLinkResourcesListByServiceNextResponse =\n SharedPrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface UsagesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type UsagesListBySubscriptionResponse = QuotaUsagesListResult;\n\n/** Optional parameters. */\nexport interface UsagesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type UsagesListBySubscriptionNextResponse = QuotaUsagesListResult;\n\n/** Optional parameters. */\nexport interface UsageBySubscriptionSkuOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n searchManagementRequestOptions?: SearchManagementRequestOptions;\n}\n\n/** Contains response data for the usageBySubscriptionSku operation. */\nexport type UsageBySubscriptionSkuResponse = QuotaUsageResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsListByServiceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByService operation. */\nexport type NetworkSecurityPerimeterConfigurationsListByServiceResponse =\n NetworkSecurityPerimeterConfigurationListResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NetworkSecurityPerimeterConfigurationsGetResponse =\n NetworkSecurityPerimeterConfiguration;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the reconcile operation. */\nexport type NetworkSecurityPerimeterConfigurationsReconcileResponse =\n NetworkSecurityPerimeterConfigurationsReconcileHeaders;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterConfigurationsListByServiceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServiceNext operation. */\nexport type NetworkSecurityPerimeterConfigurationsListByServiceNextResponse =\n NetworkSecurityPerimeterConfigurationListResult;\n\n/** Optional parameters. */\nexport interface SearchManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"Boolean\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationServiceSpecification\",\n },\n },\n },\n },\n};\n\nexport const OperationServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetricsSpecification\",\n },\n },\n },\n },\n logSpecifications: {\n serializedName: \"logSpecifications\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationLogsSpecification\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationMetricsSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetricsSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetricDimension\",\n },\n },\n },\n },\n availabilities: {\n serializedName: \"availabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationAvailability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationMetricDimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetricDimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationAvailability\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationLogsSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationLogsSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AdminKeyResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdminKeyResult\",\n modelProperties: {\n primaryKey: {\n serializedName: \"primaryKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QueryKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryKey\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListQueryKeysResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListQueryKeysResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryKey\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkRuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpRule\",\n },\n },\n },\n },\n bypass: {\n serializedName: \"bypass\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IpRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpRule\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionWithCmk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionWithCmk\",\n modelProperties: {\n enforcement: {\n serializedName: \"enforcement\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Disabled\", \"Enabled\", \"Unspecified\"],\n },\n },\n encryptionComplianceStatus: {\n serializedName: \"encryptionComplianceStatus\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Compliant\", \"NonCompliant\"],\n },\n },\n },\n },\n};\n\nexport const DataPlaneAuthOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataPlaneAuthOptions\",\n modelProperties: {\n apiKeyOnly: {\n serializedName: \"apiKeyOnly\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n aadOrApiKey: {\n serializedName: \"aadOrApiKey\",\n type: {\n name: \"Composite\",\n className: \"DataPlaneAadOrApiKeyAuthOption\",\n },\n },\n },\n },\n};\n\nexport const DataPlaneAadOrApiKeyAuthOption: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataPlaneAadOrApiKeyAuthOption\",\n modelProperties: {\n aadAuthFailureMode: {\n serializedName: \"aadAuthFailureMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"http403\", \"http401WithBearerChallenge\"],\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className:\n \"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionPropertiesPrivateEndpoint: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionPropertiesPrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Pending\", \"Approved\", \"Rejected\", \"Disconnected\"],\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n defaultValue: \"None\",\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n modelProperties: {\n privateLinkResourceId: {\n serializedName: \"privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n requestMessage: {\n serializedName: \"requestMessage\",\n type: {\n name: \"String\",\n },\n },\n resourceRegion: {\n serializedName: \"resourceRegion\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedManagedIdentity\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedManagedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedManagedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SearchServiceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchServiceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SearchService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourcesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n shareablePrivateLinkResourceTypes: {\n serializedName: \"shareablePrivateLinkResourceTypes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ShareablePrivateLinkResourceType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const ShareablePrivateLinkResourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n typeParam: {\n defaultValue: \"searchServices\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityOutput\",\n modelProperties: {\n isNameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsagesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsageResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResultName\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsageResultName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsageResultName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfigurationListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NSPConfigPerimeter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSPConfigPerimeter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n perimeterGuid: {\n serializedName: \"perimeterGuid\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NSPConfigAssociation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSPConfigAssociation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NSPConfigProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSPConfigProfile\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n accessRulesVersion: {\n serializedName: \"accessRulesVersion\",\n type: {\n name: \"String\",\n },\n },\n accessRules: {\n serializedName: \"accessRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NSPConfigAccessRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NSPConfigAccessRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSPConfigAccessRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NSPConfigAccessRuleProperties\",\n },\n },\n },\n },\n};\n\nexport const NSPConfigAccessRuleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSPConfigAccessRuleProperties\",\n modelProperties: {\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\",\n },\n },\n addressPrefixes: {\n serializedName: \"addressPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n fullyQualifiedDomainNames: {\n serializedName: \"fullyQualifiedDomainNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n subscriptions: {\n serializedName: \"subscriptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n networkSecurityPerimeters: {\n serializedName: \"networkSecurityPerimeters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NSPConfigNetworkSecurityPerimeterRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NSPConfigNetworkSecurityPerimeterRule: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NSPConfigNetworkSecurityPerimeterRule\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n perimeterGuid: {\n serializedName: \"perimeterGuid\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NSPProvisioningIssue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSPProvisioningIssue\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NSPProvisioningIssueProperties\",\n },\n },\n },\n },\n};\n\nexport const NSPProvisioningIssueProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSPProvisioningIssueProperties\",\n modelProperties: {\n issueType: {\n serializedName: \"issueType\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n suggestedResourceIds: {\n serializedName: \"suggestedResourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n suggestedAccessRules: {\n serializedName: \"suggestedAccessRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AsyncOperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AsyncOperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SearchServiceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchServiceUpdate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n replicaCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.replicaCount\",\n type: {\n name: \"Number\",\n },\n },\n partitionCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n hostingMode: {\n defaultValue: \"default\",\n serializedName: \"properties.hostingMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"default\", \"highDensity\"],\n },\n },\n publicNetworkAccess: {\n defaultValue: \"enabled\",\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"running\",\n \"provisioning\",\n \"deleting\",\n \"degraded\",\n \"disabled\",\n \"error\",\n \"stopped\",\n ],\n },\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Succeeded\", \"Provisioning\", \"Failed\"],\n },\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n },\n },\n disabledDataExfiltrationOptions: {\n serializedName: \"properties.disabledDataExfiltrationOptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n encryptionWithCmk: {\n serializedName: \"properties.encryptionWithCmk\",\n type: {\n name: \"Composite\",\n className: \"EncryptionWithCmk\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n nullable: true,\n type: {\n name: \"Boolean\",\n },\n },\n authOptions: {\n serializedName: \"properties.authOptions\",\n type: {\n name: \"Composite\",\n className: \"DataPlaneAuthOptions\",\n },\n },\n semanticSearch: {\n serializedName: \"properties.semanticSearch\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n sharedPrivateLinkResources: {\n serializedName: \"properties.sharedPrivateLinkResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n },\n },\n },\n },\n eTag: {\n serializedName: \"properties.eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const SearchService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SearchService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n replicaCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.replicaCount\",\n type: {\n name: \"Number\",\n },\n },\n partitionCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 12,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n hostingMode: {\n defaultValue: \"default\",\n serializedName: \"properties.hostingMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\"default\", \"highDensity\"],\n },\n },\n publicNetworkAccess: {\n defaultValue: \"enabled\",\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"running\",\n \"provisioning\",\n \"deleting\",\n \"degraded\",\n \"disabled\",\n \"error\",\n \"stopped\",\n ],\n },\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Succeeded\", \"Provisioning\", \"Failed\"],\n },\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n },\n },\n disabledDataExfiltrationOptions: {\n serializedName: \"properties.disabledDataExfiltrationOptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n encryptionWithCmk: {\n serializedName: \"properties.encryptionWithCmk\",\n type: {\n name: \"Composite\",\n className: \"EncryptionWithCmk\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n nullable: true,\n type: {\n name: \"Boolean\",\n },\n },\n authOptions: {\n serializedName: \"properties.authOptions\",\n type: {\n name: \"Composite\",\n className: \"DataPlaneAuthOptions\",\n },\n },\n semanticSearch: {\n serializedName: \"properties.semanticSearch\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n sharedPrivateLinkResources: {\n serializedName: \"properties.sharedPrivateLinkResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n },\n },\n },\n },\n eTag: {\n serializedName: \"properties.eTag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n networkSecurityPerimeter: {\n serializedName: \"properties.networkSecurityPerimeter\",\n type: {\n name: \"Composite\",\n className: \"NSPConfigPerimeter\",\n },\n },\n resourceAssociation: {\n serializedName: \"properties.resourceAssociation\",\n type: {\n name: \"Composite\",\n className: \"NSPConfigAssociation\",\n },\n },\n profile: {\n serializedName: \"properties.profile\",\n type: {\n name: \"Composite\",\n className: \"NSPConfigProfile\",\n },\n },\n provisioningIssues: {\n serializedName: \"properties.provisioningIssues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NSPProvisioningIssue\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const NetworkSecurityPerimeterConfigurationsReconcileHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationsReconcileHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n"]}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { SearchService as SearchServiceMapper, SearchServiceUpdate as SearchServiceUpdateMapper, CheckNameAvailabilityInput as CheckNameAvailabilityInputMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, SharedPrivateLinkResource as SharedPrivateLinkResourceMapper, } from "../models/mappers";
|
|
8
|
+
import { SearchService as SearchServiceMapper, SearchServiceUpdate as SearchServiceUpdateMapper, CheckNameAvailabilityInput as CheckNameAvailabilityInputMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, SharedPrivateLinkResource as SharedPrivateLinkResourceMapper, } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n SearchService as SearchServiceMapper,\n SearchServiceUpdate as SearchServiceUpdateMapper,\n CheckNameAvailabilityInput as CheckNameAvailabilityInputMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n SharedPrivateLinkResource as SharedPrivateLinkResourceMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-06-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const searchServiceName: OperationURLParameter = {\n parameterPath: \"searchServiceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^(?=.{2,60}$)[a-z0-9][a-z0-9]+(-[a-z0-9]+)*$\"),\n },\n serializedName: \"searchServiceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const clientRequestId: OperationParameter = {\n parameterPath: [\n \"options\",\n \"searchManagementRequestOptions\",\n \"clientRequestId\",\n ],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const keyKind: OperationURLParameter = {\n parameterPath: \"keyKind\",\n mapper: {\n serializedName: \"keyKind\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"primary\", \"secondary\"],\n },\n },\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const key: OperationURLParameter = {\n parameterPath: \"key\",\n mapper: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const service: OperationParameter = {\n parameterPath: \"service\",\n mapper: SearchServiceMapper,\n};\n\nexport const searchServiceName1: OperationURLParameter = {\n parameterPath: \"searchServiceName\",\n mapper: {\n serializedName: \"searchServiceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const service1: OperationParameter = {\n parameterPath: \"service\",\n mapper: SearchServiceUpdateMapper,\n};\n\nexport const name1: OperationParameter = {\n parameterPath: \"name\",\n mapper: CheckNameAvailabilityInputMapper,\n};\n\nexport const typeParam: OperationParameter = {\n parameterPath: \"typeParam\",\n mapper: CheckNameAvailabilityInputMapper,\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sharedPrivateLinkResource: OperationParameter = {\n parameterPath: \"sharedPrivateLinkResource\",\n mapper: SharedPrivateLinkResourceMapper,\n};\n\nexport const sharedPrivateLinkResourceName: OperationURLParameter = {\n parameterPath: \"sharedPrivateLinkResourceName\",\n mapper: {\n serializedName: \"sharedPrivateLinkResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const skuName: OperationURLParameter = {\n parameterPath: \"skuName\",\n mapper: {\n serializedName: \"skuName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nspConfigName: OperationURLParameter = {\n parameterPath: \"nspConfigName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}\\\\.[a-z][a-z0-9]*$\",\n ),\n MaxLength: 100,\n MinLength: 38,\n },\n serializedName: \"nspConfigName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AdminKeys } from "../operationsInterfaces";
|
|
2
|
-
import { SearchManagementClient } from "../searchManagementClient";
|
|
3
|
-
import { AdminKeysGetOptionalParams, AdminKeysGetResponse, AdminKeyKind, AdminKeysRegenerateOptionalParams, AdminKeysRegenerateResponse } from "../models";
|
|
1
|
+
import { AdminKeys } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { SearchManagementClient } from "../searchManagementClient.js";
|
|
3
|
+
import { AdminKeysGetOptionalParams, AdminKeysGetResponse, AdminKeyKind, AdminKeysRegenerateOptionalParams, AdminKeysRegenerateResponse } from "../models/index.js";
|
|
4
4
|
/** Class containing AdminKeys operations. */
|
|
5
5
|
export declare class AdminKeysImpl implements AdminKeys {
|
|
6
6
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adminKeys.d.ts","sourceRoot":"","sources":["../../../src/operations/adminKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,YAAY,EACZ,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;;;;;OASG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;CAMxC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers";
|
|
10
|
-
import * as Parameters from "../models/parameters";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
11
|
/** Class containing AdminKeys operations. */
|
|
12
12
|
export class AdminKeysImpl {
|
|
13
13
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adminKeys.js","sourceRoot":"","sources":["../../../src/operations/adminKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAUtD,6CAA6C;AAC7C,MAAM,OAAO,aAAa;IAGxB;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACjD,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,UAAU,CACR,iBAAyB,EACzB,iBAAyB,EACzB,OAAqB,EACrB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,OAAO,EAAE,OAAO,EAAE,EAC1D,uBAAuB,CACxB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,gJAAgJ;IACtJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC;IACjE,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,+JAA+J;IACrK,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,OAAO;KACnB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC;IACjE,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AdminKeys } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { SearchManagementClient } from \"../searchManagementClient.js\";\nimport {\n AdminKeysGetOptionalParams,\n AdminKeysGetResponse,\n AdminKeyKind,\n AdminKeysRegenerateOptionalParams,\n AdminKeysRegenerateResponse,\n} from \"../models/index.js\";\n\n/** Class containing AdminKeys operations. */\nexport class AdminKeysImpl implements AdminKeys {\n private readonly client: SearchManagementClient;\n\n /**\n * Initialize a new instance of the class AdminKeys class.\n * @param client Reference to the service client\n */\n constructor(client: SearchManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the primary and secondary admin API keys for the specified Azure AI Search service.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure AI Search service associated with the specified\n * resource group.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n searchServiceName: string,\n options?: AdminKeysGetOptionalParams,\n ): Promise<AdminKeysGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, searchServiceName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Regenerates either the primary or secondary admin API key. You can only regenerate one key at a\n * time.\n * @param resourceGroupName The name of the resource group within the current subscription. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param searchServiceName The name of the Azure AI Search service associated with the specified\n * resource group.\n * @param keyKind Specifies which key to regenerate. Valid values include 'primary' and 'secondary'.\n * @param options The options parameters.\n */\n regenerate(\n resourceGroupName: string,\n searchServiceName: string,\n keyKind: AdminKeyKind,\n options?: AdminKeysRegenerateOptionalParams,\n ): Promise<AdminKeysRegenerateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, searchServiceName, keyKind, options },\n regenerateOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/listAdminKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdminKeyResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\nconst regenerateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/regenerateAdminKey/{keyKind}\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdminKeyResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.searchServiceName,\n Parameters.subscriptionId,\n Parameters.keyKind,\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./operations.js";
|
|
2
|
+
export * from "./adminKeys.js";
|
|
3
|
+
export * from "./queryKeys.js";
|
|
4
|
+
export * from "./services.js";
|
|
5
|
+
export * from "./privateLinkResources.js";
|
|
6
|
+
export * from "./privateEndpointConnections.js";
|
|
7
|
+
export * from "./sharedPrivateLinkResources.js";
|
|
8
|
+
export * from "./usages.js";
|
|
9
|
+
export * from "./networkSecurityPerimeterConfigurations.js";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,aAAa,CAAC;AAC5B,cAAc,6CAA6C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./operations.js";
|
|
9
|
+
export * from "./adminKeys.js";
|
|
10
|
+
export * from "./queryKeys.js";
|
|
11
|
+
export * from "./services.js";
|
|
12
|
+
export * from "./privateLinkResources.js";
|
|
13
|
+
export * from "./privateEndpointConnections.js";
|
|
14
|
+
export * from "./sharedPrivateLinkResources.js";
|
|
15
|
+
export * from "./usages.js";
|
|
16
|
+
export * from "./networkSecurityPerimeterConfigurations.js";
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,aAAa,CAAC;AAC5B,cAAc,6CAA6C,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./adminKeys.js\";\nexport * from \"./queryKeys.js\";\nexport * from \"./services.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./sharedPrivateLinkResources.js\";\nexport * from \"./usages.js\";\nexport * from \"./networkSecurityPerimeterConfigurations.js\";\n"]}
|