Skip to content
Merged
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
  •  
  •  
  •  
480 changes: 232 additions & 248 deletions eng/emitter-package-lock.json

Large diffs are not rendered by default.

35 changes: 19 additions & 16 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-java": "0.45.5"
"@azure-tools/typespec-java": "0.45.7"
},
"devDependencies": {
"@azure-tools/openai-typespec": "1.20.0",
"@azure-tools/typespec-autorest": "0.69.1",
"@azure-tools/typespec-azure-core": "0.69.0",
"@azure-tools/typespec-azure-portal-core": "0.69.0",
"@azure-tools/typespec-azure-resource-manager": "0.69.2",
"@azure-tools/typespec-azure-rulesets": "0.69.2",
"@azure-tools/typespec-client-generator-core": "0.69.2",
"@azure-tools/typespec-liftr-base": "0.14.0",
"@typespec/compiler": "1.13.0",
"@typespec/http": "1.13.0",
"@typespec/openapi": "1.13.0",
"@typespec/rest": "0.83.0",
"@typespec/versioning": "0.83.0",
"@typespec/xml": "0.83.0",
"@typespec/openapi3": "1.13.0"
"@azure-tools/typespec-autorest": "0.70.0",
"@azure-tools/typespec-azure-core": "0.70.0",
"@azure-tools/typespec-azure-resource-manager": "0.70.0",
"@azure-tools/typespec-azure-rulesets": "0.70.0",
"@azure-tools/typespec-client-generator-core": "0.70.0",
"@typespec/compiler": "1.14.0",
"@typespec/http": "1.14.0",
"@typespec/openapi": "1.14.0",
"@typespec/rest": "0.84.0",
"@typespec/versioning": "0.84.0",
"@typespec/xml": "0.84.0",
"@typespec/events": "0.84.0",
"@typespec/sse": "0.84.0",
"@typespec/streams": "0.84.0",
"@azure-tools/openai-typespec": "1.21.1",
"@azure-tools/typespec-liftr-base": "0.13.0",
"@azure-tools/typespec-azure-portal-core": "0.70.0",
"@typespec/openapi3": "1.14.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public final class AppServicePlanPatchResourceProperties
private String geoRegion;

/*
*
* If <code>true</code>, apps assigned to this App Service plan can be scaled independently.
* If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
*/
Expand Down Expand Up @@ -136,6 +137,7 @@ public final class AppServicePlanPatchResourceProperties
private KubeEnvironmentProfile kubeEnvironmentProfile;

/*
*
* If <code>true</code>, this App Service Plan will perform availability zone balancing.
* If <code>false</code>, this App Service Plan will not perform availability zone balancing.
*/
Expand Down Expand Up @@ -237,8 +239,8 @@ public String geoRegion() {
}

/**
* Get the perSiteScaling property: If &lt;code&gt;true&lt;/code&gt;, apps assigned to this App Service plan can be
* scaled independently.
* Get the perSiteScaling property:
* If &lt;code&gt;true&lt;/code&gt;, apps assigned to this App Service plan can be scaled independently.
* If &lt;code&gt;false&lt;/code&gt;, apps assigned to this App Service plan will scale to all instances of the
* plan.
*
Expand All @@ -249,8 +251,8 @@ public Boolean perSiteScaling() {
}

/**
* Set the perSiteScaling property: If &lt;code&gt;true&lt;/code&gt;, apps assigned to this App Service plan can be
* scaled independently.
* Set the perSiteScaling property:
* If &lt;code&gt;true&lt;/code&gt;, apps assigned to this App Service plan can be scaled independently.
* If &lt;code&gt;false&lt;/code&gt;, apps assigned to this App Service plan will scale to all instances of the
* plan.
*
Expand Down Expand Up @@ -525,8 +527,8 @@ public KubeEnvironmentProfile kubeEnvironmentProfile() {
}

/**
* Get the zoneRedundant property: If &lt;code&gt;true&lt;/code&gt;, this App Service Plan will perform availability
* zone balancing.
* Get the zoneRedundant property:
* If &lt;code&gt;true&lt;/code&gt;, this App Service Plan will perform availability zone balancing.
* If &lt;code&gt;false&lt;/code&gt;, this App Service Plan will not perform availability zone balancing.
*
* @return the zoneRedundant value.
Expand All @@ -536,8 +538,8 @@ public Boolean zoneRedundant() {
}

/**
* Set the zoneRedundant property: If &lt;code&gt;true&lt;/code&gt;, this App Service Plan will perform availability
* zone balancing.
* Set the zoneRedundant property:
* If &lt;code&gt;true&lt;/code&gt;, this App Service Plan will perform availability zone balancing.
* If &lt;code&gt;false&lt;/code&gt;, this App Service Plan will not perform availability zone balancing.
*
* @param zoneRedundant the zoneRedundant value to set.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ public PushSettingsInner withTagWhitelistJson(String tagWhitelistJson) {
}

/**
* Get the tagsRequiringAuth property: Gets or sets a JSON string containing a list of tags that require user
* authentication to be used in the push registration endpoint.
* Get the tagsRequiringAuth property:
* Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push
* registration endpoint.
* Tags can consist of alphanumeric characters and the following:
* '_', '&#064;', '#', '.', ':', '-'.
* Validation should be performed at the PushRequestHandler.
Expand All @@ -152,8 +153,9 @@ public String tagsRequiringAuth() {
}

/**
* Set the tagsRequiringAuth property: Gets or sets a JSON string containing a list of tags that require user
* authentication to be used in the push registration endpoint.
* Set the tagsRequiringAuth property:
* Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push
* registration endpoint.
* Tags can consist of alphanumeric characters and the following:
* '_', '&#064;', '#', '.', ':', '-'.
* Validation should be performed at the PushRequestHandler.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public final class PushSettingsProperties implements JsonSerializable<PushSettin
private String tagWhitelistJson;

/*
*
* Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push
* registration endpoint.
* Tags can consist of alphanumeric characters and the following:
Expand Down Expand Up @@ -91,8 +92,9 @@ public PushSettingsProperties withTagWhitelistJson(String tagWhitelistJson) {
}

/**
* Get the tagsRequiringAuth property: Gets or sets a JSON string containing a list of tags that require user
* authentication to be used in the push registration endpoint.
* Get the tagsRequiringAuth property:
* Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push
* registration endpoint.
* Tags can consist of alphanumeric characters and the following:
* '_', '&#064;', '#', '.', ':', '-'.
* Validation should be performed at the PushRequestHandler.
Expand All @@ -104,8 +106,9 @@ public String tagsRequiringAuth() {
}

/**
* Set the tagsRequiringAuth property: Gets or sets a JSON string containing a list of tags that require user
* authentication to be used in the push registration endpoint.
* Set the tagsRequiringAuth property:
* Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push
* registration endpoint.
* Tags can consist of alphanumeric characters and the following:
* '_', '&#064;', '#', '.', ':', '-'.
* Validation should be performed at the PushRequestHandler.
Expand Down
Loading
Loading