@azure/arm-arizeaiobservabilityeval 1.0.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 +7 -0
- package/LICENSE +21 -0
- package/README.md +114 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/observabilityEvalContext.d.ts +17 -0
- package/dist/browser/api/observabilityEvalContext.d.ts.map +1 -0
- package/dist/browser/api/observabilityEvalContext.js +35 -0
- package/dist/browser/api/observabilityEvalContext.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- 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 +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/organizations/index.d.ts +3 -0
- package/dist/browser/api/organizations/index.d.ts.map +1 -0
- package/dist/browser/api/organizations/index.js +4 -0
- package/dist/browser/api/organizations/index.js.map +1 -0
- package/dist/browser/api/organizations/operations.d.ts +36 -0
- package/dist/browser/api/organizations/operations.d.ts.map +1 -0
- package/dist/browser/api/organizations/operations.js +180 -0
- package/dist/browser/api/organizations/operations.js.map +1 -0
- package/dist/browser/api/organizations/options.d.ts +24 -0
- package/dist/browser/api/organizations/options.d.ts.map +1 -0
- package/dist/browser/api/organizations/options.js +4 -0
- package/dist/browser/api/organizations/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/organizations/index.d.ts +27 -0
- package/dist/browser/classic/organizations/index.d.ts.map +1 -0
- package/dist/browser/classic/organizations/index.js +17 -0
- package/dist/browser/classic/organizations/index.js.map +1 -0
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +394 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +379 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/observabilityEvalClient.d.ts +17 -0
- package/dist/browser/observabilityEvalClient.d.ts.map +1 -0
- package/dist/browser/observabilityEvalClient.js +19 -0
- package/dist/browser/observabilityEvalClient.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +97 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- 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 +168 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/observabilityEvalContext.d.ts +17 -0
- package/dist/commonjs/api/observabilityEvalContext.d.ts.map +1 -0
- package/dist/commonjs/api/observabilityEvalContext.js +38 -0
- package/dist/commonjs/api/observabilityEvalContext.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- 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/organizations/index.d.ts +3 -0
- package/dist/commonjs/api/organizations/index.d.ts.map +1 -0
- package/dist/commonjs/api/organizations/index.js +13 -0
- package/dist/commonjs/api/organizations/index.js.map +1 -0
- package/dist/commonjs/api/organizations/operations.d.ts +36 -0
- package/dist/commonjs/api/organizations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/organizations/operations.js +200 -0
- package/dist/commonjs/api/organizations/operations.js.map +1 -0
- package/dist/commonjs/api/organizations/options.d.ts +24 -0
- package/dist/commonjs/api/organizations/options.d.ts.map +1 -0
- package/dist/commonjs/api/organizations/options.js +5 -0
- package/dist/commonjs/api/organizations/options.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/organizations/index.d.ts +27 -0
- package/dist/commonjs/classic/organizations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/organizations/index.js +20 -0
- package/dist/commonjs/classic/organizations/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +20 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +16 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +394 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +419 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/observabilityEvalClient.d.ts +17 -0
- package/dist/commonjs/observabilityEvalClient.d.ts.map +1 -0
- package/dist/commonjs/observabilityEvalClient.js +23 -0
- package/dist/commonjs/observabilityEvalClient.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +100 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- 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 +171 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/observabilityEvalContext.d.ts +17 -0
- package/dist/esm/api/observabilityEvalContext.d.ts.map +1 -0
- package/dist/esm/api/observabilityEvalContext.js +35 -0
- package/dist/esm/api/observabilityEvalContext.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- 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/organizations/index.d.ts +3 -0
- package/dist/esm/api/organizations/index.d.ts.map +1 -0
- package/dist/esm/api/organizations/index.js +4 -0
- package/dist/esm/api/organizations/index.js.map +1 -0
- package/dist/esm/api/organizations/operations.d.ts +36 -0
- package/dist/esm/api/organizations/operations.d.ts.map +1 -0
- package/dist/esm/api/organizations/operations.js +180 -0
- package/dist/esm/api/organizations/operations.js.map +1 -0
- package/dist/esm/api/organizations/options.d.ts +24 -0
- package/dist/esm/api/organizations/options.d.ts.map +1 -0
- package/dist/esm/api/organizations/options.js +4 -0
- package/dist/esm/api/organizations/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/organizations/index.d.ts +27 -0
- package/dist/esm/classic/organizations/index.d.ts.map +1 -0
- package/dist/esm/classic/organizations/index.js +17 -0
- package/dist/esm/classic/organizations/index.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +394 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +379 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/observabilityEvalClient.d.ts +17 -0
- package/dist/esm/observabilityEvalClient.d.ts.map +1 -0
- package/dist/esm/observabilityEvalClient.js +19 -0
- package/dist/esm/observabilityEvalClient.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +97 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- 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 +168 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/observabilityEvalContext.d.ts +17 -0
- package/dist/react-native/api/observabilityEvalContext.d.ts.map +1 -0
- package/dist/react-native/api/observabilityEvalContext.js +35 -0
- package/dist/react-native/api/observabilityEvalContext.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- 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/organizations/index.d.ts +3 -0
- package/dist/react-native/api/organizations/index.d.ts.map +1 -0
- package/dist/react-native/api/organizations/index.js +4 -0
- package/dist/react-native/api/organizations/index.js.map +1 -0
- package/dist/react-native/api/organizations/operations.d.ts +36 -0
- package/dist/react-native/api/organizations/operations.d.ts.map +1 -0
- package/dist/react-native/api/organizations/operations.js +180 -0
- package/dist/react-native/api/organizations/operations.js.map +1 -0
- package/dist/react-native/api/organizations/options.d.ts +24 -0
- package/dist/react-native/api/organizations/options.d.ts.map +1 -0
- package/dist/react-native/api/organizations/options.js +4 -0
- package/dist/react-native/api/organizations/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +3 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/organizations/index.d.ts +27 -0
- package/dist/react-native/classic/organizations/index.d.ts.map +1 -0
- package/dist/react-native/classic/organizations/index.js +17 -0
- package/dist/react-native/classic/organizations/index.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +394 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +379 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/observabilityEvalClient.d.ts +17 -0
- package/dist/react-native/observabilityEvalClient.d.ts.map +1 -0
- package/dist/react-native/observabilityEvalClient.js +19 -0
- package/dist/react-native/observabilityEvalClient.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +97 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- 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 +168 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +220 -0
- package/review/arm-arizeaiobservabilityeval-api-operations.api.md +19 -0
- package/review/arm-arizeaiobservabilityeval-api-organizations.api.md +58 -0
- package/review/arm-arizeaiobservabilityeval-api.api.md +27 -0
- package/review/arm-arizeaiobservabilityeval-models.api.md +230 -0
- package/review/arm-arizeaiobservabilityeval.api.md +324 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/organizations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAYlC,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,uCAAuC,CAAC;AAgD/C,SAAS,iBAAiB,CAAC,OAAiC;IAC1D,OAAO;QACL,kBAAkB,EAAE,CAAC,OAAuD,EAAE,EAAE,CAC9E,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC;QACtC,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAwD,EACxD,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC7D,MAAM,EAAE,CACN,iBAAyB,EACzB,gBAAwB,EACxB,OAA2C,EAC3C,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,CAAC;QACnE,MAAM,EAAE,CACN,iBAAyB,EACzB,gBAAwB,EACxB,UAAsC,EACtC,OAA2C,EAC3C,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,UAAU,EAAE,OAAO,CAAC;QAC9E,cAAc,EAAE,CACd,iBAAyB,EACzB,gBAAwB,EACxB,QAA8B,EAC9B,OAAmD,EACnD,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,OAAO,CAAC;QACpF,GAAG,EAAE,CACH,iBAAyB,EACzB,gBAAwB,EACxB,OAAwC,EACxC,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,CAAC;KAChE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CACzC,OAAiC;IAEjC,yBACK,iBAAiB,CAAC,OAAO,CAAC,EAC7B;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { ObservabilityEvalContext } from \"../../api/observabilityEvalContext.js\";\nimport { OrganizationResource, OrganizationResourceUpdate } from \"../../models/models.js\";\nimport {\n OrganizationsListBySubscriptionOptionalParams,\n OrganizationsListByResourceGroupOptionalParams,\n OrganizationsDeleteOptionalParams,\n OrganizationsUpdateOptionalParams,\n OrganizationsCreateOrUpdateOptionalParams,\n OrganizationsGetOptionalParams,\n} from \"../../api/organizations/options.js\";\nimport {\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/organizations/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a Organizations operations. */\nexport interface OrganizationsOperations {\n /** List OrganizationResource resources by subscription ID */\n listBySubscription: (\n options?: OrganizationsListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<OrganizationResource>;\n /** List OrganizationResource resources by resource group */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: OrganizationsListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<OrganizationResource>;\n /** Delete a OrganizationResource */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n organizationname: string,\n options?: OrganizationsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Update a OrganizationResource */\n update: (\n resourceGroupName: string,\n organizationname: string,\n properties: OrganizationResourceUpdate,\n options?: OrganizationsUpdateOptionalParams,\n ) => Promise<OrganizationResource>;\n /** Create a OrganizationResource */\n createOrUpdate: (\n resourceGroupName: string,\n organizationname: string,\n resource: OrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>;\n /** Get a OrganizationResource */\n get: (\n resourceGroupName: string,\n organizationname: string,\n options?: OrganizationsGetOptionalParams,\n ) => Promise<OrganizationResource>;\n}\n\nfunction _getOrganizations(context: ObservabilityEvalContext) {\n return {\n listBySubscription: (options?: OrganizationsListBySubscriptionOptionalParams) =>\n listBySubscription(context, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: OrganizationsListByResourceGroupOptionalParams,\n ) => listByResourceGroup(context, resourceGroupName, options),\n delete: (\n resourceGroupName: string,\n organizationname: string,\n options?: OrganizationsDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, organizationname, options),\n update: (\n resourceGroupName: string,\n organizationname: string,\n properties: OrganizationResourceUpdate,\n options?: OrganizationsUpdateOptionalParams,\n ) => update(context, resourceGroupName, organizationname, properties, options),\n createOrUpdate: (\n resourceGroupName: string,\n organizationname: string,\n resource: OrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, resourceGroupName, organizationname, resource, options),\n get: (\n resourceGroupName: string,\n organizationname: string,\n options?: OrganizationsGetOptionalParams,\n ) => get(context, resourceGroupName, organizationname, options),\n };\n}\n\nexport function _getOrganizationsOperations(\n context: ObservabilityEvalContext,\n): OrganizationsOperations {\n return {\n ..._getOrganizations(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
|
+
export { ObservabilityEvalClient } from "./observabilityEvalClient.js";
|
|
3
|
+
export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
+
export { OrganizationResource, OrganizationProperties, MarketplaceDetails, KnownMarketplaceSubscriptionStatus, MarketplaceSubscriptionStatus, OfferDetails, UserDetails, KnownResourceProvisioningState, ResourceProvisioningState, PartnerProperties, SingleSignOnPropertiesV2, KnownSingleSignOnType, SingleSignOnType, KnownSingleSignOnStates, SingleSignOnStates, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, OrganizationResourceUpdate, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models/index.js";
|
|
5
|
+
export { ObservabilityEvalClientOptionalParams } from "./api/index.js";
|
|
6
|
+
export { OperationsListOptionalParams } from "./api/operations/index.js";
|
|
7
|
+
export { OrganizationsListBySubscriptionOptionalParams, OrganizationsListByResourceGroupOptionalParams, OrganizationsDeleteOptionalParams, OrganizationsUpdateOptionalParams, OrganizationsCreateOrUpdateOptionalParams, OrganizationsGetOptionalParams, } from "./api/organizations/index.js";
|
|
8
|
+
export { OperationsOperations, OrganizationsOperations } from "./classic/index.js";
|
|
9
|
+
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,kCAAkC,EAClC,6BAA6B,EAC7B,YAAY,EACZ,WAAW,EACX,8BAA8B,EAC9B,yBAAyB,EACzB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,gBAAgB,EAChB,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,qCAAqC,EAAE,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EACL,6CAA6C,EAC7C,8CAA8C,EAC9C,iCAAiC,EACjC,iCAAiC,EACjC,yCAAyC,EACzC,8BAA8B,GAC/B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { ObservabilityEvalClient } from "./observabilityEvalClient.js";
|
|
4
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
5
|
+
export { KnownMarketplaceSubscriptionStatus, KnownResourceProvisioningState, KnownSingleSignOnType, KnownSingleSignOnStates, KnownManagedServiceIdentityType, KnownCreatedByType, KnownOrigin, KnownActionType, KnownVersions, } from "./models/index.js";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAIL,kCAAkC,EAIlC,8BAA8B,EAI9B,qBAAqB,EAErB,uBAAuB,EAGvB,+BAA+B,EAM/B,kBAAkB,EAQlB,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { ObservabilityEvalClient } from \"./observabilityEvalClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n OrganizationResource,\n OrganizationProperties,\n MarketplaceDetails,\n KnownMarketplaceSubscriptionStatus,\n MarketplaceSubscriptionStatus,\n OfferDetails,\n UserDetails,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n PartnerProperties,\n SingleSignOnPropertiesV2,\n KnownSingleSignOnType,\n SingleSignOnType,\n KnownSingleSignOnStates,\n SingleSignOnStates,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n OrganizationResourceUpdate,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models/index.js\";\nexport { ObservabilityEvalClientOptionalParams } from \"./api/index.js\";\nexport { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport {\n OrganizationsListBySubscriptionOptionalParams,\n OrganizationsListByResourceGroupOptionalParams,\n OrganizationsDeleteOptionalParams,\n OrganizationsUpdateOptionalParams,\n OrganizationsCreateOrUpdateOptionalParams,\n OrganizationsGetOptionalParams,\n} from \"./api/organizations/index.js\";\nexport { OperationsOperations, OrganizationsOperations } from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,qCAAqD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,8BAA8B,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-arizeaiobservabilityeval\");\n"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { OrganizationResource, OrganizationProperties, MarketplaceDetails, KnownMarketplaceSubscriptionStatus, MarketplaceSubscriptionStatus, OfferDetails, UserDetails, KnownResourceProvisioningState, ResourceProvisioningState, PartnerProperties, SingleSignOnPropertiesV2, KnownSingleSignOnType, SingleSignOnType, KnownSingleSignOnStates, SingleSignOnStates, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, OrganizationResourceUpdate, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models.js";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,kCAAkC,EAClC,6BAA6B,EAC7B,YAAY,EACZ,WAAW,EACX,8BAA8B,EAC9B,yBAAyB,EACzB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,gBAAgB,EAChB,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,oBAAoB,EACpB,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { KnownMarketplaceSubscriptionStatus, KnownResourceProvisioningState, KnownSingleSignOnType, KnownSingleSignOnStates, KnownManagedServiceIdentityType, KnownCreatedByType, KnownOrigin, KnownActionType, KnownVersions, } from "./models.js";
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAIL,kCAAkC,EAIlC,8BAA8B,EAI9B,qBAAqB,EAErB,uBAAuB,EAGvB,+BAA+B,EAM/B,kBAAkB,EAQlB,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n OrganizationResource,\n OrganizationProperties,\n MarketplaceDetails,\n KnownMarketplaceSubscriptionStatus,\n MarketplaceSubscriptionStatus,\n OfferDetails,\n UserDetails,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n PartnerProperties,\n SingleSignOnPropertiesV2,\n KnownSingleSignOnType,\n SingleSignOnType,\n KnownSingleSignOnStates,\n SingleSignOnStates,\n ManagedServiceIdentity,\n KnownManagedServiceIdentityType,\n ManagedServiceIdentityType,\n UserAssignedIdentity,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n OrganizationResourceUpdate,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
@@ -0,0 +1,394 @@
|
|
|
1
|
+
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
2
|
+
export interface OrganizationResource extends TrackedResource {
|
|
3
|
+
/** The resource-specific properties for this resource. */
|
|
4
|
+
properties?: OrganizationProperties;
|
|
5
|
+
/** The managed service identities assigned to this resource. */
|
|
6
|
+
identity?: ManagedServiceIdentity;
|
|
7
|
+
}
|
|
8
|
+
export declare function organizationResourceSerializer(item: OrganizationResource): any;
|
|
9
|
+
export declare function organizationResourceDeserializer(item: any): OrganizationResource;
|
|
10
|
+
/** Properties specific to Organization */
|
|
11
|
+
export interface OrganizationProperties {
|
|
12
|
+
/** Marketplace details of the resource. */
|
|
13
|
+
marketplace: MarketplaceDetails;
|
|
14
|
+
/** Details of the user. */
|
|
15
|
+
user: UserDetails;
|
|
16
|
+
/** Provisioning state of the resource. */
|
|
17
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
18
|
+
/** partner properties */
|
|
19
|
+
partnerProperties?: PartnerProperties;
|
|
20
|
+
/** Single sign-on properties */
|
|
21
|
+
singleSignOnProperties?: SingleSignOnPropertiesV2;
|
|
22
|
+
}
|
|
23
|
+
export declare function organizationPropertiesSerializer(item: OrganizationProperties): any;
|
|
24
|
+
export declare function organizationPropertiesDeserializer(item: any): OrganizationProperties;
|
|
25
|
+
/** Marketplace details for an organization */
|
|
26
|
+
export interface MarketplaceDetails {
|
|
27
|
+
/** Azure subscription id for the the marketplace offer is purchased from */
|
|
28
|
+
subscriptionId?: string;
|
|
29
|
+
/** Marketplace subscription status */
|
|
30
|
+
readonly subscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
31
|
+
/** Offer details for the marketplace that is selected by the user */
|
|
32
|
+
offerDetails: OfferDetails;
|
|
33
|
+
}
|
|
34
|
+
export declare function marketplaceDetailsSerializer(item: MarketplaceDetails): any;
|
|
35
|
+
export declare function marketplaceDetailsDeserializer(item: any): MarketplaceDetails;
|
|
36
|
+
/** Marketplace subscription status of a resource. */
|
|
37
|
+
export declare enum KnownMarketplaceSubscriptionStatus {
|
|
38
|
+
/** Purchased but not yet activated */
|
|
39
|
+
PendingFulfillmentStart = "PendingFulfillmentStart",
|
|
40
|
+
/** Marketplace subscription is activated */
|
|
41
|
+
Subscribed = "Subscribed",
|
|
42
|
+
/** This state indicates that a customer's payment for the Marketplace service was not received */
|
|
43
|
+
Suspended = "Suspended",
|
|
44
|
+
/** Customer has cancelled the subscription */
|
|
45
|
+
Unsubscribed = "Unsubscribed"
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Marketplace subscription status of a resource. \
|
|
49
|
+
* {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
|
|
50
|
+
* this enum contains the known values that the service supports.
|
|
51
|
+
* ### Known values supported by the service
|
|
52
|
+
* **PendingFulfillmentStart**: Purchased but not yet activated \
|
|
53
|
+
* **Subscribed**: Marketplace subscription is activated \
|
|
54
|
+
* **Suspended**: This state indicates that a customer's payment for the Marketplace service was not received \
|
|
55
|
+
* **Unsubscribed**: Customer has cancelled the subscription
|
|
56
|
+
*/
|
|
57
|
+
export type MarketplaceSubscriptionStatus = string;
|
|
58
|
+
/** Offer details for the marketplace that is selected by the user */
|
|
59
|
+
export interface OfferDetails {
|
|
60
|
+
/** Publisher Id for the marketplace offer */
|
|
61
|
+
publisherId: string;
|
|
62
|
+
/** Offer Id for the marketplace offer */
|
|
63
|
+
offerId: string;
|
|
64
|
+
/** Plan Id for the marketplace offer */
|
|
65
|
+
planId: string;
|
|
66
|
+
/** Plan Name for the marketplace offer */
|
|
67
|
+
planName?: string;
|
|
68
|
+
/** Plan Display Name for the marketplace offer */
|
|
69
|
+
termUnit?: string;
|
|
70
|
+
/** Plan Display Name for the marketplace offer */
|
|
71
|
+
termId?: string;
|
|
72
|
+
}
|
|
73
|
+
export declare function offerDetailsSerializer(item: OfferDetails): any;
|
|
74
|
+
export declare function offerDetailsDeserializer(item: any): OfferDetails;
|
|
75
|
+
/** User details for an organization */
|
|
76
|
+
export interface UserDetails {
|
|
77
|
+
/** First name of the user */
|
|
78
|
+
firstName?: string;
|
|
79
|
+
/** Last name of the user */
|
|
80
|
+
lastName?: string;
|
|
81
|
+
/** Email address of the user */
|
|
82
|
+
emailAddress?: string;
|
|
83
|
+
/** User's principal name */
|
|
84
|
+
upn?: string;
|
|
85
|
+
/** User's phone number */
|
|
86
|
+
phoneNumber?: string;
|
|
87
|
+
}
|
|
88
|
+
export declare function userDetailsSerializer(item: UserDetails): any;
|
|
89
|
+
export declare function userDetailsDeserializer(item: any): UserDetails;
|
|
90
|
+
/** The provisioning state of a resource type. */
|
|
91
|
+
export declare enum KnownResourceProvisioningState {
|
|
92
|
+
/** Resource has been created. */
|
|
93
|
+
Succeeded = "Succeeded",
|
|
94
|
+
/** Resource creation failed. */
|
|
95
|
+
Failed = "Failed",
|
|
96
|
+
/** Resource creation was canceled. */
|
|
97
|
+
Canceled = "Canceled"
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* The provisioning state of a resource type. \
|
|
101
|
+
* {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
|
|
102
|
+
* this enum contains the known values that the service supports.
|
|
103
|
+
* ### Known values supported by the service
|
|
104
|
+
* **Succeeded**: Resource has been created. \
|
|
105
|
+
* **Failed**: Resource creation failed. \
|
|
106
|
+
* **Canceled**: Resource creation was canceled.
|
|
107
|
+
*/
|
|
108
|
+
export type ResourceProvisioningState = string;
|
|
109
|
+
/** Partner's specific Properties */
|
|
110
|
+
export interface PartnerProperties {
|
|
111
|
+
/** Description of the Organization's purpose */
|
|
112
|
+
description: string;
|
|
113
|
+
}
|
|
114
|
+
export declare function partnerPropertiesSerializer(item: PartnerProperties): any;
|
|
115
|
+
export declare function partnerPropertiesDeserializer(item: any): PartnerProperties;
|
|
116
|
+
/** Properties specific to Single Sign On Resource */
|
|
117
|
+
export interface SingleSignOnPropertiesV2 {
|
|
118
|
+
/** Type of Single Sign-On mechanism being used */
|
|
119
|
+
type: SingleSignOnType;
|
|
120
|
+
/** State of the Single Sign On for the resource */
|
|
121
|
+
state?: SingleSignOnStates;
|
|
122
|
+
/** AAD enterprise application Id used to setup SSO */
|
|
123
|
+
enterpriseAppId?: string;
|
|
124
|
+
/** URL for SSO to be used by the partner to redirect the user to their system */
|
|
125
|
+
url?: string;
|
|
126
|
+
/** List of AAD domains fetched from Microsoft Graph for user. */
|
|
127
|
+
aadDomains?: string[];
|
|
128
|
+
}
|
|
129
|
+
export declare function singleSignOnPropertiesV2Serializer(item: SingleSignOnPropertiesV2): any;
|
|
130
|
+
export declare function singleSignOnPropertiesV2Deserializer(item: any): SingleSignOnPropertiesV2;
|
|
131
|
+
/** Defines the type of Single Sign-On (SSO) mechanism being used */
|
|
132
|
+
export declare enum KnownSingleSignOnType {
|
|
133
|
+
/** Security Assertion Markup Language (SAML) based Single Sign-On */
|
|
134
|
+
Saml = "Saml",
|
|
135
|
+
/** OpenID Connect based Single Sign-On. */
|
|
136
|
+
OpenId = "OpenId"
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Defines the type of Single Sign-On (SSO) mechanism being used \
|
|
140
|
+
* {@link KnownSingleSignOnType} can be used interchangeably with SingleSignOnType,
|
|
141
|
+
* this enum contains the known values that the service supports.
|
|
142
|
+
* ### Known values supported by the service
|
|
143
|
+
* **Saml**: Security Assertion Markup Language (SAML) based Single Sign-On \
|
|
144
|
+
* **OpenId**: OpenID Connect based Single Sign-On.
|
|
145
|
+
*/
|
|
146
|
+
export type SingleSignOnType = string;
|
|
147
|
+
/** Various states of the SSO resource */
|
|
148
|
+
export declare enum KnownSingleSignOnStates {
|
|
149
|
+
/** Initial state of the SSO resource */
|
|
150
|
+
Initial = "Initial",
|
|
151
|
+
/** State of the SSO resource when it is enabled */
|
|
152
|
+
Enable = "Enable",
|
|
153
|
+
/** State of the SSO resource when it is disabled */
|
|
154
|
+
Disable = "Disable"
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Various states of the SSO resource \
|
|
158
|
+
* {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
|
|
159
|
+
* this enum contains the known values that the service supports.
|
|
160
|
+
* ### Known values supported by the service
|
|
161
|
+
* **Initial**: Initial state of the SSO resource \
|
|
162
|
+
* **Enable**: State of the SSO resource when it is enabled \
|
|
163
|
+
* **Disable**: State of the SSO resource when it is disabled
|
|
164
|
+
*/
|
|
165
|
+
export type SingleSignOnStates = string;
|
|
166
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
167
|
+
export interface ManagedServiceIdentity {
|
|
168
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
169
|
+
readonly principalId?: string;
|
|
170
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
171
|
+
readonly tenantId?: string;
|
|
172
|
+
/** The type of managed identity assigned to this resource. */
|
|
173
|
+
type: ManagedServiceIdentityType;
|
|
174
|
+
/** The identities assigned to this resource by the user. */
|
|
175
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
176
|
+
}
|
|
177
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
|
|
178
|
+
export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
|
|
179
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
180
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
181
|
+
/** No managed identity. */
|
|
182
|
+
None = "None",
|
|
183
|
+
/** System assigned managed identity. */
|
|
184
|
+
SystemAssigned = "SystemAssigned",
|
|
185
|
+
/** User assigned managed identity. */
|
|
186
|
+
UserAssigned = "UserAssigned",
|
|
187
|
+
/** System and user assigned managed identity. */
|
|
188
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
192
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
193
|
+
* this enum contains the known values that the service supports.
|
|
194
|
+
* ### Known values supported by the service
|
|
195
|
+
* **None**: No managed identity. \
|
|
196
|
+
* **SystemAssigned**: System assigned managed identity. \
|
|
197
|
+
* **UserAssigned**: User assigned managed identity. \
|
|
198
|
+
* **SystemAssigned,UserAssigned**: System and user assigned managed identity.
|
|
199
|
+
*/
|
|
200
|
+
export type ManagedServiceIdentityType = string;
|
|
201
|
+
/** User assigned identity properties */
|
|
202
|
+
export interface UserAssignedIdentity {
|
|
203
|
+
/** The client ID of the assigned identity. */
|
|
204
|
+
readonly clientId?: string;
|
|
205
|
+
/** The principal ID of the assigned identity. */
|
|
206
|
+
readonly principalId?: string;
|
|
207
|
+
}
|
|
208
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
209
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
210
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
211
|
+
export interface TrackedResource extends Resource {
|
|
212
|
+
/** Resource tags. */
|
|
213
|
+
tags?: Record<string, string>;
|
|
214
|
+
/** The geo-location where the resource lives */
|
|
215
|
+
location: string;
|
|
216
|
+
}
|
|
217
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
218
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
219
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
220
|
+
export interface Resource {
|
|
221
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
222
|
+
readonly id?: string;
|
|
223
|
+
/** The name of the resource */
|
|
224
|
+
readonly name?: string;
|
|
225
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
226
|
+
readonly type?: string;
|
|
227
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
228
|
+
readonly systemData?: SystemData;
|
|
229
|
+
}
|
|
230
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
231
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
232
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
233
|
+
export interface SystemData {
|
|
234
|
+
/** The identity that created the resource. */
|
|
235
|
+
createdBy?: string;
|
|
236
|
+
/** The type of identity that created the resource. */
|
|
237
|
+
createdByType?: CreatedByType;
|
|
238
|
+
/** The timestamp of resource creation (UTC). */
|
|
239
|
+
createdAt?: Date;
|
|
240
|
+
/** The identity that last modified the resource. */
|
|
241
|
+
lastModifiedBy?: string;
|
|
242
|
+
/** The type of identity that last modified the resource. */
|
|
243
|
+
lastModifiedByType?: CreatedByType;
|
|
244
|
+
/** The timestamp of resource last modification (UTC) */
|
|
245
|
+
lastModifiedAt?: Date;
|
|
246
|
+
}
|
|
247
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
248
|
+
/** The kind of entity that created the resource. */
|
|
249
|
+
export declare enum KnownCreatedByType {
|
|
250
|
+
/** The entity was created by a user. */
|
|
251
|
+
User = "User",
|
|
252
|
+
/** The entity was created by an application. */
|
|
253
|
+
Application = "Application",
|
|
254
|
+
/** The entity was created by a managed identity. */
|
|
255
|
+
ManagedIdentity = "ManagedIdentity",
|
|
256
|
+
/** The entity was created by a key. */
|
|
257
|
+
Key = "Key"
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* The kind of entity that created the resource. \
|
|
261
|
+
* {@link KnowncreatedByType} can be used interchangeably with createdByType,
|
|
262
|
+
* this enum contains the known values that the service supports.
|
|
263
|
+
* ### Known values supported by the service
|
|
264
|
+
* **User**: The entity was created by a user. \
|
|
265
|
+
* **Application**: The entity was created by an application. \
|
|
266
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
267
|
+
* **Key**: The entity was created by a key.
|
|
268
|
+
*/
|
|
269
|
+
export type CreatedByType = string;
|
|
270
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
271
|
+
export interface ErrorResponse {
|
|
272
|
+
/** The error object. */
|
|
273
|
+
error?: ErrorDetail;
|
|
274
|
+
}
|
|
275
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
276
|
+
/** The error detail. */
|
|
277
|
+
export interface ErrorDetail {
|
|
278
|
+
/** The error code. */
|
|
279
|
+
readonly code?: string;
|
|
280
|
+
/** The error message. */
|
|
281
|
+
readonly message?: string;
|
|
282
|
+
/** The error target. */
|
|
283
|
+
readonly target?: string;
|
|
284
|
+
/** The error details. */
|
|
285
|
+
readonly details?: ErrorDetail[];
|
|
286
|
+
/** The error additional info. */
|
|
287
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
288
|
+
}
|
|
289
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
290
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
291
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
292
|
+
/** The resource management error additional info. */
|
|
293
|
+
export interface ErrorAdditionalInfo {
|
|
294
|
+
/** The additional info type. */
|
|
295
|
+
readonly type?: string;
|
|
296
|
+
/** The additional info. */
|
|
297
|
+
readonly info?: Record<string, any>;
|
|
298
|
+
}
|
|
299
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
300
|
+
/** model interface _ErrorAdditionalInfoInfo */
|
|
301
|
+
export interface _ErrorAdditionalInfoInfo {
|
|
302
|
+
}
|
|
303
|
+
export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
|
|
304
|
+
/** The type used for update operations of the Organization Resource. */
|
|
305
|
+
export interface OrganizationResourceUpdate {
|
|
306
|
+
/** Resource tags. */
|
|
307
|
+
tags?: Record<string, string>;
|
|
308
|
+
/** The managed service identities assigned to this resource. */
|
|
309
|
+
identity?: ManagedServiceIdentity;
|
|
310
|
+
}
|
|
311
|
+
export declare function organizationResourceUpdateSerializer(item: OrganizationResourceUpdate): any;
|
|
312
|
+
/** The response of a OrganizationResource list operation. */
|
|
313
|
+
export interface _OrganizationResourceListResult {
|
|
314
|
+
/** The OrganizationResource items on this page */
|
|
315
|
+
value: OrganizationResource[];
|
|
316
|
+
/** The link to the next page of items */
|
|
317
|
+
nextLink?: string;
|
|
318
|
+
}
|
|
319
|
+
export declare function _organizationResourceListResultDeserializer(item: any): _OrganizationResourceListResult;
|
|
320
|
+
export declare function organizationResourceArraySerializer(result: Array<OrganizationResource>): any[];
|
|
321
|
+
export declare function organizationResourceArrayDeserializer(result: Array<OrganizationResource>): any[];
|
|
322
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
323
|
+
export interface _OperationListResult {
|
|
324
|
+
/** The Operation items on this page */
|
|
325
|
+
value: Operation[];
|
|
326
|
+
/** The link to the next page of items */
|
|
327
|
+
nextLink?: string;
|
|
328
|
+
}
|
|
329
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
330
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
331
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
332
|
+
export interface Operation {
|
|
333
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
334
|
+
readonly name?: string;
|
|
335
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
336
|
+
readonly isDataAction?: boolean;
|
|
337
|
+
/** Localized display information for this particular operation. */
|
|
338
|
+
display?: OperationDisplay;
|
|
339
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
340
|
+
readonly origin?: Origin;
|
|
341
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
342
|
+
readonly actionType?: ActionType;
|
|
343
|
+
}
|
|
344
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
345
|
+
/** Localized display information for and operation. */
|
|
346
|
+
export interface OperationDisplay {
|
|
347
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
348
|
+
readonly provider?: string;
|
|
349
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
350
|
+
readonly resource?: string;
|
|
351
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
352
|
+
readonly operation?: string;
|
|
353
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
354
|
+
readonly description?: string;
|
|
355
|
+
}
|
|
356
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
357
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
358
|
+
export declare enum KnownOrigin {
|
|
359
|
+
/** Indicates the operation is initiated by a user. */
|
|
360
|
+
User = "user",
|
|
361
|
+
/** Indicates the operation is initiated by a system. */
|
|
362
|
+
System = "system",
|
|
363
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
364
|
+
UserSystem = "user,system"
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
368
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
369
|
+
* this enum contains the known values that the service supports.
|
|
370
|
+
* ### Known values supported by the service
|
|
371
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
372
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
373
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
374
|
+
*/
|
|
375
|
+
export type Origin = string;
|
|
376
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
377
|
+
export declare enum KnownActionType {
|
|
378
|
+
/** Actions are for internal-only APIs. */
|
|
379
|
+
Internal = "Internal"
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
383
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
384
|
+
* this enum contains the known values that the service supports.
|
|
385
|
+
* ### Known values supported by the service
|
|
386
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
387
|
+
*/
|
|
388
|
+
export type ActionType = string;
|
|
389
|
+
/** The available API versions. */
|
|
390
|
+
export declare enum KnownVersions {
|
|
391
|
+
/** 2024-02-01-preview version */
|
|
392
|
+
V20241001Preview = "2024-10-01-preview"
|
|
393
|
+
}
|
|
394
|
+
//# sourceMappingURL=models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
|