Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 12 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"cwd": "${workspaceFolder}/src/generator",
"preLaunchTask": "build autorest.bicep"
},
{
"name": "Test autorest.bicep",
"type": "node",
"request": "launch",
"runtimeExecutable": "npm",
"runtimeArgs": [
"test"
],
"cwd": "${workspaceFolder}/src/autorest.bicep",
"preLaunchTask": "build autorest.bicep"
},
{
"type": "node",
"request": "attach",
Expand All @@ -50,4 +61,4 @@
"description": "Pick a specific base path to generate types for"
}
]
}
}
2 changes: 1 addition & 1 deletion generated/addons/microsoft.addons/2017-05-15/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

## CanonicalSupportPlanProperties
### Properties
* **provisioningState**: 'Cancelled' | 'Cancelling' | 'Downgrading' | 'Failed' | 'Purchasing' | 'Succeeded' | 'Upgrading' | string (ReadOnly): The provisioning state of the resource.
* **provisioningState**: 'Cancelled' | 'Cancelling' | 'Downgrading' | 'Failed' | 'Purchasing' | 'Succeeded' | 'Upgrading' | string: The provisioning state of the resource.

8 changes: 4 additions & 4 deletions generated/addons/microsoft.addons/2018-03-01/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

## CanonicalSupportPlanInfoDefinition
### Properties
* **enabled**: bool (ReadOnly): Flag to indicate if this support plan type is currently enabled for the subscription.
* **oneTimeCharge**: 'no' | 'onEnabled' | 'onReenabled' | string (ReadOnly): The one time charge status for the subscription.
* **supportPlanType**: 'advanced' | 'essential' | 'standard' | string (ReadOnly): Support plan type.
* **enabled**: bool: Flag to indicate if this support plan type is currently enabled for the subscription.
* **oneTimeCharge**: 'no' | 'onEnabled' | 'onReenabled' | string: The one time charge status for the subscription.
* **supportPlanType**: 'advanced' | 'essential' | 'standard' | string: Support plan type.

## CanonicalSupportPlanProperties
### Properties
* **provisioningState**: 'Cancelled' | 'Cancelling' | 'Downgrading' | 'Failed' | 'Purchasing' | 'Succeeded' | 'Upgrading' | string (ReadOnly): The provisioning state of the resource.
* **provisioningState**: 'Cancelled' | 'Cancelling' | 'Downgrading' | 'Failed' | 'Purchasing' | 'Succeeded' | 'Upgrading' | string: The provisioning state of the resource.

Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@

## SystemData
### Properties
* **createdAt**: string (ReadOnly): The timestamp of resource creation (UTC).
* **createdBy**: string (ReadOnly): The identity that created the resource.
* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string (ReadOnly): The type of identity that created the resource.
* **lastModifiedAt**: string (ReadOnly): The timestamp of resource last modification (UTC)
* **lastModifiedBy**: string (ReadOnly): The identity that last modified the resource.
* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string (ReadOnly): The type of identity that last modified the resource.
* **createdAt**: string: The timestamp of resource creation (UTC).
* **createdBy**: string: The identity that created the resource.
* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource.
* **lastModifiedAt**: string: The timestamp of resource last modification (UTC)
* **lastModifiedBy**: string: The identity that last modified the resource.
* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource.

## TrackedResourceTags
### Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

## GatewayListStatusLive
### Properties
* **status**: '0' (ReadOnly): Live message of list gateway. Status: 0 - Live
* **status**: '0': Live message of list gateway. Status: 0 - Live

## ResourceSku
### Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

## GatewayListStatusLive
### Properties
* **status**: '0' (ReadOnly): Live message of list gateway. Status: 0 - Live
* **status**: '0': Live message of list gateway. Status: 0 - Live

## IPv4FirewallRule
### Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@

## AuthenticationSettingsContract
### Properties
* **oAuth2**: [OAuth2AuthenticationSettingsContract](#oauth2authenticationsettingscontract) (WriteOnly): API OAuth2 Authentication settings details.
* **oAuth2**: [OAuth2AuthenticationSettingsContract](#oauth2authenticationsettingscontract): API OAuth2 Authentication settings details.

## CertificateInformation
### Properties
Expand All @@ -284,8 +284,8 @@

## OAuth2AuthenticationSettingsContract
### Properties
* **authorizationServerId**: string (WriteOnly): OAuth authorization server identifier.
* **scope**: string (WriteOnly): operations scope.
* **authorizationServerId**: string: OAuth authorization server identifier.
* **scope**: string: operations scope.

## ParameterContract
### Properties
Expand Down Expand Up @@ -316,8 +316,8 @@

## SubscriptionKeyParameterNamesContract
### Properties
* **header**: string (WriteOnly): Subscription key header name.
* **query**: string (WriteOnly): Subscription key query string parameter name.
* **header**: string: Subscription key header name.
* **query**: string: Subscription key query string parameter name.

## TokenBodyParameterContract
### Properties
Expand All @@ -326,8 +326,8 @@

## UserIdentityContract
### Properties
* **id**: string (ReadOnly): Identifier value within provider.
* **provider**: string (ReadOnly): Identity provider name.
* **id**: string: Identifier value within provider.
* **provider**: string: Identity provider name.

## VirtualNetworkConfiguration
### Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@

## AuthenticationSettingsContract
### Properties
* **oAuth2**: [OAuth2AuthenticationSettingsContract](#oauth2authenticationsettingscontract) (WriteOnly): API OAuth2 Authentication settings details.
* **oAuth2**: [OAuth2AuthenticationSettingsContract](#oauth2authenticationsettingscontract): API OAuth2 Authentication settings details.

## BackendCredentialsContractHeader
### Properties
Expand Down Expand Up @@ -313,8 +313,8 @@

## OAuth2AuthenticationSettingsContract
### Properties
* **authorizationServerId**: string (WriteOnly): OAuth authorization server identifier.
* **scope**: string (WriteOnly): operations scope.
* **authorizationServerId**: string: OAuth authorization server identifier.
* **scope**: string: operations scope.

## ParameterContract
### Properties
Expand Down Expand Up @@ -350,8 +350,8 @@

## SubscriptionKeyParameterNamesContract
### Properties
* **header**: string (WriteOnly): Subscription key header name.
* **query**: string (WriteOnly): Subscription key query string parameter name.
* **header**: string: Subscription key header name.
* **query**: string: Subscription key query string parameter name.

## TokenBodyParameterContract
### Properties
Expand All @@ -360,8 +360,8 @@

## UserIdentityContract
### Properties
* **id**: string (ReadOnly): Identifier value within provider.
* **provider**: string (ReadOnly): Identity provider name.
* **id**: string: Identifier value within provider.
* **provider**: string: Identity provider name.

## VirtualNetworkConfiguration
### Properties
Expand Down
Loading