Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 88 additions & 14 deletions lib/services/resourceManagement/lib/resource/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2755,9 +2755,26 @@ export interface Resources {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
*
* @param {string} [options.expand] The $expand query parameter
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>The properties you can use for eq (equals) or ne (not
* equals) are: location, resourceType, name, resourceGroup, identity,
* identity/principalId, plan, plan/publisher, plan/product, plan/name,
* plan/version, and plan/promotionCode.<br><br>For example, to filter by a
* resource type, use: $filter=resourceType eq
* 'Microsoft.Network/virtualNetworks'<br><br>You can use substringof(value,
* property) in the filter. The properties you can use for substring are: name
* and resourceGroup.<br><br>For example, to get all resources with 'demo'
* anywhere in the name, use: $filter=substringof('demo', name)<br><br>You can
* link more than one substringof together by adding and/or
* operators.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'<br><br>You can use some properties together when filtering. The
* combinations you can use are: substringof and/or resourceType, plan and
* plan/publisher and plan/name, identity and identity/principalId.
*
* @param {string} [options.expand] The $expand query parameter. You can expand
* createdTime and changedTime. For example, to expand both properties, use
* $expand=changedTime,createdTime
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resources.
Expand All @@ -2781,9 +2798,26 @@ export interface Resources {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
*
* @param {string} [options.expand] The $expand query parameter
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>The properties you can use for eq (equals) or ne (not
* equals) are: location, resourceType, name, resourceGroup, identity,
* identity/principalId, plan, plan/publisher, plan/product, plan/name,
* plan/version, and plan/promotionCode.<br><br>For example, to filter by a
* resource type, use: $filter=resourceType eq
* 'Microsoft.Network/virtualNetworks'<br><br>You can use substringof(value,
* property) in the filter. The properties you can use for substring are: name
* and resourceGroup.<br><br>For example, to get all resources with 'demo'
* anywhere in the name, use: $filter=substringof('demo', name)<br><br>You can
* link more than one substringof together by adding and/or
* operators.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'<br><br>You can use some properties together when filtering. The
* combinations you can use are: substringof and/or resourceType, plan and
* plan/publisher and plan/name, identity and identity/principalId.
*
* @param {string} [options.expand] The $expand query parameter. You can expand
* createdTime and changedTime. For example, to expand both properties, use
* $expand=changedTime,createdTime
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resources.
Expand Down Expand Up @@ -2989,9 +3023,26 @@ export interface Resources {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
*
* @param {string} [options.expand] The $expand query parameter.
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>The properties you can use for eq (equals) or ne (not
* equals) are: location, resourceType, name, resourceGroup, identity,
* identity/principalId, plan, plan/publisher, plan/product, plan/name,
* plan/version, and plan/promotionCode.<br><br>For example, to filter by a
* resource type, use: $filter=resourceType eq
* 'Microsoft.Network/virtualNetworks'<br><br>You can use substringof(value,
* property) in the filter. The properties you can use for substring are: name
* and resourceGroup.<br><br>For example, to get all resources with 'demo'
* anywhere in the name, use: $filter=substringof('demo', name)<br><br>You can
* link more than one substringof together by adding and/or
* operators.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'<br><br>You can use some properties together when filtering. The
* combinations you can use are: substringof and/or resourceType, plan and
* plan/publisher and plan/name, identity and identity/principalId.
*
* @param {string} [options.expand] The $expand query parameter. You can expand
* createdTime and changedTime. For example, to expand both properties, use
* $expand=changedTime,createdTime
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resource groups.
Expand All @@ -3012,9 +3063,26 @@ export interface Resources {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
*
* @param {string} [options.expand] The $expand query parameter.
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>The properties you can use for eq (equals) or ne (not
* equals) are: location, resourceType, name, resourceGroup, identity,
* identity/principalId, plan, plan/publisher, plan/product, plan/name,
* plan/version, and plan/promotionCode.<br><br>For example, to filter by a
* resource type, use: $filter=resourceType eq
* 'Microsoft.Network/virtualNetworks'<br><br>You can use substringof(value,
* property) in the filter. The properties you can use for substring are: name
* and resourceGroup.<br><br>For example, to get all resources with 'demo'
* anywhere in the name, use: $filter=substringof('demo', name)<br><br>You can
* link more than one substringof together by adding and/or
* operators.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'<br><br>You can use some properties together when filtering. The
* combinations you can use are: substringof and/or resourceType, plan and
* plan/publisher and plan/name, identity and identity/principalId.
*
* @param {string} [options.expand] The $expand query parameter. You can expand
* createdTime and changedTime. For example, to expand both properties, use
* $expand=changedTime,createdTime
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resource groups.
Expand Down Expand Up @@ -5702,7 +5770,10 @@ export interface ResourceGroups {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resource groups.
Expand All @@ -5723,7 +5794,10 @@ export interface ResourceGroups {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resource groups.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,10 @@ function _exportTemplate(resourceGroupName, parameters, options, callback) {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resource groups.
Expand Down Expand Up @@ -1975,7 +1978,10 @@ class ResourceGroups {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resource groups.
Expand Down Expand Up @@ -2008,7 +2014,10 @@ class ResourceGroups {
*
* @param {object} [options] Optional Parameters.
*
* @param {string} [options.filter] The filter to apply on the operation.
* @param {string} [options.filter] The filter to apply on the
* operation.<br><br>You can filter by tag names and values. For example, to
* filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue
* eq 'Value1'
*
* @param {number} [options.top] The number of results to return. If null is
* passed, returns all resource groups.
Expand Down
Loading