Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-arm-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-arm-scheduler - npm Package Compare versions

Comparing version 1.1.0-preview to 1.2.0-preview

12

lib/models/basicAuthentication.js

@@ -39,13 +39,17 @@ /*

required: false,
serializedName: 'BasicAuthentication',
serializedName: 'Basic',
type: {
name: 'Composite',
polymorphicDiscriminator: {
serializedName: 'type',
clientName: 'type'
},
uberParent: 'HttpAuthentication',
className: 'BasicAuthentication',
modelProperties: {
type: {
required: false,
required: true,
serializedName: 'type',
type: {
name: 'Enum',
allowedValues: [ 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic' ]
name: 'String'
}

@@ -52,0 +56,0 @@ },

@@ -46,13 +46,17 @@ /*

required: false,
serializedName: 'ClientCertAuthentication',
serializedName: 'ClientCertificate',
type: {
name: 'Composite',
polymorphicDiscriminator: {
serializedName: 'type',
clientName: 'type'
},
uberParent: 'HttpAuthentication',
className: 'ClientCertAuthentication',
modelProperties: {
type: {
required: false,
required: true,
serializedName: 'type',
type: {
name: 'Enum',
allowedValues: [ 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic' ]
name: 'String'
}

@@ -59,0 +63,0 @@ },

@@ -19,5 +19,3 @@ /*

* Create a HttpAuthentication.
* @member {string} [type] Gets or sets the HTTP authentication type.
* Possible values include: 'NotSpecified', 'ClientCertificate',
* 'ActiveDirectoryOAuth', 'Basic'
* @member {string} type Polymorphic Discriminator
*/

@@ -39,10 +37,14 @@ constructor() {

name: 'Composite',
polymorphicDiscriminator: {
serializedName: 'type',
clientName: 'type'
},
uberParent: 'HttpAuthentication',
className: 'HttpAuthentication',
modelProperties: {
type: {
required: false,
required: true,
serializedName: 'type',
type: {
name: 'Enum',
allowedValues: [ 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic' ]
name: 'String'
}

@@ -49,0 +51,0 @@ }

@@ -23,5 +23,3 @@ /*

* of the request.
* @member {string} [authentication.type] Gets or sets the HTTP
* authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [authentication.type] Polymorphic Discriminator
* @member {string} [uri] Gets or sets the URI of the request.

@@ -54,2 +52,7 @@ * @member {string} [method] Gets or sets the method of the request.

name: 'Composite',
polymorphicDiscriminator: {
serializedName: 'type',
clientName: 'type'
},
uberParent: 'HttpAuthentication',
className: 'HttpAuthentication'

@@ -56,0 +59,0 @@ }

@@ -130,8 +130,6 @@ /*

* @constructor
* @member {string} [type] Gets or sets the HTTP authentication type. Possible
* values include: 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth',
* 'Basic'
* @member {string} type Polymorphic Discriminator
*/
export interface HttpAuthentication {
type?: string;
type: string;
}

@@ -145,5 +143,3 @@

* the request.
* @member {string} [authentication.type] Gets or sets the HTTP authentication
* type. Possible values include: 'NotSpecified', 'ClientCertificate',
* 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [authentication.type] Polymorphic Discriminator
* @member {string} [uri] Gets or sets the URI of the request.

@@ -277,5 +273,3 @@ * @member {string} [method] Gets or sets the method of the request.

* method of the request.
* @member {string} [request.authentication.type] Gets or sets the HTTP
* authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [request.authentication.type] Polymorphic Discriminator
* @member {string} [request.uri] Gets or sets the URI of the request.

@@ -326,5 +320,3 @@ * @member {string} [request.method] Gets or sets the method of the request.

* method of the request.
* @member {string} [request.authentication.type] Gets or sets the HTTP
* authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [request.authentication.type] Polymorphic Discriminator
* @member {string} [request.uri] Gets or sets the URI of the request.

@@ -362,5 +354,4 @@ * @member {string} [request.method] Gets or sets the method of the request.

* authentication method of the request.
* @member {string} [errorAction.request.authentication.type] Gets or sets the
* HTTP authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [errorAction.request.authentication.type] Polymorphic
* Discriminator
* @member {string} [errorAction.request.uri] Gets or sets the URI of the

@@ -515,5 +506,4 @@ * request.

* authentication method of the request.
* @member {string} [action.request.authentication.type] Gets or sets the HTTP
* authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [action.request.authentication.type] Polymorphic
* Discriminator
* @member {string} [action.request.uri] Gets or sets the URI of the request.

@@ -555,5 +545,4 @@ * @member {string} [action.request.method] Gets or sets the method of the

* the authentication method of the request.
* @member {string} [action.errorAction.request.authentication.type] Gets or
* sets the HTTP authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [action.errorAction.request.authentication.type]
* Polymorphic Discriminator
* @member {string} [action.errorAction.request.uri] Gets or sets the URI of

@@ -654,5 +643,4 @@ * the request.

* authentication method of the request.
* @member {string} [properties.action.request.authentication.type] Gets or
* sets the HTTP authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [properties.action.request.authentication.type] Polymorphic
* Discriminator
* @member {string} [properties.action.request.uri] Gets or sets the URI of the

@@ -703,4 +691,3 @@ * request.

* @member {string} [properties.action.errorAction.request.authentication.type]
* Gets or sets the HTTP authentication type. Possible values include:
* 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* Polymorphic Discriminator
* @member {string} [properties.action.errorAction.request.uri] Gets or sets

@@ -707,0 +694,0 @@ * the URI of the request.

@@ -53,1 +53,7 @@ /*

exports.JobHistoryListResult = require('./jobHistoryListResult');
exports.discriminators = {
'HttpAuthentication' : exports.HttpAuthentication,
'HttpAuthentication.ClientCertificate' : exports.ClientCertAuthentication,
'HttpAuthentication.Basic' : exports.BasicAuthentication,
'HttpAuthentication.ActiveDirectoryOAuth' : exports.OAuthAuthentication
};

@@ -27,5 +27,3 @@ /*

* method of the request.
* @member {string} [request.authentication.type] Gets or sets the HTTP
* authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [request.authentication.type] Polymorphic Discriminator
* @member {string} [request.uri] Gets or sets the URI of the request.

@@ -63,5 +61,4 @@ * @member {string} [request.method] Gets or sets the method of the request.

* authentication method of the request.
* @member {string} [errorAction.request.authentication.type] Gets or sets
* the HTTP authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [errorAction.request.authentication.type] Polymorphic
* Discriminator
* @member {string} [errorAction.request.uri] Gets or sets the URI of the

@@ -68,0 +65,0 @@ * request.

@@ -34,5 +34,4 @@ /*

* the authentication method of the request.
* @member {string} [properties.action.request.authentication.type] Gets or
* sets the HTTP authentication type. Possible values include:
* 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [properties.action.request.authentication.type]
* Polymorphic Discriminator
* @member {string} [properties.action.request.uri] Gets or sets the URI of

@@ -83,5 +82,4 @@ * the request.

* @member {string}
* [properties.action.errorAction.request.authentication.type] Gets or sets
* the HTTP authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* [properties.action.errorAction.request.authentication.type] Polymorphic
* Discriminator
* @member {string} [properties.action.errorAction.request.uri] Gets or sets

@@ -88,0 +86,0 @@ * the URI of the request.

@@ -27,5 +27,3 @@ /*

* method of the request.
* @member {string} [request.authentication.type] Gets or sets the HTTP
* authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [request.authentication.type] Polymorphic Discriminator
* @member {string} [request.uri] Gets or sets the URI of the request.

@@ -32,0 +30,0 @@ * @member {string} [request.method] Gets or sets the method of the request.

@@ -29,5 +29,4 @@ /*

* authentication method of the request.
* @member {string} [action.request.authentication.type] Gets or sets the
* HTTP authentication type. Possible values include: 'NotSpecified',
* 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [action.request.authentication.type] Polymorphic
* Discriminator
* @member {string} [action.request.uri] Gets or sets the URI of the request.

@@ -69,5 +68,4 @@ * @member {string} [action.request.method] Gets or sets the method of the

* the authentication method of the request.
* @member {string} [action.errorAction.request.authentication.type] Gets or
* sets the HTTP authentication type. Possible values include:
* 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic'
* @member {string} [action.errorAction.request.authentication.type]
* Polymorphic Discriminator
* @member {string} [action.errorAction.request.uri] Gets or sets the URI of

@@ -74,0 +72,0 @@ * the request.

@@ -41,13 +41,17 @@ /*

required: false,
serializedName: 'OAuthAuthentication',
serializedName: 'ActiveDirectoryOAuth',
type: {
name: 'Composite',
polymorphicDiscriminator: {
serializedName: 'type',
clientName: 'type'
},
uberParent: 'HttpAuthentication',
className: 'OAuthAuthentication',
modelProperties: {
type: {
required: false,
required: true,
serializedName: 'type',
type: {
name: 'Enum',
allowedValues: [ 'NotSpecified', 'ClientCertificate', 'ActiveDirectoryOAuth', 'Basic' ]
name: 'String'
}

@@ -54,0 +58,0 @@ },

@@ -7,3 +7,3 @@ {

],
"version": "1.1.0-preview",
"version": "1.2.0-preview",
"description": "Microsoft Azure Scheduler Management Client Library for node",

@@ -10,0 +10,0 @@ "tags": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc