Skip to content

Commit

Permalink
creating a pr to generate bicep pr
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwahiremat committed Jun 9, 2023
1 parent 077e94a commit 997d47d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cadl/Applications.Link/daprSecretStores.cadl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using OpenAPI;
@doc("REST APIs for Applications.Link/daprSecretStores")
@versionedDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
namespace Applications.Link;
@doc("DaprSecretStore link properties")
@doc("DaprSecretStore link properties.")
model DaprSecretStoreProperties extends BasicDaprResourceProperties {
@doc("Provisioning state of the dapr secret store link at the time the operation was called")
@visibility("read")
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* **id**: string (ReadOnly, DeployTimeConstant): The resource id
* **location**: string (Required): The geo-location where the resource lives
* **name**: string (Required, DeployTimeConstant): The resource name
* **properties**: [DaprSecretStoreProperties](#daprsecretstoreproperties): DaprSecretStore link properties
* **properties**: [DaprSecretStoreProperties](#daprsecretstoreproperties): DaprSecretStore link properties.
* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource.
* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags.
* **type**: 'Applications.Link/daprSecretStores' (ReadOnly, DeployTimeConstant): The resource type
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@
"description": "Specifies how the underlying service/resource is provisioned and managed."
}
},
"description": "DaprSecretStore link properties",
"description": "DaprSecretStore link properties.",
"allOf": [
{
"$ref": "#/definitions/BasicDaprResourceProperties"
Expand Down

0 comments on commit 997d47d

Please sign in to comment.