Download Latest Version app.27041b87bbb500531583.css.gz (92.6 kB)
Email in envelope

Get an email when there's a new version of adminos

Name Modified Size InfoDownloads / Week
Parent folder
agentPolicy.browser.d.ts 2023-08-29 640 Bytes
agentPolicy.browser.d.ts.map 2023-08-29 555 Bytes
agentPolicy.browser.js 2023-08-29 1.0 kB
agentPolicy.browser.js.map 2023-08-29 637 Bytes
agentPolicy.d.ts 2023-08-29 694 Bytes
agentPolicy.d.ts.map 2023-08-29 587 Bytes
agentPolicy.js 2023-08-29 1.1 kB
agentPolicy.js.map 2023-08-29 752 Bytes
deserializationPolicy.d.ts 2023-08-29 1.9 kB
deserializationPolicy.d.ts.map 2023-08-29 998 Bytes
deserializationPolicy.js 2023-08-29 11.4 kB
deserializationPolicy.js.map 2023-08-29 7.1 kB
exponentialRetryPolicy.d.ts 2023-08-29 2.0 kB
exponentialRetryPolicy.d.ts.map 2023-08-29 1.1 kB
exponentialRetryPolicy.js 2023-08-29 5.9 kB
exponentialRetryPolicy.js.map 2023-08-29 4.0 kB
generateClientRequestIdPolicy.d.ts 2023-08-29 697 Bytes
generateClientRequestIdPolicy.d.ts.map 2023-08-29 578 Bytes
generateClientRequestIdPolicy.js 2023-08-29 1.5 kB
generateClientRequestIdPolicy.js.map 2023-08-29 929 Bytes
logPolicy.d.ts 2023-08-29 589 Bytes
logPolicy.d.ts.map 2023-08-29 541 Bytes
logPolicy.js 2023-08-29 1.4 kB
logPolicy.js.map 2023-08-29 1.2 kB
msRestUserAgentPolicy.browser.d.ts 2023-08-29 236 Bytes
msRestUserAgentPolicy.browser.d.ts.map 2023-08-29 284 Bytes
msRestUserAgentPolicy.browser.js 2023-08-29 512 Bytes
msRestUserAgentPolicy.browser.js.map 2023-08-29 498 Bytes
msRestUserAgentPolicy.d.ts 2023-08-29 228 Bytes
msRestUserAgentPolicy.d.ts.map 2023-08-29 268 Bytes
msRestUserAgentPolicy.js 2023-08-29 659 Bytes
msRestUserAgentPolicy.js.map 2023-08-29 629 Bytes
proxyPolicy.browser.d.ts 2023-08-29 736 Bytes
proxyPolicy.browser.d.ts.map 2023-08-29 625 Bytes
proxyPolicy.browser.js 2023-08-29 1.1 kB
proxyPolicy.browser.js.map 2023-08-29 702 Bytes
proxyPolicy.d.ts 2023-08-29 1.0 kB
proxyPolicy.d.ts.map 2023-08-29 838 Bytes
proxyPolicy.js 2023-08-29 5.0 kB
proxyPolicy.js.map 2023-08-29 4.3 kB
redirectPolicy.d.ts 2023-08-29 850 Bytes
redirectPolicy.d.ts.map 2023-08-29 662 Bytes
redirectPolicy.js 2023-08-29 3.2 kB
redirectPolicy.js.map 2023-08-29 2.5 kB
requestPolicy.d.ts 2023-08-29 3.3 kB
requestPolicy.d.ts.map 2023-08-29 1.3 kB
requestPolicy.js 2023-08-29 2.6 kB
requestPolicy.js.map 2023-08-29 1.0 kB
rpRegistrationPolicy.d.ts 2023-08-29 659 Bytes
rpRegistrationPolicy.d.ts.map 2023-08-29 546 Bytes
rpRegistrationPolicy.js 2023-08-29 7.4 kB
rpRegistrationPolicy.js.map 2023-08-29 4.0 kB
signingPolicy.d.ts 2023-08-29 862 Bytes
signingPolicy.d.ts.map 2023-08-29 653 Bytes
signingPolicy.js 2023-08-29 1.3 kB
signingPolicy.js.map 2023-08-29 860 Bytes
systemErrorRetryPolicy.d.ts 2023-08-29 1.7 kB
systemErrorRetryPolicy.d.ts.map 2023-08-29 1.1 kB
systemErrorRetryPolicy.js 2023-08-29 5.8 kB
systemErrorRetryPolicy.js.map 2023-08-29 3.3 kB
throttlingRetryPolicy.d.ts 2023-08-29 1.4 kB
throttlingRetryPolicy.d.ts.map 2023-08-29 775 Bytes
throttlingRetryPolicy.js 2023-08-29 4.0 kB
throttlingRetryPolicy.js.map 2023-08-29 2.2 kB
userAgentPolicy.d.ts 2023-08-29 1.1 kB
userAgentPolicy.d.ts.map 2023-08-29 926 Bytes
userAgentPolicy.js 2023-08-29 2.8 kB
userAgentPolicy.js.map 2023-08-29 2.2 kB
Totals: 68 Items   124.6 kB 0

ms-rest-js

Build Status

Runtime for isomorphic javascript libraries (that work in the browser and node.js environment) generated via Autorest.

Requirements

  • Node.js version > 6.x
  • npm install -g typescript

Installation

  • After cloning the repo, execute npm install

Execution

Node.js

  • Set the subscriptionId and token as instructed in samples/node-samples.ts
  • Run npx ts-node samples/node-sample.js

In the browser

  • Run npm run build
  • Set the subscriptionId and token then
  • Open index.html file in the browser. It should show the response from GET request on the storage account. From Chrome type Ctrl + Shift + I and you can see the logs in console.

Architecture Overview

You can find an explanation of how this repository's code works by going to our architecture overview.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Source: README.md, updated 2023-08-29