@azure/arm-servicenetworking 2.0.1-alpha.20250514.1 → 2.1.0-beta.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/CHANGELOG.md +20 -9
- package/LICENSE +1 -1
- package/README.md +4 -3
- package/dist/browser/api/associationsInterface/index.d.ts +2 -25
- package/dist/browser/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/browser/api/associationsInterface/index.js +1 -119
- package/dist/browser/api/associationsInterface/index.js.map +1 -1
- package/dist/browser/api/associationsInterface/operations.d.ts +32 -0
- package/dist/browser/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/associationsInterface/operations.js +162 -0
- package/dist/browser/api/associationsInterface/operations.js.map +1 -0
- package/dist/browser/api/associationsInterface/options.d.ts +21 -0
- package/dist/browser/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/browser/api/associationsInterface/options.js.map +1 -0
- package/dist/browser/api/frontendsInterface/index.d.ts +2 -25
- package/dist/browser/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/browser/api/frontendsInterface/index.js +1 -119
- package/dist/browser/api/frontendsInterface/index.js.map +1 -1
- package/dist/browser/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/browser/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/frontendsInterface/operations.js +162 -0
- package/dist/browser/api/frontendsInterface/operations.js.map +1 -0
- package/dist/browser/api/frontendsInterface/options.d.ts +21 -0
- package/dist/browser/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/browser/api/frontendsInterface/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +0 -6
- package/dist/browser/api/index.d.ts.map +1 -1
- package/dist/browser/api/index.js +0 -5
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +2 -8
- package/dist/browser/api/operations/index.d.ts.map +1 -1
- package/dist/browser/api/operations/index.js +1 -20
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/browser/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/browser/api/securityPoliciesInterface/index.js +1 -127
- package/dist/browser/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/browser/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/browser/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/operations.js +170 -0
- package/dist/browser/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/browser/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/options.js +4 -0
- package/dist/browser/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/browser/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/browser/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/browser/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/browser/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/browser/api/trafficControllerInterface/index.js +1 -150
- package/dist/browser/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/browser/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/browser/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/trafficControllerInterface/operations.js +192 -0
- package/dist/browser/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/browser/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/browser/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/browser/api/trafficControllerInterface/options.js +4 -0
- package/dist/browser/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/browser/classic/associationsInterface/index.d.ts +6 -1
- package/dist/browser/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/associationsInterface/index.js +6 -6
- package/dist/browser/classic/associationsInterface/index.js.map +1 -1
- package/dist/browser/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/browser/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/frontendsInterface/index.js +6 -6
- package/dist/browser/classic/frontendsInterface/index.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +1 -1
- package/dist/browser/classic/operations/index.d.ts.map +1 -1
- package/dist/browser/classic/operations/index.js +2 -2
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/browser/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/browser/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/browser/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/browser/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/trafficControllerInterface/index.js +7 -7
- package/dist/browser/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/browser/index.d.ts +7 -2
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +309 -241
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +313 -217
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +12 -12
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/browser/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/browser/serviceNetworkingManagementClient.js +1 -1
- package/dist/browser/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/associationsInterface/index.d.ts +2 -25
- package/dist/commonjs/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/associationsInterface/index.js +7 -134
- package/dist/commonjs/api/associationsInterface/index.js.map +1 -1
- package/dist/commonjs/api/associationsInterface/operations.d.ts +32 -0
- package/dist/commonjs/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/associationsInterface/operations.js +179 -0
- package/dist/commonjs/api/associationsInterface/operations.js.map +1 -0
- package/dist/commonjs/api/associationsInterface/options.d.ts +21 -0
- package/dist/commonjs/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/associationsInterface/options.js.map +1 -0
- package/dist/commonjs/api/frontendsInterface/index.d.ts +2 -25
- package/dist/commonjs/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/frontendsInterface/index.js +7 -134
- package/dist/commonjs/api/frontendsInterface/index.js.map +1 -1
- package/dist/commonjs/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/commonjs/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/frontendsInterface/operations.js +179 -0
- package/dist/commonjs/api/frontendsInterface/operations.js.map +1 -0
- package/dist/commonjs/api/frontendsInterface/options.d.ts +21 -0
- package/dist/commonjs/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/frontendsInterface/options.js +5 -0
- package/dist/commonjs/api/frontendsInterface/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +0 -6
- package/dist/commonjs/api/index.d.ts.map +1 -1
- package/dist/commonjs/api/index.js +1 -28
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/operations/index.d.ts +2 -8
- package/dist/commonjs/api/operations/index.d.ts.map +1 -1
- package/dist/commonjs/api/operations/index.js +3 -23
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/commonjs/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/securityPoliciesInterface/index.js +7 -142
- package/dist/commonjs/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/commonjs/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/commonjs/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/operations.js +187 -0
- package/dist/commonjs/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.js +5 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/commonjs/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/commonjs/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/commonjs/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/commonjs/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/trafficControllerInterface/index.js +8 -168
- package/dist/commonjs/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/commonjs/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/commonjs/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/trafficControllerInterface/operations.js +212 -0
- package/dist/commonjs/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/commonjs/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/commonjs/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/trafficControllerInterface/options.js +5 -0
- package/dist/commonjs/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/commonjs/classic/associationsInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/associationsInterface/index.js +6 -6
- package/dist/commonjs/classic/associationsInterface/index.js.map +1 -1
- package/dist/commonjs/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/frontendsInterface/index.js +6 -6
- package/dist/commonjs/classic/frontendsInterface/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.d.ts +1 -1
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
- package/dist/commonjs/classic/operations/index.js +2 -2
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/commonjs/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/commonjs/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/trafficControllerInterface/index.js +7 -7
- package/dist/commonjs/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +7 -2
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +5 -4
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +5 -4
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +309 -241
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +384 -279
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/restorePollerHelpers.js +12 -12
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/commonjs/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/commonjs/serviceNetworkingManagementClient.js +12 -12
- package/dist/commonjs/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/api/associationsInterface/index.d.ts +2 -25
- package/dist/esm/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/esm/api/associationsInterface/index.js +1 -119
- package/dist/esm/api/associationsInterface/index.js.map +1 -1
- package/dist/esm/api/associationsInterface/operations.d.ts +32 -0
- package/dist/esm/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/associationsInterface/operations.js +162 -0
- package/dist/esm/api/associationsInterface/operations.js.map +1 -0
- package/dist/esm/api/associationsInterface/options.d.ts +21 -0
- package/dist/esm/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/esm/api/associationsInterface/options.js +4 -0
- package/dist/esm/api/associationsInterface/options.js.map +1 -0
- package/dist/esm/api/frontendsInterface/index.d.ts +2 -25
- package/dist/esm/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/esm/api/frontendsInterface/index.js +1 -119
- package/dist/esm/api/frontendsInterface/index.js.map +1 -1
- package/dist/esm/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/esm/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/frontendsInterface/operations.js +162 -0
- package/dist/esm/api/frontendsInterface/operations.js.map +1 -0
- package/dist/esm/api/frontendsInterface/options.d.ts +21 -0
- package/dist/esm/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/esm/api/frontendsInterface/options.js +4 -0
- package/dist/esm/api/frontendsInterface/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +0 -6
- package/dist/esm/api/index.d.ts.map +1 -1
- package/dist/esm/api/index.js +0 -5
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +2 -8
- package/dist/esm/api/operations/index.d.ts.map +1 -1
- package/dist/esm/api/operations/index.js +1 -20
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/esm/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/esm/api/securityPoliciesInterface/index.js +1 -127
- package/dist/esm/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/esm/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/esm/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/operations.js +170 -0
- package/dist/esm/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/esm/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/options.js +4 -0
- package/dist/esm/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/esm/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/esm/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/esm/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/esm/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/esm/api/trafficControllerInterface/index.js +1 -150
- package/dist/esm/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/esm/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/esm/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/trafficControllerInterface/operations.js +192 -0
- package/dist/esm/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/esm/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/esm/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/esm/api/trafficControllerInterface/options.js +4 -0
- package/dist/esm/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/esm/classic/associationsInterface/index.d.ts +6 -1
- package/dist/esm/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/associationsInterface/index.js +6 -6
- package/dist/esm/classic/associationsInterface/index.js.map +1 -1
- package/dist/esm/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/esm/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/frontendsInterface/index.js +6 -6
- package/dist/esm/classic/frontendsInterface/index.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +1 -1
- package/dist/esm/classic/operations/index.d.ts.map +1 -1
- package/dist/esm/classic/operations/index.js +2 -2
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/esm/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/esm/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/esm/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/esm/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/trafficControllerInterface/index.js +7 -7
- package/dist/esm/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/esm/index.d.ts +7 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +309 -241
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +313 -217
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +12 -12
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/esm/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/esm/serviceNetworkingManagementClient.js +1 -1
- package/dist/esm/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/associationsInterface/index.d.ts +2 -25
- package/dist/react-native/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/associationsInterface/index.js +1 -119
- package/dist/react-native/api/associationsInterface/index.js.map +1 -1
- package/dist/react-native/api/associationsInterface/operations.d.ts +32 -0
- package/dist/react-native/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/associationsInterface/operations.js +162 -0
- package/dist/react-native/api/associationsInterface/operations.js.map +1 -0
- package/dist/react-native/api/associationsInterface/options.d.ts +21 -0
- package/dist/react-native/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/associationsInterface/options.js +4 -0
- package/dist/react-native/api/associationsInterface/options.js.map +1 -0
- package/dist/react-native/api/frontendsInterface/index.d.ts +2 -25
- package/dist/react-native/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/frontendsInterface/index.js +1 -119
- package/dist/react-native/api/frontendsInterface/index.js.map +1 -1
- package/dist/react-native/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/react-native/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/frontendsInterface/operations.js +162 -0
- package/dist/react-native/api/frontendsInterface/operations.js.map +1 -0
- package/dist/react-native/api/frontendsInterface/options.d.ts +21 -0
- package/dist/react-native/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/frontendsInterface/options.js +4 -0
- package/dist/react-native/api/frontendsInterface/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +0 -6
- package/dist/react-native/api/index.d.ts.map +1 -1
- package/dist/react-native/api/index.js +0 -5
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/operations/index.d.ts +2 -8
- package/dist/react-native/api/operations/index.d.ts.map +1 -1
- package/dist/react-native/api/operations/index.js +1 -20
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/react-native/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/securityPoliciesInterface/index.js +1 -127
- package/dist/react-native/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/react-native/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/react-native/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/operations.js +170 -0
- package/dist/react-native/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/react-native/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/options.js +4 -0
- package/dist/react-native/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/react-native/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/react-native/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/react-native/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/react-native/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/trafficControllerInterface/index.js +1 -150
- package/dist/react-native/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/react-native/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/react-native/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/trafficControllerInterface/operations.js +192 -0
- package/dist/react-native/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/react-native/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/react-native/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/trafficControllerInterface/options.js +4 -0
- package/dist/react-native/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/react-native/classic/associationsInterface/index.d.ts +6 -1
- package/dist/react-native/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/associationsInterface/index.js +6 -6
- package/dist/react-native/classic/associationsInterface/index.js.map +1 -1
- package/dist/react-native/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/react-native/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/frontendsInterface/index.js +6 -6
- package/dist/react-native/classic/frontendsInterface/index.js.map +1 -1
- package/dist/react-native/classic/operations/index.d.ts +1 -1
- package/dist/react-native/classic/operations/index.d.ts.map +1 -1
- package/dist/react-native/classic/operations/index.js +2 -2
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/react-native/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/react-native/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/react-native/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/react-native/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/trafficControllerInterface/index.js +7 -7
- package/dist/react-native/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/react-native/index.d.ts +7 -2
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +309 -241
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +313 -217
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +12 -12
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.js +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +125 -11
- package/review/arm-servicenetworking-api-associationsInterface.api.md +51 -0
- package/review/arm-servicenetworking-api-frontendsInterface.api.md +51 -0
- package/review/arm-servicenetworking-api-operations.api.md +19 -0
- package/review/arm-servicenetworking-api-securityPoliciesInterface.api.md +51 -0
- package/review/arm-servicenetworking-api-trafficControllerInterface.api.md +58 -0
- package/review/arm-servicenetworking-api.api.md +27 -0
- package/review/arm-servicenetworking-models.api.md +41 -1
- package/review/arm-servicenetworking.api.md +41 -1
- package/dist/browser/api/options.d.ts +0 -84
- package/dist/browser/api/options.d.ts.map +0 -1
- package/dist/browser/api/options.js.map +0 -1
- package/dist/commonjs/api/options.d.ts +0 -84
- package/dist/commonjs/api/options.d.ts.map +0 -1
- package/dist/commonjs/api/options.js.map +0 -1
- package/dist/esm/api/options.d.ts +0 -84
- package/dist/esm/api/options.d.ts.map +0 -1
- package/dist/esm/api/options.js.map +0 -1
- package/dist/react-native/api/options.d.ts +0 -84
- package/dist/react-native/api/options.d.ts.map +0 -1
- package/dist/react-native/api/options.js.map +0 -1
- /package/dist/browser/api/{options.js → associationsInterface/options.js} +0 -0
- /package/dist/{esm/api → browser/api/frontendsInterface}/options.js +0 -0
- /package/dist/{react-native/api → browser/api/operations}/options.js +0 -0
- /package/dist/commonjs/api/{options.js → associationsInterface/options.js} +0 -0
|
@@ -1,49 +1,126 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
|
-
export function
|
|
3
|
+
export function associationSerializer(item) {
|
|
4
4
|
return {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
tags: item["tags"],
|
|
6
|
+
location: item["location"],
|
|
7
|
+
properties: !item["properties"]
|
|
8
|
+
? item["properties"]
|
|
9
|
+
: associationPropertiesSerializer(item["properties"]),
|
|
7
10
|
};
|
|
8
11
|
}
|
|
9
|
-
export function
|
|
10
|
-
return
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
export function associationDeserializer(item) {
|
|
13
|
+
return {
|
|
14
|
+
tags: item["tags"],
|
|
15
|
+
location: item["location"],
|
|
16
|
+
id: item["id"],
|
|
17
|
+
name: item["name"],
|
|
18
|
+
type: item["type"],
|
|
19
|
+
systemData: !item["systemData"]
|
|
20
|
+
? item["systemData"]
|
|
21
|
+
: systemDataDeserializer(item["systemData"]),
|
|
22
|
+
properties: !item["properties"]
|
|
23
|
+
? item["properties"]
|
|
24
|
+
: associationPropertiesDeserializer(item["properties"]),
|
|
25
|
+
};
|
|
13
26
|
}
|
|
14
|
-
export function
|
|
27
|
+
export function associationPropertiesSerializer(item) {
|
|
28
|
+
return {
|
|
29
|
+
associationType: item["associationType"],
|
|
30
|
+
subnet: !item["subnet"] ? item["subnet"] : associationSubnetSerializer(item["subnet"]),
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function associationPropertiesDeserializer(item) {
|
|
34
|
+
return {
|
|
35
|
+
associationType: item["associationType"],
|
|
36
|
+
subnet: !item["subnet"] ? item["subnet"] : associationSubnetDeserializer(item["subnet"]),
|
|
37
|
+
provisioningState: item["provisioningState"],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
/** Association Type Enum */
|
|
41
|
+
export var KnownAssociationType;
|
|
42
|
+
(function (KnownAssociationType) {
|
|
43
|
+
/** Association of Type Subnet */
|
|
44
|
+
KnownAssociationType["Subnets"] = "subnets";
|
|
45
|
+
})(KnownAssociationType || (KnownAssociationType = {}));
|
|
46
|
+
export function associationSubnetSerializer(item) {
|
|
47
|
+
return { id: item["id"] };
|
|
48
|
+
}
|
|
49
|
+
export function associationSubnetDeserializer(item) {
|
|
15
50
|
return {
|
|
51
|
+
id: item["id"],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
/** Resource Provisioning State Enum */
|
|
55
|
+
export var KnownProvisioningState;
|
|
56
|
+
(function (KnownProvisioningState) {
|
|
57
|
+
/** Resource in Provisioning State */
|
|
58
|
+
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
59
|
+
/** Resource in Updating State */
|
|
60
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
61
|
+
/** Resource in Deleting State */
|
|
62
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
63
|
+
/** Resource in Accepted State */
|
|
64
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
65
|
+
/** Resource in Succeeded State */
|
|
66
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
67
|
+
/** Resource in Failed State */
|
|
68
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
69
|
+
/** Resource in Canceled State */
|
|
70
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
71
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
72
|
+
export function trackedResourceSerializer(item) {
|
|
73
|
+
return { tags: item["tags"], location: item["location"] };
|
|
74
|
+
}
|
|
75
|
+
export function trackedResourceDeserializer(item) {
|
|
76
|
+
return {
|
|
77
|
+
id: item["id"],
|
|
16
78
|
name: item["name"],
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
79
|
+
type: item["type"],
|
|
80
|
+
systemData: !item["systemData"]
|
|
81
|
+
? item["systemData"]
|
|
82
|
+
: systemDataDeserializer(item["systemData"]),
|
|
83
|
+
tags: item["tags"],
|
|
84
|
+
location: item["location"],
|
|
21
85
|
};
|
|
22
86
|
}
|
|
23
|
-
export function
|
|
87
|
+
export function resourceSerializer(item) {
|
|
88
|
+
return item;
|
|
89
|
+
}
|
|
90
|
+
export function resourceDeserializer(item) {
|
|
24
91
|
return {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
92
|
+
id: item["id"],
|
|
93
|
+
name: item["name"],
|
|
94
|
+
type: item["type"],
|
|
95
|
+
systemData: !item["systemData"]
|
|
96
|
+
? item["systemData"]
|
|
97
|
+
: systemDataDeserializer(item["systemData"]),
|
|
29
98
|
};
|
|
30
99
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
100
|
+
export function systemDataDeserializer(item) {
|
|
101
|
+
return {
|
|
102
|
+
createdBy: item["createdBy"],
|
|
103
|
+
createdByType: item["createdByType"],
|
|
104
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
105
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
106
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
107
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
108
|
+
? item["lastModifiedAt"]
|
|
109
|
+
: new Date(item["lastModifiedAt"]),
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
/** The kind of entity that created the resource. */
|
|
113
|
+
export var KnownCreatedByType;
|
|
114
|
+
(function (KnownCreatedByType) {
|
|
115
|
+
/** The entity was created by a user. */
|
|
116
|
+
KnownCreatedByType["User"] = "User";
|
|
117
|
+
/** The entity was created by an application. */
|
|
118
|
+
KnownCreatedByType["Application"] = "Application";
|
|
119
|
+
/** The entity was created by a managed identity. */
|
|
120
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
121
|
+
/** The entity was created by a key. */
|
|
122
|
+
KnownCreatedByType["Key"] = "Key";
|
|
123
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
47
124
|
export function errorResponseDeserializer(item) {
|
|
48
125
|
return {
|
|
49
126
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
@@ -79,16 +156,49 @@ export function errorAdditionalInfoDeserializer(item) {
|
|
|
79
156
|
export function _errorAdditionalInfoInfoDeserializer(item) {
|
|
80
157
|
return item;
|
|
81
158
|
}
|
|
82
|
-
export function
|
|
159
|
+
export function associationUpdateSerializer(item) {
|
|
160
|
+
return {
|
|
161
|
+
tags: item["tags"],
|
|
162
|
+
properties: !item["properties"]
|
|
163
|
+
? item["properties"]
|
|
164
|
+
: associationUpdatePropertiesSerializer(item["properties"]),
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
export function associationUpdatePropertiesSerializer(item) {
|
|
168
|
+
return {
|
|
169
|
+
associationType: item["associationType"],
|
|
170
|
+
subnet: !item["subnet"] ? item["subnet"] : associationSubnetUpdateSerializer(item["subnet"]),
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
export function associationSubnetUpdateSerializer(item) {
|
|
174
|
+
return { id: item["id"] };
|
|
175
|
+
}
|
|
176
|
+
export function _associationListResultDeserializer(item) {
|
|
177
|
+
return {
|
|
178
|
+
value: associationArrayDeserializer(item["value"]),
|
|
179
|
+
nextLink: item["nextLink"],
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
export function associationArraySerializer(result) {
|
|
183
|
+
return result.map((item) => {
|
|
184
|
+
return associationSerializer(item);
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
export function associationArrayDeserializer(result) {
|
|
188
|
+
return result.map((item) => {
|
|
189
|
+
return associationDeserializer(item);
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
export function frontendSerializer(item) {
|
|
83
193
|
return {
|
|
84
194
|
tags: item["tags"],
|
|
85
195
|
location: item["location"],
|
|
86
196
|
properties: !item["properties"]
|
|
87
197
|
? item["properties"]
|
|
88
|
-
:
|
|
198
|
+
: frontendPropertiesSerializer(item["properties"]),
|
|
89
199
|
};
|
|
90
200
|
}
|
|
91
|
-
export function
|
|
201
|
+
export function frontendDeserializer(item) {
|
|
92
202
|
return {
|
|
93
203
|
tags: item["tags"],
|
|
94
204
|
location: item["location"],
|
|
@@ -100,53 +210,33 @@ export function trafficControllerDeserializer(item) {
|
|
|
100
210
|
: systemDataDeserializer(item["systemData"]),
|
|
101
211
|
properties: !item["properties"]
|
|
102
212
|
? item["properties"]
|
|
103
|
-
:
|
|
213
|
+
: frontendPropertiesDeserializer(item["properties"]),
|
|
104
214
|
};
|
|
105
215
|
}
|
|
106
|
-
export function
|
|
216
|
+
export function frontendPropertiesSerializer(item) {
|
|
107
217
|
return {
|
|
108
218
|
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
109
219
|
? item["securityPolicyConfigurations"]
|
|
110
220
|
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
111
221
|
};
|
|
112
222
|
}
|
|
113
|
-
export function
|
|
223
|
+
export function frontendPropertiesDeserializer(item) {
|
|
114
224
|
return {
|
|
115
|
-
|
|
116
|
-
? item["configurationEndpoints"]
|
|
117
|
-
: item["configurationEndpoints"].map((p) => {
|
|
118
|
-
return p;
|
|
119
|
-
}),
|
|
120
|
-
frontends: !item["frontends"]
|
|
121
|
-
? item["frontends"]
|
|
122
|
-
: resourceIdArrayDeserializer(item["frontends"]),
|
|
123
|
-
associations: !item["associations"]
|
|
124
|
-
? item["associations"]
|
|
125
|
-
: resourceIdArrayDeserializer(item["associations"]),
|
|
126
|
-
securityPolicies: !item["securityPolicies"]
|
|
127
|
-
? item["securityPolicies"]
|
|
128
|
-
: resourceIdArrayDeserializer(item["securityPolicies"]),
|
|
225
|
+
fqdn: item["fqdn"],
|
|
129
226
|
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
130
227
|
? item["securityPolicyConfigurations"]
|
|
131
228
|
: securityPolicyConfigurationsDeserializer(item["securityPolicyConfigurations"]),
|
|
132
229
|
provisioningState: item["provisioningState"],
|
|
133
230
|
};
|
|
134
231
|
}
|
|
135
|
-
export function resourceIdArrayDeserializer(result) {
|
|
136
|
-
return result.map((item) => {
|
|
137
|
-
return resourceIdDeserializer(item);
|
|
138
|
-
});
|
|
139
|
-
}
|
|
140
|
-
export function resourceIdDeserializer(item) {
|
|
141
|
-
return {
|
|
142
|
-
id: item["id"],
|
|
143
|
-
};
|
|
144
|
-
}
|
|
145
232
|
export function securityPolicyConfigurationsSerializer(item) {
|
|
146
233
|
return {
|
|
147
234
|
wafSecurityPolicy: !item["wafSecurityPolicy"]
|
|
148
235
|
? item["wafSecurityPolicy"]
|
|
149
236
|
: wafSecurityPolicySerializer(item["wafSecurityPolicy"]),
|
|
237
|
+
ipAccessRulesSecurityPolicy: !item["ipAccessRulesSecurityPolicy"]
|
|
238
|
+
? item["ipAccessRulesSecurityPolicy"]
|
|
239
|
+
: ipAccessRulesSecurityPolicySerializer(item["ipAccessRulesSecurityPolicy"]),
|
|
150
240
|
};
|
|
151
241
|
}
|
|
152
242
|
export function securityPolicyConfigurationsDeserializer(item) {
|
|
@@ -154,6 +244,9 @@ export function securityPolicyConfigurationsDeserializer(item) {
|
|
|
154
244
|
wafSecurityPolicy: !item["wafSecurityPolicy"]
|
|
155
245
|
? item["wafSecurityPolicy"]
|
|
156
246
|
: wafSecurityPolicyDeserializer(item["wafSecurityPolicy"]),
|
|
247
|
+
ipAccessRulesSecurityPolicy: !item["ipAccessRulesSecurityPolicy"]
|
|
248
|
+
? item["ipAccessRulesSecurityPolicy"]
|
|
249
|
+
: ipAccessRulesSecurityPolicyDeserializer(item["ipAccessRulesSecurityPolicy"]),
|
|
157
250
|
};
|
|
158
251
|
}
|
|
159
252
|
export function wafSecurityPolicySerializer(item) {
|
|
@@ -164,105 +257,43 @@ export function wafSecurityPolicyDeserializer(item) {
|
|
|
164
257
|
id: item["id"],
|
|
165
258
|
};
|
|
166
259
|
}
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
(function (KnownProvisioningState) {
|
|
170
|
-
/** Resource in Provisioning State */
|
|
171
|
-
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
172
|
-
/** Resource in Updating State */
|
|
173
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
174
|
-
/** Resource in Deleting State */
|
|
175
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
176
|
-
/** Resource in Accepted State */
|
|
177
|
-
KnownProvisioningState["Accepted"] = "Accepted";
|
|
178
|
-
/** Resource in Succeeded State */
|
|
179
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
180
|
-
/** Resource in Failed State */
|
|
181
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
182
|
-
/** Resource in Canceled State */
|
|
183
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
184
|
-
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
185
|
-
export function trackedResourceSerializer(item) {
|
|
186
|
-
return { tags: item["tags"], location: item["location"] };
|
|
187
|
-
}
|
|
188
|
-
export function trackedResourceDeserializer(item) {
|
|
189
|
-
return {
|
|
190
|
-
id: item["id"],
|
|
191
|
-
name: item["name"],
|
|
192
|
-
type: item["type"],
|
|
193
|
-
systemData: !item["systemData"]
|
|
194
|
-
? item["systemData"]
|
|
195
|
-
: systemDataDeserializer(item["systemData"]),
|
|
196
|
-
tags: item["tags"],
|
|
197
|
-
location: item["location"],
|
|
198
|
-
};
|
|
199
|
-
}
|
|
200
|
-
export function resourceSerializer(item) {
|
|
201
|
-
return item;
|
|
260
|
+
export function ipAccessRulesSecurityPolicySerializer(item) {
|
|
261
|
+
return { id: item["id"] };
|
|
202
262
|
}
|
|
203
|
-
export function
|
|
263
|
+
export function ipAccessRulesSecurityPolicyDeserializer(item) {
|
|
204
264
|
return {
|
|
205
265
|
id: item["id"],
|
|
206
|
-
name: item["name"],
|
|
207
|
-
type: item["type"],
|
|
208
|
-
systemData: !item["systemData"]
|
|
209
|
-
? item["systemData"]
|
|
210
|
-
: systemDataDeserializer(item["systemData"]),
|
|
211
|
-
};
|
|
212
|
-
}
|
|
213
|
-
export function systemDataDeserializer(item) {
|
|
214
|
-
return {
|
|
215
|
-
createdBy: item["createdBy"],
|
|
216
|
-
createdByType: item["createdByType"],
|
|
217
|
-
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
218
|
-
lastModifiedBy: item["lastModifiedBy"],
|
|
219
|
-
lastModifiedByType: item["lastModifiedByType"],
|
|
220
|
-
lastModifiedAt: !item["lastModifiedAt"]
|
|
221
|
-
? item["lastModifiedAt"]
|
|
222
|
-
: new Date(item["lastModifiedAt"]),
|
|
223
266
|
};
|
|
224
267
|
}
|
|
225
|
-
|
|
226
|
-
export var KnownCreatedByType;
|
|
227
|
-
(function (KnownCreatedByType) {
|
|
228
|
-
/** The entity was created by a user. */
|
|
229
|
-
KnownCreatedByType["User"] = "User";
|
|
230
|
-
/** The entity was created by an application. */
|
|
231
|
-
KnownCreatedByType["Application"] = "Application";
|
|
232
|
-
/** The entity was created by a managed identity. */
|
|
233
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
234
|
-
/** The entity was created by a key. */
|
|
235
|
-
KnownCreatedByType["Key"] = "Key";
|
|
236
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
237
|
-
export function trafficControllerUpdateSerializer(item) {
|
|
268
|
+
export function frontendUpdateSerializer(item) {
|
|
238
269
|
return {
|
|
239
270
|
tags: item["tags"],
|
|
240
271
|
properties: !item["properties"]
|
|
241
272
|
? item["properties"]
|
|
242
|
-
:
|
|
273
|
+
: frontendUpdatePropertiesSerializer(item["properties"]),
|
|
243
274
|
};
|
|
244
275
|
}
|
|
245
|
-
export function
|
|
276
|
+
export function frontendUpdatePropertiesSerializer(item) {
|
|
246
277
|
return {
|
|
247
278
|
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
248
279
|
? item["securityPolicyConfigurations"]
|
|
249
280
|
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
250
281
|
};
|
|
251
282
|
}
|
|
252
|
-
export function
|
|
283
|
+
export function _frontendListResultDeserializer(item) {
|
|
253
284
|
return {
|
|
254
|
-
value:
|
|
285
|
+
value: frontendArrayDeserializer(item["value"]),
|
|
255
286
|
nextLink: item["nextLink"],
|
|
256
287
|
};
|
|
257
288
|
}
|
|
258
|
-
export function
|
|
289
|
+
export function frontendArraySerializer(result) {
|
|
259
290
|
return result.map((item) => {
|
|
260
|
-
return
|
|
291
|
+
return frontendSerializer(item);
|
|
261
292
|
});
|
|
262
293
|
}
|
|
263
|
-
export function
|
|
294
|
+
export function frontendArrayDeserializer(result) {
|
|
264
295
|
return result.map((item) => {
|
|
265
|
-
return
|
|
296
|
+
return frontendDeserializer(item);
|
|
266
297
|
});
|
|
267
298
|
}
|
|
268
299
|
export function securityPolicySerializer(item) {
|
|
@@ -292,12 +323,18 @@ export function securityPolicyDeserializer(item) {
|
|
|
292
323
|
export function securityPolicyPropertiesSerializer(item) {
|
|
293
324
|
return {
|
|
294
325
|
wafPolicy: !item["wafPolicy"] ? item["wafPolicy"] : wafPolicySerializer(item["wafPolicy"]),
|
|
326
|
+
ipAccessRulesPolicy: !item["ipAccessRulesPolicy"]
|
|
327
|
+
? item["ipAccessRulesPolicy"]
|
|
328
|
+
: ipAccessRulesPolicySerializer(item["ipAccessRulesPolicy"]),
|
|
295
329
|
};
|
|
296
330
|
}
|
|
297
331
|
export function securityPolicyPropertiesDeserializer(item) {
|
|
298
332
|
return {
|
|
299
333
|
policyType: item["policyType"],
|
|
300
334
|
wafPolicy: !item["wafPolicy"] ? item["wafPolicy"] : wafPolicyDeserializer(item["wafPolicy"]),
|
|
335
|
+
ipAccessRulesPolicy: !item["ipAccessRulesPolicy"]
|
|
336
|
+
? item["ipAccessRulesPolicy"]
|
|
337
|
+
: ipAccessRulesPolicyDeserializer(item["ipAccessRulesPolicy"]),
|
|
301
338
|
provisioningState: item["provisioningState"],
|
|
302
339
|
};
|
|
303
340
|
}
|
|
@@ -306,6 +343,8 @@ export var KnownPolicyType;
|
|
|
306
343
|
(function (KnownPolicyType) {
|
|
307
344
|
/** Policy of Type WAF */
|
|
308
345
|
KnownPolicyType["WAF"] = "waf";
|
|
346
|
+
/** Policy of Type IpAccessRules */
|
|
347
|
+
KnownPolicyType["IpAccessRules"] = "ipAccessRules";
|
|
309
348
|
})(KnownPolicyType || (KnownPolicyType = {}));
|
|
310
349
|
export function wafPolicySerializer(item) {
|
|
311
350
|
return { id: item["id"] };
|
|
@@ -315,97 +354,96 @@ export function wafPolicyDeserializer(item) {
|
|
|
315
354
|
id: item["id"],
|
|
316
355
|
};
|
|
317
356
|
}
|
|
318
|
-
export function
|
|
357
|
+
export function ipAccessRulesPolicySerializer(item) {
|
|
319
358
|
return {
|
|
320
|
-
|
|
321
|
-
properties: !item["properties"]
|
|
322
|
-
? item["properties"]
|
|
323
|
-
: securityPolicyUpdatePropertiesSerializer(item["properties"]),
|
|
359
|
+
rules: !item["rules"] ? item["rules"] : ipAccessRuleArraySerializer(item["rules"]),
|
|
324
360
|
};
|
|
325
361
|
}
|
|
326
|
-
export function
|
|
362
|
+
export function ipAccessRulesPolicyDeserializer(item) {
|
|
327
363
|
return {
|
|
328
|
-
|
|
364
|
+
rules: !item["rules"] ? item["rules"] : ipAccessRuleArrayDeserializer(item["rules"]),
|
|
329
365
|
};
|
|
330
366
|
}
|
|
331
|
-
export function
|
|
332
|
-
return {
|
|
333
|
-
value: securityPolicyArrayDeserializer(item["value"]),
|
|
334
|
-
nextLink: item["nextLink"],
|
|
335
|
-
};
|
|
336
|
-
}
|
|
337
|
-
export function securityPolicyArraySerializer(result) {
|
|
367
|
+
export function ipAccessRuleArraySerializer(result) {
|
|
338
368
|
return result.map((item) => {
|
|
339
|
-
return
|
|
369
|
+
return ipAccessRuleSerializer(item);
|
|
340
370
|
});
|
|
341
371
|
}
|
|
342
|
-
export function
|
|
372
|
+
export function ipAccessRuleArrayDeserializer(result) {
|
|
343
373
|
return result.map((item) => {
|
|
344
|
-
return
|
|
374
|
+
return ipAccessRuleDeserializer(item);
|
|
345
375
|
});
|
|
346
376
|
}
|
|
347
|
-
export function
|
|
377
|
+
export function ipAccessRuleSerializer(item) {
|
|
348
378
|
return {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
379
|
+
name: item["name"],
|
|
380
|
+
priority: item["priority"],
|
|
381
|
+
sourceAddressPrefixes: item["sourceAddressPrefixes"].map((p) => {
|
|
382
|
+
return p;
|
|
383
|
+
}),
|
|
384
|
+
action: item["action"],
|
|
354
385
|
};
|
|
355
386
|
}
|
|
356
|
-
export function
|
|
387
|
+
export function ipAccessRuleDeserializer(item) {
|
|
357
388
|
return {
|
|
358
|
-
tags: item["tags"],
|
|
359
|
-
location: item["location"],
|
|
360
|
-
id: item["id"],
|
|
361
389
|
name: item["name"],
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
390
|
+
priority: item["priority"],
|
|
391
|
+
sourceAddressPrefixes: item["sourceAddressPrefixes"].map((p) => {
|
|
392
|
+
return p;
|
|
393
|
+
}),
|
|
394
|
+
action: item["action"],
|
|
395
|
+
};
|
|
396
|
+
}
|
|
397
|
+
/** Action of Ip Access Rule */
|
|
398
|
+
export var KnownIpAccessRuleAction;
|
|
399
|
+
(function (KnownIpAccessRuleAction) {
|
|
400
|
+
/** Allow Source Ip Prefixes */
|
|
401
|
+
KnownIpAccessRuleAction["Allow"] = "allow";
|
|
402
|
+
/** Deny Source Ip Prefixes */
|
|
403
|
+
KnownIpAccessRuleAction["Deny"] = "deny";
|
|
404
|
+
})(KnownIpAccessRuleAction || (KnownIpAccessRuleAction = {}));
|
|
405
|
+
export function securityPolicyUpdateSerializer(item) {
|
|
406
|
+
return {
|
|
407
|
+
tags: item["tags"],
|
|
366
408
|
properties: !item["properties"]
|
|
367
409
|
? item["properties"]
|
|
368
|
-
:
|
|
410
|
+
: securityPolicyUpdatePropertiesSerializer(item["properties"]),
|
|
369
411
|
};
|
|
370
412
|
}
|
|
371
|
-
export function
|
|
372
|
-
return item;
|
|
373
|
-
}
|
|
374
|
-
export function frontendPropertiesDeserializer(item) {
|
|
413
|
+
export function securityPolicyUpdatePropertiesSerializer(item) {
|
|
375
414
|
return {
|
|
376
|
-
|
|
377
|
-
|
|
415
|
+
wafPolicy: !item["wafPolicy"] ? item["wafPolicy"] : wafPolicySerializer(item["wafPolicy"]),
|
|
416
|
+
ipAccessRulesPolicy: !item["ipAccessRulesPolicy"]
|
|
417
|
+
? item["ipAccessRulesPolicy"]
|
|
418
|
+
: ipAccessRulesPolicySerializer(item["ipAccessRulesPolicy"]),
|
|
378
419
|
};
|
|
379
420
|
}
|
|
380
|
-
export function
|
|
381
|
-
return { tags: item["tags"] };
|
|
382
|
-
}
|
|
383
|
-
export function _frontendListResultDeserializer(item) {
|
|
421
|
+
export function _securityPolicyListResultDeserializer(item) {
|
|
384
422
|
return {
|
|
385
|
-
value:
|
|
423
|
+
value: securityPolicyArrayDeserializer(item["value"]),
|
|
386
424
|
nextLink: item["nextLink"],
|
|
387
425
|
};
|
|
388
426
|
}
|
|
389
|
-
export function
|
|
427
|
+
export function securityPolicyArraySerializer(result) {
|
|
390
428
|
return result.map((item) => {
|
|
391
|
-
return
|
|
429
|
+
return securityPolicySerializer(item);
|
|
392
430
|
});
|
|
393
431
|
}
|
|
394
|
-
export function
|
|
432
|
+
export function securityPolicyArrayDeserializer(result) {
|
|
395
433
|
return result.map((item) => {
|
|
396
|
-
return
|
|
434
|
+
return securityPolicyDeserializer(item);
|
|
397
435
|
});
|
|
398
436
|
}
|
|
399
|
-
export function
|
|
437
|
+
export function trafficControllerSerializer(item) {
|
|
400
438
|
return {
|
|
401
439
|
tags: item["tags"],
|
|
402
440
|
location: item["location"],
|
|
403
441
|
properties: !item["properties"]
|
|
404
442
|
? item["properties"]
|
|
405
|
-
:
|
|
443
|
+
: trafficControllerPropertiesSerializer(item["properties"]),
|
|
406
444
|
};
|
|
407
445
|
}
|
|
408
|
-
export function
|
|
446
|
+
export function trafficControllerDeserializer(item) {
|
|
409
447
|
return {
|
|
410
448
|
tags: item["tags"],
|
|
411
449
|
location: item["location"],
|
|
@@ -417,75 +455,133 @@ export function associationDeserializer(item) {
|
|
|
417
455
|
: systemDataDeserializer(item["systemData"]),
|
|
418
456
|
properties: !item["properties"]
|
|
419
457
|
? item["properties"]
|
|
420
|
-
:
|
|
458
|
+
: trafficControllerPropertiesDeserializer(item["properties"]),
|
|
421
459
|
};
|
|
422
460
|
}
|
|
423
|
-
export function
|
|
461
|
+
export function trafficControllerPropertiesSerializer(item) {
|
|
424
462
|
return {
|
|
425
|
-
|
|
426
|
-
|
|
463
|
+
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
464
|
+
? item["securityPolicyConfigurations"]
|
|
465
|
+
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
427
466
|
};
|
|
428
467
|
}
|
|
429
|
-
export function
|
|
468
|
+
export function trafficControllerPropertiesDeserializer(item) {
|
|
430
469
|
return {
|
|
431
|
-
|
|
432
|
-
|
|
470
|
+
configurationEndpoints: !item["configurationEndpoints"]
|
|
471
|
+
? item["configurationEndpoints"]
|
|
472
|
+
: item["configurationEndpoints"].map((p) => {
|
|
473
|
+
return p;
|
|
474
|
+
}),
|
|
475
|
+
frontends: !item["frontends"]
|
|
476
|
+
? item["frontends"]
|
|
477
|
+
: resourceIdArrayDeserializer(item["frontends"]),
|
|
478
|
+
associations: !item["associations"]
|
|
479
|
+
? item["associations"]
|
|
480
|
+
: resourceIdArrayDeserializer(item["associations"]),
|
|
481
|
+
securityPolicies: !item["securityPolicies"]
|
|
482
|
+
? item["securityPolicies"]
|
|
483
|
+
: resourceIdArrayDeserializer(item["securityPolicies"]),
|
|
484
|
+
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
485
|
+
? item["securityPolicyConfigurations"]
|
|
486
|
+
: securityPolicyConfigurationsDeserializer(item["securityPolicyConfigurations"]),
|
|
433
487
|
provisioningState: item["provisioningState"],
|
|
434
488
|
};
|
|
435
489
|
}
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
KnownAssociationType["Subnets"] = "subnets";
|
|
441
|
-
})(KnownAssociationType || (KnownAssociationType = {}));
|
|
442
|
-
export function associationSubnetSerializer(item) {
|
|
443
|
-
return { id: item["id"] };
|
|
490
|
+
export function resourceIdArrayDeserializer(result) {
|
|
491
|
+
return result.map((item) => {
|
|
492
|
+
return resourceIdDeserializer(item);
|
|
493
|
+
});
|
|
444
494
|
}
|
|
445
|
-
export function
|
|
495
|
+
export function resourceIdDeserializer(item) {
|
|
446
496
|
return {
|
|
447
497
|
id: item["id"],
|
|
448
498
|
};
|
|
449
499
|
}
|
|
450
|
-
export function
|
|
500
|
+
export function trafficControllerUpdateSerializer(item) {
|
|
451
501
|
return {
|
|
452
502
|
tags: item["tags"],
|
|
453
503
|
properties: !item["properties"]
|
|
454
504
|
? item["properties"]
|
|
455
|
-
:
|
|
505
|
+
: trafficControllerUpdatePropertiesSerializer(item["properties"]),
|
|
456
506
|
};
|
|
457
507
|
}
|
|
458
|
-
export function
|
|
508
|
+
export function trafficControllerUpdatePropertiesSerializer(item) {
|
|
459
509
|
return {
|
|
460
|
-
|
|
461
|
-
|
|
510
|
+
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
511
|
+
? item["securityPolicyConfigurations"]
|
|
512
|
+
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
462
513
|
};
|
|
463
514
|
}
|
|
464
|
-
export function
|
|
465
|
-
return { id: item["id"] };
|
|
466
|
-
}
|
|
467
|
-
export function _associationListResultDeserializer(item) {
|
|
515
|
+
export function _trafficControllerListResultDeserializer(item) {
|
|
468
516
|
return {
|
|
469
|
-
value:
|
|
517
|
+
value: trafficControllerArrayDeserializer(item["value"]),
|
|
470
518
|
nextLink: item["nextLink"],
|
|
471
519
|
};
|
|
472
520
|
}
|
|
473
|
-
export function
|
|
521
|
+
export function trafficControllerArraySerializer(result) {
|
|
474
522
|
return result.map((item) => {
|
|
475
|
-
return
|
|
523
|
+
return trafficControllerSerializer(item);
|
|
476
524
|
});
|
|
477
525
|
}
|
|
478
|
-
export function
|
|
526
|
+
export function trafficControllerArrayDeserializer(result) {
|
|
479
527
|
return result.map((item) => {
|
|
480
|
-
return
|
|
528
|
+
return trafficControllerDeserializer(item);
|
|
481
529
|
});
|
|
482
530
|
}
|
|
531
|
+
export function _operationListResultDeserializer(item) {
|
|
532
|
+
return {
|
|
533
|
+
value: operationArrayDeserializer(item["value"]),
|
|
534
|
+
nextLink: item["nextLink"],
|
|
535
|
+
};
|
|
536
|
+
}
|
|
537
|
+
export function operationArrayDeserializer(result) {
|
|
538
|
+
return result.map((item) => {
|
|
539
|
+
return operationDeserializer(item);
|
|
540
|
+
});
|
|
541
|
+
}
|
|
542
|
+
export function operationDeserializer(item) {
|
|
543
|
+
return {
|
|
544
|
+
name: item["name"],
|
|
545
|
+
isDataAction: item["isDataAction"],
|
|
546
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
547
|
+
origin: item["origin"],
|
|
548
|
+
actionType: item["actionType"],
|
|
549
|
+
};
|
|
550
|
+
}
|
|
551
|
+
export function operationDisplayDeserializer(item) {
|
|
552
|
+
return {
|
|
553
|
+
provider: item["provider"],
|
|
554
|
+
resource: item["resource"],
|
|
555
|
+
operation: item["operation"],
|
|
556
|
+
description: item["description"],
|
|
557
|
+
};
|
|
558
|
+
}
|
|
559
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
560
|
+
export var KnownOrigin;
|
|
561
|
+
(function (KnownOrigin) {
|
|
562
|
+
/** Indicates the operation is initiated by a user. */
|
|
563
|
+
KnownOrigin["User"] = "user";
|
|
564
|
+
/** Indicates the operation is initiated by a system. */
|
|
565
|
+
KnownOrigin["System"] = "system";
|
|
566
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
567
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
568
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
569
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
570
|
+
export var KnownActionType;
|
|
571
|
+
(function (KnownActionType) {
|
|
572
|
+
/** Actions are for internal-only APIs. */
|
|
573
|
+
KnownActionType["Internal"] = "Internal";
|
|
574
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
483
575
|
/** Api versions */
|
|
484
576
|
export var KnownVersions;
|
|
485
577
|
(function (KnownVersions) {
|
|
486
578
|
/** 2023-11-01 stable version */
|
|
487
579
|
KnownVersions["V2023_11_01"] = "2023-11-01";
|
|
580
|
+
/** 2024-05-01 preview version */
|
|
581
|
+
KnownVersions["V20240501Preview"] = "2024-05-01-preview";
|
|
488
582
|
/** 2025-01-01 stable version */
|
|
489
583
|
KnownVersions["V2025_05_01"] = "2025-01-01";
|
|
584
|
+
/** 2025-03-01 preview version */
|
|
585
|
+
KnownVersions["V20250301Preview"] = "2025-03-01-preview";
|
|
490
586
|
})(KnownVersions || (KnownVersions = {}));
|
|
491
587
|
//# sourceMappingURL=models.js.map
|